@aws-sdk/client-observabilityadmin 3.887.0 → 3.889.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/README.md +40 -0
- package/dist-cjs/ObservabilityAdmin.js +10 -0
- package/dist-cjs/commands/CreateCentralizationRuleForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/DeleteCentralizationRuleForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/GetCentralizationRuleForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/ListCentralizationRulesForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/UpdateCentralizationRuleForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +36 -14
- package/dist-cjs/pagination/ListCentralizationRulesForOrganizationPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +158 -1
- package/dist-es/ObservabilityAdmin.js +10 -0
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +22 -0
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +22 -0
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +22 -0
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +22 -0
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +35 -13
- package/dist-es/pagination/ListCentralizationRulesForOrganizationPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +146 -0
- package/dist-types/ObservabilityAdmin.d.ts +36 -0
- package/dist-types/ObservabilityAdminClient.d.ts +7 -2
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +132 -0
- package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +95 -0
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +131 -0
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +129 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +488 -78
- package/dist-types/pagination/ListCentralizationRulesForOrganizationPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/ObservabilityAdmin.d.ts +116 -0
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +153 -35
- package/dist-types/ts3.4/pagination/ListCentralizationRulesForOrganizationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +5 -5
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput } from "../commands/CreateCentralizationRuleForOrganizationCommand";
|
|
3
4
|
import { CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput } from "../commands/CreateTelemetryRuleCommand";
|
|
4
5
|
import { CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput } from "../commands/CreateTelemetryRuleForOrganizationCommand";
|
|
6
|
+
import { DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput } from "../commands/DeleteCentralizationRuleForOrganizationCommand";
|
|
5
7
|
import { DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput } from "../commands/DeleteTelemetryRuleCommand";
|
|
6
8
|
import { DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput } from "../commands/DeleteTelemetryRuleForOrganizationCommand";
|
|
9
|
+
import { GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput } from "../commands/GetCentralizationRuleForOrganizationCommand";
|
|
7
10
|
import { GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput } from "../commands/GetTelemetryEvaluationStatusCommand";
|
|
8
11
|
import { GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput } from "../commands/GetTelemetryEvaluationStatusForOrganizationCommand";
|
|
9
12
|
import { GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput } from "../commands/GetTelemetryRuleCommand";
|
|
10
13
|
import { GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput } from "../commands/GetTelemetryRuleForOrganizationCommand";
|
|
14
|
+
import { ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput } from "../commands/ListCentralizationRulesForOrganizationCommand";
|
|
11
15
|
import { ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput } from "../commands/ListResourceTelemetryCommand";
|
|
12
16
|
import { ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput } from "../commands/ListResourceTelemetryForOrganizationCommand";
|
|
13
17
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
@@ -19,8 +23,13 @@ import { StopTelemetryEvaluationCommandInput, StopTelemetryEvaluationCommandOutp
|
|
|
19
23
|
import { StopTelemetryEvaluationForOrganizationCommandInput, StopTelemetryEvaluationForOrganizationCommandOutput } from "../commands/StopTelemetryEvaluationForOrganizationCommand";
|
|
20
24
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
21
25
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
26
|
+
import { UpdateCentralizationRuleForOrganizationCommandInput, UpdateCentralizationRuleForOrganizationCommandOutput } from "../commands/UpdateCentralizationRuleForOrganizationCommand";
|
|
22
27
|
import { UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput } from "../commands/UpdateTelemetryRuleCommand";
|
|
23
28
|
import { UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput } from "../commands/UpdateTelemetryRuleForOrganizationCommand";
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_restJson1CreateCentralizationRuleForOrganizationCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_CreateCentralizationRuleForOrganizationCommand: (input: CreateCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
33
|
/**
|
|
25
34
|
* serializeAws_restJson1CreateTelemetryRuleCommand
|
|
26
35
|
*/
|
|
@@ -29,6 +38,10 @@ export declare const se_CreateTelemetryRuleCommand: (input: CreateTelemetryRuleC
|
|
|
29
38
|
* serializeAws_restJson1CreateTelemetryRuleForOrganizationCommand
|
|
30
39
|
*/
|
|
31
40
|
export declare const se_CreateTelemetryRuleForOrganizationCommand: (input: CreateTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1DeleteCentralizationRuleForOrganizationCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_DeleteCentralizationRuleForOrganizationCommand: (input: DeleteCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
45
|
/**
|
|
33
46
|
* serializeAws_restJson1DeleteTelemetryRuleCommand
|
|
34
47
|
*/
|
|
@@ -37,6 +50,10 @@ export declare const se_DeleteTelemetryRuleCommand: (input: DeleteTelemetryRuleC
|
|
|
37
50
|
* serializeAws_restJson1DeleteTelemetryRuleForOrganizationCommand
|
|
38
51
|
*/
|
|
39
52
|
export declare const se_DeleteTelemetryRuleForOrganizationCommand: (input: DeleteTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1GetCentralizationRuleForOrganizationCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_GetCentralizationRuleForOrganizationCommand: (input: GetCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
57
|
/**
|
|
41
58
|
* serializeAws_restJson1GetTelemetryEvaluationStatusCommand
|
|
42
59
|
*/
|
|
@@ -53,6 +70,10 @@ export declare const se_GetTelemetryRuleCommand: (input: GetTelemetryRuleCommand
|
|
|
53
70
|
* serializeAws_restJson1GetTelemetryRuleForOrganizationCommand
|
|
54
71
|
*/
|
|
55
72
|
export declare const se_GetTelemetryRuleForOrganizationCommand: (input: GetTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1ListCentralizationRulesForOrganizationCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_ListCentralizationRulesForOrganizationCommand: (input: ListCentralizationRulesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
77
|
/**
|
|
57
78
|
* serializeAws_restJson1ListResourceTelemetryCommand
|
|
58
79
|
*/
|
|
@@ -97,6 +118,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
97
118
|
* serializeAws_restJson1UntagResourceCommand
|
|
98
119
|
*/
|
|
99
120
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_restJson1UpdateCentralizationRuleForOrganizationCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_UpdateCentralizationRuleForOrganizationCommand: (input: UpdateCentralizationRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
125
|
/**
|
|
101
126
|
* serializeAws_restJson1UpdateTelemetryRuleCommand
|
|
102
127
|
*/
|
|
@@ -105,6 +130,10 @@ export declare const se_UpdateTelemetryRuleCommand: (input: UpdateTelemetryRuleC
|
|
|
105
130
|
* serializeAws_restJson1UpdateTelemetryRuleForOrganizationCommand
|
|
106
131
|
*/
|
|
107
132
|
export declare const se_UpdateTelemetryRuleForOrganizationCommand: (input: UpdateTelemetryRuleForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_restJson1CreateCentralizationRuleForOrganizationCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_CreateCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCentralizationRuleForOrganizationCommandOutput>;
|
|
108
137
|
/**
|
|
109
138
|
* deserializeAws_restJson1CreateTelemetryRuleCommand
|
|
110
139
|
*/
|
|
@@ -113,6 +142,10 @@ export declare const de_CreateTelemetryRuleCommand: (output: __HttpResponse, con
|
|
|
113
142
|
* deserializeAws_restJson1CreateTelemetryRuleForOrganizationCommand
|
|
114
143
|
*/
|
|
115
144
|
export declare const de_CreateTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTelemetryRuleForOrganizationCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_restJson1DeleteCentralizationRuleForOrganizationCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_DeleteCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCentralizationRuleForOrganizationCommandOutput>;
|
|
116
149
|
/**
|
|
117
150
|
* deserializeAws_restJson1DeleteTelemetryRuleCommand
|
|
118
151
|
*/
|
|
@@ -121,6 +154,10 @@ export declare const de_DeleteTelemetryRuleCommand: (output: __HttpResponse, con
|
|
|
121
154
|
* deserializeAws_restJson1DeleteTelemetryRuleForOrganizationCommand
|
|
122
155
|
*/
|
|
123
156
|
export declare const de_DeleteTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTelemetryRuleForOrganizationCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_restJson1GetCentralizationRuleForOrganizationCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_GetCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCentralizationRuleForOrganizationCommandOutput>;
|
|
124
161
|
/**
|
|
125
162
|
* deserializeAws_restJson1GetTelemetryEvaluationStatusCommand
|
|
126
163
|
*/
|
|
@@ -137,6 +174,10 @@ export declare const de_GetTelemetryRuleCommand: (output: __HttpResponse, contex
|
|
|
137
174
|
* deserializeAws_restJson1GetTelemetryRuleForOrganizationCommand
|
|
138
175
|
*/
|
|
139
176
|
export declare const de_GetTelemetryRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryRuleForOrganizationCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_restJson1ListCentralizationRulesForOrganizationCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_ListCentralizationRulesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
140
181
|
/**
|
|
141
182
|
* deserializeAws_restJson1ListResourceTelemetryCommand
|
|
142
183
|
*/
|
|
@@ -181,6 +222,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
181
222
|
* deserializeAws_restJson1UntagResourceCommand
|
|
182
223
|
*/
|
|
183
224
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_restJson1UpdateCentralizationRuleForOrganizationCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_UpdateCentralizationRuleForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCentralizationRuleForOrganizationCommandOutput>;
|
|
184
229
|
/**
|
|
185
230
|
* deserializeAws_restJson1UpdateTelemetryRuleCommand
|
|
186
231
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateCentralizationRuleForOrganizationCommandInput,
|
|
4
|
+
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
5
|
+
} from "./commands/CreateCentralizationRuleForOrganizationCommand";
|
|
2
6
|
import {
|
|
3
7
|
CreateTelemetryRuleCommandInput,
|
|
4
8
|
CreateTelemetryRuleCommandOutput,
|
|
@@ -7,6 +11,10 @@ import {
|
|
|
7
11
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
8
12
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
9
13
|
} from "./commands/CreateTelemetryRuleForOrganizationCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
16
|
+
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
17
|
+
} from "./commands/DeleteCentralizationRuleForOrganizationCommand";
|
|
10
18
|
import {
|
|
11
19
|
DeleteTelemetryRuleCommandInput,
|
|
12
20
|
DeleteTelemetryRuleCommandOutput,
|
|
@@ -15,6 +23,10 @@ import {
|
|
|
15
23
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
16
24
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
17
25
|
} from "./commands/DeleteTelemetryRuleForOrganizationCommand";
|
|
26
|
+
import {
|
|
27
|
+
GetCentralizationRuleForOrganizationCommandInput,
|
|
28
|
+
GetCentralizationRuleForOrganizationCommandOutput,
|
|
29
|
+
} from "./commands/GetCentralizationRuleForOrganizationCommand";
|
|
18
30
|
import {
|
|
19
31
|
GetTelemetryEvaluationStatusCommandInput,
|
|
20
32
|
GetTelemetryEvaluationStatusCommandOutput,
|
|
@@ -31,6 +43,10 @@ import {
|
|
|
31
43
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
32
44
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
33
45
|
} from "./commands/GetTelemetryRuleForOrganizationCommand";
|
|
46
|
+
import {
|
|
47
|
+
ListCentralizationRulesForOrganizationCommandInput,
|
|
48
|
+
ListCentralizationRulesForOrganizationCommandOutput,
|
|
49
|
+
} from "./commands/ListCentralizationRulesForOrganizationCommand";
|
|
34
50
|
import {
|
|
35
51
|
ListResourceTelemetryCommandInput,
|
|
36
52
|
ListResourceTelemetryCommandOutput,
|
|
@@ -75,6 +91,10 @@ import {
|
|
|
75
91
|
UntagResourceCommandInput,
|
|
76
92
|
UntagResourceCommandOutput,
|
|
77
93
|
} from "./commands/UntagResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
96
|
+
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
97
|
+
} from "./commands/UpdateCentralizationRuleForOrganizationCommand";
|
|
78
98
|
import {
|
|
79
99
|
UpdateTelemetryRuleCommandInput,
|
|
80
100
|
UpdateTelemetryRuleCommandOutput,
|
|
@@ -85,6 +105,25 @@ import {
|
|
|
85
105
|
} from "./commands/UpdateTelemetryRuleForOrganizationCommand";
|
|
86
106
|
import { ObservabilityAdminClient } from "./ObservabilityAdminClient";
|
|
87
107
|
export interface ObservabilityAdmin {
|
|
108
|
+
createCentralizationRuleForOrganization(
|
|
109
|
+
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
110
|
+
options?: __HttpHandlerOptions
|
|
111
|
+
): Promise<CreateCentralizationRuleForOrganizationCommandOutput>;
|
|
112
|
+
createCentralizationRuleForOrganization(
|
|
113
|
+
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
114
|
+
cb: (
|
|
115
|
+
err: any,
|
|
116
|
+
data?: CreateCentralizationRuleForOrganizationCommandOutput
|
|
117
|
+
) => void
|
|
118
|
+
): void;
|
|
119
|
+
createCentralizationRuleForOrganization(
|
|
120
|
+
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (
|
|
123
|
+
err: any,
|
|
124
|
+
data?: CreateCentralizationRuleForOrganizationCommandOutput
|
|
125
|
+
) => void
|
|
126
|
+
): void;
|
|
88
127
|
createTelemetryRule(
|
|
89
128
|
args: CreateTelemetryRuleCommandInput,
|
|
90
129
|
options?: __HttpHandlerOptions
|
|
@@ -117,6 +156,25 @@ export interface ObservabilityAdmin {
|
|
|
117
156
|
data?: CreateTelemetryRuleForOrganizationCommandOutput
|
|
118
157
|
) => void
|
|
119
158
|
): void;
|
|
159
|
+
deleteCentralizationRuleForOrganization(
|
|
160
|
+
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<DeleteCentralizationRuleForOrganizationCommandOutput>;
|
|
163
|
+
deleteCentralizationRuleForOrganization(
|
|
164
|
+
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
165
|
+
cb: (
|
|
166
|
+
err: any,
|
|
167
|
+
data?: DeleteCentralizationRuleForOrganizationCommandOutput
|
|
168
|
+
) => void
|
|
169
|
+
): void;
|
|
170
|
+
deleteCentralizationRuleForOrganization(
|
|
171
|
+
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
172
|
+
options: __HttpHandlerOptions,
|
|
173
|
+
cb: (
|
|
174
|
+
err: any,
|
|
175
|
+
data?: DeleteCentralizationRuleForOrganizationCommandOutput
|
|
176
|
+
) => void
|
|
177
|
+
): void;
|
|
120
178
|
deleteTelemetryRule(
|
|
121
179
|
args: DeleteTelemetryRuleCommandInput,
|
|
122
180
|
options?: __HttpHandlerOptions
|
|
@@ -149,6 +207,25 @@ export interface ObservabilityAdmin {
|
|
|
149
207
|
data?: DeleteTelemetryRuleForOrganizationCommandOutput
|
|
150
208
|
) => void
|
|
151
209
|
): void;
|
|
210
|
+
getCentralizationRuleForOrganization(
|
|
211
|
+
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
212
|
+
options?: __HttpHandlerOptions
|
|
213
|
+
): Promise<GetCentralizationRuleForOrganizationCommandOutput>;
|
|
214
|
+
getCentralizationRuleForOrganization(
|
|
215
|
+
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
216
|
+
cb: (
|
|
217
|
+
err: any,
|
|
218
|
+
data?: GetCentralizationRuleForOrganizationCommandOutput
|
|
219
|
+
) => void
|
|
220
|
+
): void;
|
|
221
|
+
getCentralizationRuleForOrganization(
|
|
222
|
+
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (
|
|
225
|
+
err: any,
|
|
226
|
+
data?: GetCentralizationRuleForOrganizationCommandOutput
|
|
227
|
+
) => void
|
|
228
|
+
): void;
|
|
152
229
|
getTelemetryEvaluationStatus(): Promise<GetTelemetryEvaluationStatusCommandOutput>;
|
|
153
230
|
getTelemetryEvaluationStatus(
|
|
154
231
|
args: GetTelemetryEvaluationStatusCommandInput,
|
|
@@ -209,6 +286,26 @@ export interface ObservabilityAdmin {
|
|
|
209
286
|
options: __HttpHandlerOptions,
|
|
210
287
|
cb: (err: any, data?: GetTelemetryRuleForOrganizationCommandOutput) => void
|
|
211
288
|
): void;
|
|
289
|
+
listCentralizationRulesForOrganization(): Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
290
|
+
listCentralizationRulesForOrganization(
|
|
291
|
+
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
292
|
+
options?: __HttpHandlerOptions
|
|
293
|
+
): Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
294
|
+
listCentralizationRulesForOrganization(
|
|
295
|
+
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
296
|
+
cb: (
|
|
297
|
+
err: any,
|
|
298
|
+
data?: ListCentralizationRulesForOrganizationCommandOutput
|
|
299
|
+
) => void
|
|
300
|
+
): void;
|
|
301
|
+
listCentralizationRulesForOrganization(
|
|
302
|
+
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (
|
|
305
|
+
err: any,
|
|
306
|
+
data?: ListCentralizationRulesForOrganizationCommandOutput
|
|
307
|
+
) => void
|
|
308
|
+
): void;
|
|
212
309
|
listResourceTelemetry(): Promise<ListResourceTelemetryCommandOutput>;
|
|
213
310
|
listResourceTelemetry(
|
|
214
311
|
args: ListResourceTelemetryCommandInput,
|
|
@@ -384,6 +481,25 @@ export interface ObservabilityAdmin {
|
|
|
384
481
|
options: __HttpHandlerOptions,
|
|
385
482
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
386
483
|
): void;
|
|
484
|
+
updateCentralizationRuleForOrganization(
|
|
485
|
+
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
486
|
+
options?: __HttpHandlerOptions
|
|
487
|
+
): Promise<UpdateCentralizationRuleForOrganizationCommandOutput>;
|
|
488
|
+
updateCentralizationRuleForOrganization(
|
|
489
|
+
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
490
|
+
cb: (
|
|
491
|
+
err: any,
|
|
492
|
+
data?: UpdateCentralizationRuleForOrganizationCommandOutput
|
|
493
|
+
) => void
|
|
494
|
+
): void;
|
|
495
|
+
updateCentralizationRuleForOrganization(
|
|
496
|
+
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (
|
|
499
|
+
err: any,
|
|
500
|
+
data?: UpdateCentralizationRuleForOrganizationCommandOutput
|
|
501
|
+
) => void
|
|
502
|
+
): void;
|
|
387
503
|
updateTelemetryRule(
|
|
388
504
|
args: UpdateTelemetryRuleCommandInput,
|
|
389
505
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CreateCentralizationRuleForOrganizationCommandInput,
|
|
50
|
+
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
51
|
+
} from "./commands/CreateCentralizationRuleForOrganizationCommand";
|
|
48
52
|
import {
|
|
49
53
|
CreateTelemetryRuleCommandInput,
|
|
50
54
|
CreateTelemetryRuleCommandOutput,
|
|
@@ -53,6 +57,10 @@ import {
|
|
|
53
57
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
54
58
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
55
59
|
} from "./commands/CreateTelemetryRuleForOrganizationCommand";
|
|
60
|
+
import {
|
|
61
|
+
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
62
|
+
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
63
|
+
} from "./commands/DeleteCentralizationRuleForOrganizationCommand";
|
|
56
64
|
import {
|
|
57
65
|
DeleteTelemetryRuleCommandInput,
|
|
58
66
|
DeleteTelemetryRuleCommandOutput,
|
|
@@ -61,6 +69,10 @@ import {
|
|
|
61
69
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
62
70
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
63
71
|
} from "./commands/DeleteTelemetryRuleForOrganizationCommand";
|
|
72
|
+
import {
|
|
73
|
+
GetCentralizationRuleForOrganizationCommandInput,
|
|
74
|
+
GetCentralizationRuleForOrganizationCommandOutput,
|
|
75
|
+
} from "./commands/GetCentralizationRuleForOrganizationCommand";
|
|
64
76
|
import {
|
|
65
77
|
GetTelemetryEvaluationStatusCommandInput,
|
|
66
78
|
GetTelemetryEvaluationStatusCommandOutput,
|
|
@@ -77,6 +89,10 @@ import {
|
|
|
77
89
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
78
90
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
79
91
|
} from "./commands/GetTelemetryRuleForOrganizationCommand";
|
|
92
|
+
import {
|
|
93
|
+
ListCentralizationRulesForOrganizationCommandInput,
|
|
94
|
+
ListCentralizationRulesForOrganizationCommandOutput,
|
|
95
|
+
} from "./commands/ListCentralizationRulesForOrganizationCommand";
|
|
80
96
|
import {
|
|
81
97
|
ListResourceTelemetryCommandInput,
|
|
82
98
|
ListResourceTelemetryCommandOutput,
|
|
@@ -121,6 +137,10 @@ import {
|
|
|
121
137
|
UntagResourceCommandInput,
|
|
122
138
|
UntagResourceCommandOutput,
|
|
123
139
|
} from "./commands/UntagResourceCommand";
|
|
140
|
+
import {
|
|
141
|
+
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
142
|
+
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
143
|
+
} from "./commands/UpdateCentralizationRuleForOrganizationCommand";
|
|
124
144
|
import {
|
|
125
145
|
UpdateTelemetryRuleCommandInput,
|
|
126
146
|
UpdateTelemetryRuleCommandOutput,
|
|
@@ -137,14 +157,18 @@ import {
|
|
|
137
157
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
138
158
|
export { __Client };
|
|
139
159
|
export type ServiceInputTypes =
|
|
160
|
+
| CreateCentralizationRuleForOrganizationCommandInput
|
|
140
161
|
| CreateTelemetryRuleCommandInput
|
|
141
162
|
| CreateTelemetryRuleForOrganizationCommandInput
|
|
163
|
+
| DeleteCentralizationRuleForOrganizationCommandInput
|
|
142
164
|
| DeleteTelemetryRuleCommandInput
|
|
143
165
|
| DeleteTelemetryRuleForOrganizationCommandInput
|
|
166
|
+
| GetCentralizationRuleForOrganizationCommandInput
|
|
144
167
|
| GetTelemetryEvaluationStatusCommandInput
|
|
145
168
|
| GetTelemetryEvaluationStatusForOrganizationCommandInput
|
|
146
169
|
| GetTelemetryRuleCommandInput
|
|
147
170
|
| GetTelemetryRuleForOrganizationCommandInput
|
|
171
|
+
| ListCentralizationRulesForOrganizationCommandInput
|
|
148
172
|
| ListResourceTelemetryCommandInput
|
|
149
173
|
| ListResourceTelemetryForOrganizationCommandInput
|
|
150
174
|
| ListTagsForResourceCommandInput
|
|
@@ -156,17 +180,22 @@ export type ServiceInputTypes =
|
|
|
156
180
|
| StopTelemetryEvaluationForOrganizationCommandInput
|
|
157
181
|
| TagResourceCommandInput
|
|
158
182
|
| UntagResourceCommandInput
|
|
183
|
+
| UpdateCentralizationRuleForOrganizationCommandInput
|
|
159
184
|
| UpdateTelemetryRuleCommandInput
|
|
160
185
|
| UpdateTelemetryRuleForOrganizationCommandInput;
|
|
161
186
|
export type ServiceOutputTypes =
|
|
187
|
+
| CreateCentralizationRuleForOrganizationCommandOutput
|
|
162
188
|
| CreateTelemetryRuleCommandOutput
|
|
163
189
|
| CreateTelemetryRuleForOrganizationCommandOutput
|
|
190
|
+
| DeleteCentralizationRuleForOrganizationCommandOutput
|
|
164
191
|
| DeleteTelemetryRuleCommandOutput
|
|
165
192
|
| DeleteTelemetryRuleForOrganizationCommandOutput
|
|
193
|
+
| GetCentralizationRuleForOrganizationCommandOutput
|
|
166
194
|
| GetTelemetryEvaluationStatusCommandOutput
|
|
167
195
|
| GetTelemetryEvaluationStatusForOrganizationCommandOutput
|
|
168
196
|
| GetTelemetryRuleCommandOutput
|
|
169
197
|
| GetTelemetryRuleForOrganizationCommandOutput
|
|
198
|
+
| ListCentralizationRulesForOrganizationCommandOutput
|
|
170
199
|
| ListResourceTelemetryCommandOutput
|
|
171
200
|
| ListResourceTelemetryForOrganizationCommandOutput
|
|
172
201
|
| ListTagsForResourceCommandOutput
|
|
@@ -178,6 +207,7 @@ export type ServiceOutputTypes =
|
|
|
178
207
|
| StopTelemetryEvaluationForOrganizationCommandOutput
|
|
179
208
|
| TagResourceCommandOutput
|
|
180
209
|
| UntagResourceCommandOutput
|
|
210
|
+
| UpdateCentralizationRuleForOrganizationCommandOutput
|
|
181
211
|
| UpdateTelemetryRuleCommandOutput
|
|
182
212
|
| UpdateTelemetryRuleForOrganizationCommandOutput;
|
|
183
213
|
export interface ClientDefaults
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateCentralizationRuleForOrganizationInput,
|
|
5
|
+
CreateCentralizationRuleForOrganizationOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ObservabilityAdminClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ObservabilityAdminClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCentralizationRuleForOrganizationCommandInput
|
|
15
|
+
extends CreateCentralizationRuleForOrganizationInput {}
|
|
16
|
+
export interface CreateCentralizationRuleForOrganizationCommandOutput
|
|
17
|
+
extends CreateCentralizationRuleForOrganizationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCentralizationRuleForOrganizationCommandInput,
|
|
24
|
+
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
25
|
+
ObservabilityAdminClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCentralizationRuleForOrganizationCommandInput,
|
|
33
|
+
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
34
|
+
ObservabilityAdminClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCentralizationRuleForOrganizationCommand extends CreateCentralizationRuleForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCentralizationRuleForOrganizationInput;
|
|
44
|
+
output: CreateCentralizationRuleForOrganizationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCentralizationRuleForOrganizationCommandInput;
|
|
48
|
+
output: CreateCentralizationRuleForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ObservabilityAdminClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../ObservabilityAdminClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteCentralizationRuleForOrganizationCommandInput
|
|
12
|
+
extends DeleteCentralizationRuleForOrganizationInput {}
|
|
13
|
+
export interface DeleteCentralizationRuleForOrganizationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
20
|
+
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
21
|
+
ObservabilityAdminClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
29
|
+
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
30
|
+
ObservabilityAdminClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteCentralizationRuleForOrganizationCommand extends DeleteCentralizationRuleForOrganizationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCentralizationRuleForOrganizationInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCentralizationRuleForOrganizationCommandInput;
|
|
44
|
+
output: DeleteCentralizationRuleForOrganizationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetCentralizationRuleForOrganizationInput,
|
|
5
|
+
GetCentralizationRuleForOrganizationOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ObservabilityAdminClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ObservabilityAdminClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCentralizationRuleForOrganizationCommandInput
|
|
15
|
+
extends GetCentralizationRuleForOrganizationInput {}
|
|
16
|
+
export interface GetCentralizationRuleForOrganizationCommandOutput
|
|
17
|
+
extends GetCentralizationRuleForOrganizationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCentralizationRuleForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCentralizationRuleForOrganizationCommandInput,
|
|
24
|
+
GetCentralizationRuleForOrganizationCommandOutput,
|
|
25
|
+
ObservabilityAdminClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCentralizationRuleForOrganizationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCentralizationRuleForOrganizationCommandInput,
|
|
33
|
+
GetCentralizationRuleForOrganizationCommandOutput,
|
|
34
|
+
ObservabilityAdminClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCentralizationRuleForOrganizationCommand extends GetCentralizationRuleForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCentralizationRuleForOrganizationInput;
|
|
44
|
+
output: GetCentralizationRuleForOrganizationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCentralizationRuleForOrganizationCommandInput;
|
|
48
|
+
output: GetCentralizationRuleForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListCentralizationRulesForOrganizationInput,
|
|
5
|
+
ListCentralizationRulesForOrganizationOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ObservabilityAdminClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ObservabilityAdminClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListCentralizationRulesForOrganizationCommandInput
|
|
15
|
+
extends ListCentralizationRulesForOrganizationInput {}
|
|
16
|
+
export interface ListCentralizationRulesForOrganizationCommandOutput
|
|
17
|
+
extends ListCentralizationRulesForOrganizationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListCentralizationRulesForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListCentralizationRulesForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListCentralizationRulesForOrganizationCommandInput,
|
|
24
|
+
ListCentralizationRulesForOrganizationCommandOutput,
|
|
25
|
+
ObservabilityAdminClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListCentralizationRulesForOrganizationCommandInput,
|
|
33
|
+
ListCentralizationRulesForOrganizationCommandOutput,
|
|
34
|
+
ObservabilityAdminClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListCentralizationRulesForOrganizationCommand extends ListCentralizationRulesForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListCentralizationRulesForOrganizationInput;
|
|
44
|
+
output: ListCentralizationRulesForOrganizationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListCentralizationRulesForOrganizationCommandInput;
|
|
48
|
+
output: ListCentralizationRulesForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateCentralizationRuleForOrganizationInput,
|
|
5
|
+
UpdateCentralizationRuleForOrganizationOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ObservabilityAdminClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ObservabilityAdminClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateCentralizationRuleForOrganizationCommandInput
|
|
15
|
+
extends UpdateCentralizationRuleForOrganizationInput {}
|
|
16
|
+
export interface UpdateCentralizationRuleForOrganizationCommandOutput
|
|
17
|
+
extends UpdateCentralizationRuleForOrganizationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
24
|
+
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
25
|
+
ObservabilityAdminClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
33
|
+
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
34
|
+
ObservabilityAdminClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateCentralizationRuleForOrganizationCommand extends UpdateCentralizationRuleForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateCentralizationRuleForOrganizationInput;
|
|
44
|
+
output: UpdateCentralizationRuleForOrganizationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateCentralizationRuleForOrganizationCommandInput;
|
|
48
|
+
output: UpdateCentralizationRuleForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|