@aws-sdk/client-observabilityadmin 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 +891 -1129
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ObservabilityAdminClient.js +2 -0
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/CreateTelemetryRuleCommand.js +3 -9
- package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/DeleteTelemetryRuleCommand.js +3 -9
- package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +3 -9
- package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +3 -9
- package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetTelemetryRuleCommand.js +3 -9
- package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListResourceTelemetryCommand.js +3 -9
- package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTelemetryRulesCommand.js +3 -9
- package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +3 -9
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +3 -9
- package/dist-es/commands/StartTelemetryEvaluationCommand.js +3 -9
- package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +3 -9
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +3 -9
- package/dist-es/commands/StopTelemetryEvaluationCommand.js +3 -9
- package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +3 -9
- package/dist-es/commands/UpdateTelemetryRuleCommand.js +3 -9
- package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +819 -0
- package/dist-types/ObservabilityAdminClient.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 +103 -0
- package/dist-types/ts3.4/ObservabilityAdminClient.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 +108 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -907
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput } from "../commands/CreateCentralizationRuleForOrganizationCommand";
|
|
4
|
-
import { CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput } from "../commands/CreateTelemetryRuleCommand";
|
|
5
|
-
import { CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput } from "../commands/CreateTelemetryRuleForOrganizationCommand";
|
|
6
|
-
import { DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput } from "../commands/DeleteCentralizationRuleForOrganizationCommand";
|
|
7
|
-
import { DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput } from "../commands/DeleteTelemetryRuleCommand";
|
|
8
|
-
import { DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput } from "../commands/DeleteTelemetryRuleForOrganizationCommand";
|
|
9
|
-
import { GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput } from "../commands/GetCentralizationRuleForOrganizationCommand";
|
|
10
|
-
import { GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput } from "../commands/GetTelemetryEnrichmentStatusCommand";
|
|
11
|
-
import { GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput } from "../commands/GetTelemetryEvaluationStatusCommand";
|
|
12
|
-
import { GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput } from "../commands/GetTelemetryEvaluationStatusForOrganizationCommand";
|
|
13
|
-
import { GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput } from "../commands/GetTelemetryRuleCommand";
|
|
14
|
-
import { GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput } from "../commands/GetTelemetryRuleForOrganizationCommand";
|
|
15
|
-
import { ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput } from "../commands/ListCentralizationRulesForOrganizationCommand";
|
|
16
|
-
import { ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput } from "../commands/ListResourceTelemetryCommand";
|
|
17
|
-
import { ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput } from "../commands/ListResourceTelemetryForOrganizationCommand";
|
|
18
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
19
|
-
import { ListTelemetryRulesCommandInput, ListTelemetryRulesCommandOutput } from "../commands/ListTelemetryRulesCommand";
|
|
20
|
-
import { ListTelemetryRulesForOrganizationCommandInput, ListTelemetryRulesForOrganizationCommandOutput } from "../commands/ListTelemetryRulesForOrganizationCommand";
|
|
21
|
-
import { StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput } from "../commands/StartTelemetryEnrichmentCommand";
|
|
22
|
-
import { StartTelemetryEvaluationCommandInput, StartTelemetryEvaluationCommandOutput } from "../commands/StartTelemetryEvaluationCommand";
|
|
23
|
-
import { StartTelemetryEvaluationForOrganizationCommandInput, StartTelemetryEvaluationForOrganizationCommandOutput } from "../commands/StartTelemetryEvaluationForOrganizationCommand";
|
|
24
|
-
import { StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput } from "../commands/StopTelemetryEnrichmentCommand";
|
|
25
|
-
import { StopTelemetryEvaluationCommandInput, StopTelemetryEvaluationCommandOutput } from "../commands/StopTelemetryEvaluationCommand";
|
|
26
|
-
import { StopTelemetryEvaluationForOrganizationCommandInput, StopTelemetryEvaluationForOrganizationCommandOutput } from "../commands/StopTelemetryEvaluationForOrganizationCommand";
|
|
27
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
-
import { UpdateCentralizationRuleForOrganizationCommandInput, UpdateCentralizationRuleForOrganizationCommandOutput } from "../commands/UpdateCentralizationRuleForOrganizationCommand";
|
|
30
|
-
import { UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput } from "../commands/UpdateTelemetryRuleCommand";
|
|
31
|
-
import { UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput } from "../commands/UpdateTelemetryRuleForOrganizationCommand";
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1CreateCentralizationRuleForOrganizationCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_CreateCentralizationRuleForOrganizationCommand: (input: CreateCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1CreateTelemetryRuleCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_CreateTelemetryRuleCommand: (input: CreateTelemetryRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1CreateTelemetryRuleForOrganizationCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_CreateTelemetryRuleForOrganizationCommand: (input: CreateTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1DeleteCentralizationRuleForOrganizationCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_DeleteCentralizationRuleForOrganizationCommand: (input: DeleteCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1DeleteTelemetryRuleCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_DeleteTelemetryRuleCommand: (input: DeleteTelemetryRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1DeleteTelemetryRuleForOrganizationCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_DeleteTelemetryRuleForOrganizationCommand: (input: DeleteTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1GetCentralizationRuleForOrganizationCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_GetCentralizationRuleForOrganizationCommand: (input: GetCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1GetTelemetryEnrichmentStatusCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_GetTelemetryEnrichmentStatusCommand: (input: GetTelemetryEnrichmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1GetTelemetryEvaluationStatusCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_GetTelemetryEvaluationStatusCommand: (input: GetTelemetryEvaluationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1GetTelemetryEvaluationStatusForOrganizationCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_GetTelemetryEvaluationStatusForOrganizationCommand: (input: GetTelemetryEvaluationStatusForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1GetTelemetryRuleCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_GetTelemetryRuleCommand: (input: GetTelemetryRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1GetTelemetryRuleForOrganizationCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_GetTelemetryRuleForOrganizationCommand: (input: GetTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1ListCentralizationRulesForOrganizationCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_ListCentralizationRulesForOrganizationCommand: (input: ListCentralizationRulesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1ListResourceTelemetryCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_ListResourceTelemetryCommand: (input: ListResourceTelemetryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1ListResourceTelemetryForOrganizationCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_ListResourceTelemetryForOrganizationCommand: (input: ListResourceTelemetryForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1ListTelemetryRulesCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_ListTelemetryRulesCommand: (input: ListTelemetryRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1ListTelemetryRulesForOrganizationCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_ListTelemetryRulesForOrganizationCommand: (input: ListTelemetryRulesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1StartTelemetryEnrichmentCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_StartTelemetryEnrichmentCommand: (input: StartTelemetryEnrichmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restJson1StartTelemetryEvaluationCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_StartTelemetryEvaluationCommand: (input: StartTelemetryEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restJson1StartTelemetryEvaluationForOrganizationCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_StartTelemetryEvaluationForOrganizationCommand: (input: StartTelemetryEvaluationForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restJson1StopTelemetryEnrichmentCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_StopTelemetryEnrichmentCommand: (input: StopTelemetryEnrichmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restJson1StopTelemetryEvaluationCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_StopTelemetryEvaluationCommand: (input: StopTelemetryEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restJson1StopTelemetryEvaluationForOrganizationCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_StopTelemetryEvaluationForOrganizationCommand: (input: StopTelemetryEvaluationForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_restJson1TagResourceCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_restJson1UpdateCentralizationRuleForOrganizationCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_UpdateCentralizationRuleForOrganizationCommand: (input: UpdateCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_restJson1UpdateTelemetryRuleCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_UpdateTelemetryRuleCommand: (input: UpdateTelemetryRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_restJson1UpdateTelemetryRuleForOrganizationCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_UpdateTelemetryRuleForOrganizationCommand: (input: UpdateTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_restJson1CreateCentralizationRuleForOrganizationCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_CreateCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCentralizationRuleForOrganizationCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_restJson1CreateTelemetryRuleCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_CreateTelemetryRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTelemetryRuleCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_restJson1CreateTelemetryRuleForOrganizationCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_CreateTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTelemetryRuleForOrganizationCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_restJson1DeleteCentralizationRuleForOrganizationCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_DeleteCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCentralizationRuleForOrganizationCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_restJson1DeleteTelemetryRuleCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_DeleteTelemetryRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTelemetryRuleCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_restJson1DeleteTelemetryRuleForOrganizationCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_DeleteTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTelemetryRuleForOrganizationCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_restJson1GetCentralizationRuleForOrganizationCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_GetCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCentralizationRuleForOrganizationCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_restJson1GetTelemetryEnrichmentStatusCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_GetTelemetryEnrichmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryEnrichmentStatusCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_restJson1GetTelemetryEvaluationStatusCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_GetTelemetryEvaluationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryEvaluationStatusCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_restJson1GetTelemetryEvaluationStatusForOrganizationCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_GetTelemetryEvaluationStatusForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryEvaluationStatusForOrganizationCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1GetTelemetryRuleCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_GetTelemetryRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryRuleCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_restJson1GetTelemetryRuleForOrganizationCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_GetTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryRuleForOrganizationCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_restJson1ListCentralizationRulesForOrganizationCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_ListCentralizationRulesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_restJson1ListResourceTelemetryCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_ListResourceTelemetryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTelemetryCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_restJson1ListResourceTelemetryForOrganizationCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_ListResourceTelemetryForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTelemetryForOrganizationCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_restJson1ListTelemetryRulesCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_ListTelemetryRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTelemetryRulesCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_restJson1ListTelemetryRulesForOrganizationCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_ListTelemetryRulesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTelemetryRulesForOrganizationCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_restJson1StartTelemetryEnrichmentCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_StartTelemetryEnrichmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTelemetryEnrichmentCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_restJson1StartTelemetryEvaluationCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_StartTelemetryEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTelemetryEvaluationCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* deserializeAws_restJson1StartTelemetryEvaluationForOrganizationCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const de_StartTelemetryEvaluationForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTelemetryEvaluationForOrganizationCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* deserializeAws_restJson1StopTelemetryEnrichmentCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const de_StopTelemetryEnrichmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTelemetryEnrichmentCommandOutput>;
|
|
236
|
-
/**
|
|
237
|
-
* deserializeAws_restJson1StopTelemetryEvaluationCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const de_StopTelemetryEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTelemetryEvaluationCommandOutput>;
|
|
240
|
-
/**
|
|
241
|
-
* deserializeAws_restJson1StopTelemetryEvaluationForOrganizationCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const de_StopTelemetryEvaluationForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTelemetryEvaluationForOrganizationCommandOutput>;
|
|
244
|
-
/**
|
|
245
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
252
|
-
/**
|
|
253
|
-
* deserializeAws_restJson1UpdateCentralizationRuleForOrganizationCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const de_UpdateCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCentralizationRuleForOrganizationCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* deserializeAws_restJson1UpdateTelemetryRuleCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const de_UpdateTelemetryRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTelemetryRuleCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* deserializeAws_restJson1UpdateTelemetryRuleForOrganizationCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const de_UpdateTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTelemetryRuleForOrganizationCommandOutput>;
|
|
@@ -1,353 +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
|
-
CreateCentralizationRuleForOrganizationCommandInput,
|
|
8
|
-
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
9
|
-
} from "../commands/CreateCentralizationRuleForOrganizationCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateTelemetryRuleCommandInput,
|
|
12
|
-
CreateTelemetryRuleCommandOutput,
|
|
13
|
-
} from "../commands/CreateTelemetryRuleCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateTelemetryRuleForOrganizationCommandInput,
|
|
16
|
-
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
17
|
-
} from "../commands/CreateTelemetryRuleForOrganizationCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
20
|
-
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
21
|
-
} from "../commands/DeleteCentralizationRuleForOrganizationCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteTelemetryRuleCommandInput,
|
|
24
|
-
DeleteTelemetryRuleCommandOutput,
|
|
25
|
-
} from "../commands/DeleteTelemetryRuleCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
28
|
-
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
29
|
-
} from "../commands/DeleteTelemetryRuleForOrganizationCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetCentralizationRuleForOrganizationCommandInput,
|
|
32
|
-
GetCentralizationRuleForOrganizationCommandOutput,
|
|
33
|
-
} from "../commands/GetCentralizationRuleForOrganizationCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetTelemetryEnrichmentStatusCommandInput,
|
|
36
|
-
GetTelemetryEnrichmentStatusCommandOutput,
|
|
37
|
-
} from "../commands/GetTelemetryEnrichmentStatusCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetTelemetryEvaluationStatusCommandInput,
|
|
40
|
-
GetTelemetryEvaluationStatusCommandOutput,
|
|
41
|
-
} from "../commands/GetTelemetryEvaluationStatusCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
44
|
-
GetTelemetryEvaluationStatusForOrganizationCommandOutput,
|
|
45
|
-
} from "../commands/GetTelemetryEvaluationStatusForOrganizationCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetTelemetryRuleCommandInput,
|
|
48
|
-
GetTelemetryRuleCommandOutput,
|
|
49
|
-
} from "../commands/GetTelemetryRuleCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetTelemetryRuleForOrganizationCommandInput,
|
|
52
|
-
GetTelemetryRuleForOrganizationCommandOutput,
|
|
53
|
-
} from "../commands/GetTelemetryRuleForOrganizationCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListCentralizationRulesForOrganizationCommandInput,
|
|
56
|
-
ListCentralizationRulesForOrganizationCommandOutput,
|
|
57
|
-
} from "../commands/ListCentralizationRulesForOrganizationCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListResourceTelemetryCommandInput,
|
|
60
|
-
ListResourceTelemetryCommandOutput,
|
|
61
|
-
} from "../commands/ListResourceTelemetryCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListResourceTelemetryForOrganizationCommandInput,
|
|
64
|
-
ListResourceTelemetryForOrganizationCommandOutput,
|
|
65
|
-
} from "../commands/ListResourceTelemetryForOrganizationCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListTagsForResourceCommandInput,
|
|
68
|
-
ListTagsForResourceCommandOutput,
|
|
69
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListTelemetryRulesCommandInput,
|
|
72
|
-
ListTelemetryRulesCommandOutput,
|
|
73
|
-
} from "../commands/ListTelemetryRulesCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListTelemetryRulesForOrganizationCommandInput,
|
|
76
|
-
ListTelemetryRulesForOrganizationCommandOutput,
|
|
77
|
-
} from "../commands/ListTelemetryRulesForOrganizationCommand";
|
|
78
|
-
import {
|
|
79
|
-
StartTelemetryEnrichmentCommandInput,
|
|
80
|
-
StartTelemetryEnrichmentCommandOutput,
|
|
81
|
-
} from "../commands/StartTelemetryEnrichmentCommand";
|
|
82
|
-
import {
|
|
83
|
-
StartTelemetryEvaluationCommandInput,
|
|
84
|
-
StartTelemetryEvaluationCommandOutput,
|
|
85
|
-
} from "../commands/StartTelemetryEvaluationCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartTelemetryEvaluationForOrganizationCommandInput,
|
|
88
|
-
StartTelemetryEvaluationForOrganizationCommandOutput,
|
|
89
|
-
} from "../commands/StartTelemetryEvaluationForOrganizationCommand";
|
|
90
|
-
import {
|
|
91
|
-
StopTelemetryEnrichmentCommandInput,
|
|
92
|
-
StopTelemetryEnrichmentCommandOutput,
|
|
93
|
-
} from "../commands/StopTelemetryEnrichmentCommand";
|
|
94
|
-
import {
|
|
95
|
-
StopTelemetryEvaluationCommandInput,
|
|
96
|
-
StopTelemetryEvaluationCommandOutput,
|
|
97
|
-
} from "../commands/StopTelemetryEvaluationCommand";
|
|
98
|
-
import {
|
|
99
|
-
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
100
|
-
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
101
|
-
} from "../commands/StopTelemetryEvaluationForOrganizationCommand";
|
|
102
|
-
import {
|
|
103
|
-
TagResourceCommandInput,
|
|
104
|
-
TagResourceCommandOutput,
|
|
105
|
-
} from "../commands/TagResourceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UntagResourceCommandInput,
|
|
108
|
-
UntagResourceCommandOutput,
|
|
109
|
-
} from "../commands/UntagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
112
|
-
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
113
|
-
} from "../commands/UpdateCentralizationRuleForOrganizationCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateTelemetryRuleCommandInput,
|
|
116
|
-
UpdateTelemetryRuleCommandOutput,
|
|
117
|
-
} from "../commands/UpdateTelemetryRuleCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateTelemetryRuleForOrganizationCommandInput,
|
|
120
|
-
UpdateTelemetryRuleForOrganizationCommandOutput,
|
|
121
|
-
} from "../commands/UpdateTelemetryRuleForOrganizationCommand";
|
|
122
|
-
export declare const se_CreateCentralizationRuleForOrganizationCommand: (
|
|
123
|
-
input: CreateCentralizationRuleForOrganizationCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_CreateTelemetryRuleCommand: (
|
|
127
|
-
input: CreateTelemetryRuleCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_CreateTelemetryRuleForOrganizationCommand: (
|
|
131
|
-
input: CreateTelemetryRuleForOrganizationCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteCentralizationRuleForOrganizationCommand: (
|
|
135
|
-
input: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DeleteTelemetryRuleCommand: (
|
|
139
|
-
input: DeleteTelemetryRuleCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteTelemetryRuleForOrganizationCommand: (
|
|
143
|
-
input: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetCentralizationRuleForOrganizationCommand: (
|
|
147
|
-
input: GetCentralizationRuleForOrganizationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_GetTelemetryEnrichmentStatusCommand: (
|
|
151
|
-
input: GetTelemetryEnrichmentStatusCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_GetTelemetryEvaluationStatusCommand: (
|
|
155
|
-
input: GetTelemetryEvaluationStatusCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_GetTelemetryEvaluationStatusForOrganizationCommand: (
|
|
159
|
-
input: GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_GetTelemetryRuleCommand: (
|
|
163
|
-
input: GetTelemetryRuleCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetTelemetryRuleForOrganizationCommand: (
|
|
167
|
-
input: GetTelemetryRuleForOrganizationCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListCentralizationRulesForOrganizationCommand: (
|
|
171
|
-
input: ListCentralizationRulesForOrganizationCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListResourceTelemetryCommand: (
|
|
175
|
-
input: ListResourceTelemetryCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListResourceTelemetryForOrganizationCommand: (
|
|
179
|
-
input: ListResourceTelemetryForOrganizationCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
183
|
-
input: ListTagsForResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ListTelemetryRulesCommand: (
|
|
187
|
-
input: ListTelemetryRulesCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_ListTelemetryRulesForOrganizationCommand: (
|
|
191
|
-
input: ListTelemetryRulesForOrganizationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_StartTelemetryEnrichmentCommand: (
|
|
195
|
-
input: StartTelemetryEnrichmentCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_StartTelemetryEvaluationCommand: (
|
|
199
|
-
input: StartTelemetryEvaluationCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_StartTelemetryEvaluationForOrganizationCommand: (
|
|
203
|
-
input: StartTelemetryEvaluationForOrganizationCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_StopTelemetryEnrichmentCommand: (
|
|
207
|
-
input: StopTelemetryEnrichmentCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_StopTelemetryEvaluationCommand: (
|
|
211
|
-
input: StopTelemetryEvaluationCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_StopTelemetryEvaluationForOrganizationCommand: (
|
|
215
|
-
input: StopTelemetryEvaluationForOrganizationCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_TagResourceCommand: (
|
|
219
|
-
input: TagResourceCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_UntagResourceCommand: (
|
|
223
|
-
input: UntagResourceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UpdateCentralizationRuleForOrganizationCommand: (
|
|
227
|
-
input: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_UpdateTelemetryRuleCommand: (
|
|
231
|
-
input: UpdateTelemetryRuleCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UpdateTelemetryRuleForOrganizationCommand: (
|
|
235
|
-
input: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const de_CreateCentralizationRuleForOrganizationCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<CreateCentralizationRuleForOrganizationCommandOutput>;
|
|
242
|
-
export declare const de_CreateTelemetryRuleCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<CreateTelemetryRuleCommandOutput>;
|
|
246
|
-
export declare const de_CreateTelemetryRuleForOrganizationCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<CreateTelemetryRuleForOrganizationCommandOutput>;
|
|
250
|
-
export declare const de_DeleteCentralizationRuleForOrganizationCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DeleteCentralizationRuleForOrganizationCommandOutput>;
|
|
254
|
-
export declare const de_DeleteTelemetryRuleCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<DeleteTelemetryRuleCommandOutput>;
|
|
258
|
-
export declare const de_DeleteTelemetryRuleForOrganizationCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<DeleteTelemetryRuleForOrganizationCommandOutput>;
|
|
262
|
-
export declare const de_GetCentralizationRuleForOrganizationCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<GetCentralizationRuleForOrganizationCommandOutput>;
|
|
266
|
-
export declare const de_GetTelemetryEnrichmentStatusCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<GetTelemetryEnrichmentStatusCommandOutput>;
|
|
270
|
-
export declare const de_GetTelemetryEvaluationStatusCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<GetTelemetryEvaluationStatusCommandOutput>;
|
|
274
|
-
export declare const de_GetTelemetryEvaluationStatusForOrganizationCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<GetTelemetryEvaluationStatusForOrganizationCommandOutput>;
|
|
278
|
-
export declare const de_GetTelemetryRuleCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<GetTelemetryRuleCommandOutput>;
|
|
282
|
-
export declare const de_GetTelemetryRuleForOrganizationCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<GetTelemetryRuleForOrganizationCommandOutput>;
|
|
286
|
-
export declare const de_ListCentralizationRulesForOrganizationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
290
|
-
export declare const de_ListResourceTelemetryCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<ListResourceTelemetryCommandOutput>;
|
|
294
|
-
export declare const de_ListResourceTelemetryForOrganizationCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<ListResourceTelemetryForOrganizationCommandOutput>;
|
|
298
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
302
|
-
export declare const de_ListTelemetryRulesCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<ListTelemetryRulesCommandOutput>;
|
|
306
|
-
export declare const de_ListTelemetryRulesForOrganizationCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<ListTelemetryRulesForOrganizationCommandOutput>;
|
|
310
|
-
export declare const de_StartTelemetryEnrichmentCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<StartTelemetryEnrichmentCommandOutput>;
|
|
314
|
-
export declare const de_StartTelemetryEvaluationCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<StartTelemetryEvaluationCommandOutput>;
|
|
318
|
-
export declare const de_StartTelemetryEvaluationForOrganizationCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<StartTelemetryEvaluationForOrganizationCommandOutput>;
|
|
322
|
-
export declare const de_StopTelemetryEnrichmentCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<StopTelemetryEnrichmentCommandOutput>;
|
|
326
|
-
export declare const de_StopTelemetryEvaluationCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<StopTelemetryEvaluationCommandOutput>;
|
|
330
|
-
export declare const de_StopTelemetryEvaluationForOrganizationCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<StopTelemetryEvaluationForOrganizationCommandOutput>;
|
|
334
|
-
export declare const de_TagResourceCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<TagResourceCommandOutput>;
|
|
338
|
-
export declare const de_UntagResourceCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
342
|
-
export declare const de_UpdateCentralizationRuleForOrganizationCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<UpdateCentralizationRuleForOrganizationCommandOutput>;
|
|
346
|
-
export declare const de_UpdateTelemetryRuleCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<UpdateTelemetryRuleCommandOutput>;
|
|
350
|
-
export declare const de_UpdateTelemetryRuleForOrganizationCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<UpdateTelemetryRuleForOrganizationCommandOutput>;
|