@aws-sdk/client-amp 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Amp.d.ts +382 -110
- package/dist-types/ts3.4/AmpClient.d.ts +254 -94
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/AmpServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +675 -619
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListRuleGroupsNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +13 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-amp
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-amp
|
|
@@ -1,110 +1,382 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AmpClient } from "./AmpClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AmpClient } from "./AmpClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateAlertManagerDefinitionCommandInput,
|
|
5
|
+
CreateAlertManagerDefinitionCommandOutput,
|
|
6
|
+
} from "./commands/CreateAlertManagerDefinitionCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateLoggingConfigurationCommandInput,
|
|
9
|
+
CreateLoggingConfigurationCommandOutput,
|
|
10
|
+
} from "./commands/CreateLoggingConfigurationCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateRuleGroupsNamespaceCommandInput,
|
|
13
|
+
CreateRuleGroupsNamespaceCommandOutput,
|
|
14
|
+
} from "./commands/CreateRuleGroupsNamespaceCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateWorkspaceCommandInput,
|
|
17
|
+
CreateWorkspaceCommandOutput,
|
|
18
|
+
} from "./commands/CreateWorkspaceCommand";
|
|
19
|
+
import {
|
|
20
|
+
DeleteAlertManagerDefinitionCommandInput,
|
|
21
|
+
DeleteAlertManagerDefinitionCommandOutput,
|
|
22
|
+
} from "./commands/DeleteAlertManagerDefinitionCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeleteLoggingConfigurationCommandInput,
|
|
25
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
26
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
27
|
+
import {
|
|
28
|
+
DeleteRuleGroupsNamespaceCommandInput,
|
|
29
|
+
DeleteRuleGroupsNamespaceCommandOutput,
|
|
30
|
+
} from "./commands/DeleteRuleGroupsNamespaceCommand";
|
|
31
|
+
import {
|
|
32
|
+
DeleteWorkspaceCommandInput,
|
|
33
|
+
DeleteWorkspaceCommandOutput,
|
|
34
|
+
} from "./commands/DeleteWorkspaceCommand";
|
|
35
|
+
import {
|
|
36
|
+
DescribeAlertManagerDefinitionCommandInput,
|
|
37
|
+
DescribeAlertManagerDefinitionCommandOutput,
|
|
38
|
+
} from "./commands/DescribeAlertManagerDefinitionCommand";
|
|
39
|
+
import {
|
|
40
|
+
DescribeLoggingConfigurationCommandInput,
|
|
41
|
+
DescribeLoggingConfigurationCommandOutput,
|
|
42
|
+
} from "./commands/DescribeLoggingConfigurationCommand";
|
|
43
|
+
import {
|
|
44
|
+
DescribeRuleGroupsNamespaceCommandInput,
|
|
45
|
+
DescribeRuleGroupsNamespaceCommandOutput,
|
|
46
|
+
} from "./commands/DescribeRuleGroupsNamespaceCommand";
|
|
47
|
+
import {
|
|
48
|
+
DescribeWorkspaceCommandInput,
|
|
49
|
+
DescribeWorkspaceCommandOutput,
|
|
50
|
+
} from "./commands/DescribeWorkspaceCommand";
|
|
51
|
+
import {
|
|
52
|
+
ListRuleGroupsNamespacesCommandInput,
|
|
53
|
+
ListRuleGroupsNamespacesCommandOutput,
|
|
54
|
+
} from "./commands/ListRuleGroupsNamespacesCommand";
|
|
55
|
+
import {
|
|
56
|
+
ListTagsForResourceCommandInput,
|
|
57
|
+
ListTagsForResourceCommandOutput,
|
|
58
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
59
|
+
import {
|
|
60
|
+
ListWorkspacesCommandInput,
|
|
61
|
+
ListWorkspacesCommandOutput,
|
|
62
|
+
} from "./commands/ListWorkspacesCommand";
|
|
63
|
+
import {
|
|
64
|
+
PutAlertManagerDefinitionCommandInput,
|
|
65
|
+
PutAlertManagerDefinitionCommandOutput,
|
|
66
|
+
} from "./commands/PutAlertManagerDefinitionCommand";
|
|
67
|
+
import {
|
|
68
|
+
PutRuleGroupsNamespaceCommandInput,
|
|
69
|
+
PutRuleGroupsNamespaceCommandOutput,
|
|
70
|
+
} from "./commands/PutRuleGroupsNamespaceCommand";
|
|
71
|
+
import {
|
|
72
|
+
TagResourceCommandInput,
|
|
73
|
+
TagResourceCommandOutput,
|
|
74
|
+
} from "./commands/TagResourceCommand";
|
|
75
|
+
import {
|
|
76
|
+
UntagResourceCommandInput,
|
|
77
|
+
UntagResourceCommandOutput,
|
|
78
|
+
} from "./commands/UntagResourceCommand";
|
|
79
|
+
import {
|
|
80
|
+
UpdateLoggingConfigurationCommandInput,
|
|
81
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
82
|
+
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
83
|
+
import {
|
|
84
|
+
UpdateWorkspaceAliasCommandInput,
|
|
85
|
+
UpdateWorkspaceAliasCommandOutput,
|
|
86
|
+
} from "./commands/UpdateWorkspaceAliasCommand";
|
|
87
|
+
|
|
88
|
+
export declare class Amp extends AmpClient {
|
|
89
|
+
createAlertManagerDefinition(
|
|
90
|
+
args: CreateAlertManagerDefinitionCommandInput,
|
|
91
|
+
options?: __HttpHandlerOptions
|
|
92
|
+
): Promise<CreateAlertManagerDefinitionCommandOutput>;
|
|
93
|
+
createAlertManagerDefinition(
|
|
94
|
+
args: CreateAlertManagerDefinitionCommandInput,
|
|
95
|
+
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void
|
|
96
|
+
): void;
|
|
97
|
+
createAlertManagerDefinition(
|
|
98
|
+
args: CreateAlertManagerDefinitionCommandInput,
|
|
99
|
+
options: __HttpHandlerOptions,
|
|
100
|
+
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void
|
|
101
|
+
): void;
|
|
102
|
+
|
|
103
|
+
createLoggingConfiguration(
|
|
104
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
105
|
+
options?: __HttpHandlerOptions
|
|
106
|
+
): Promise<CreateLoggingConfigurationCommandOutput>;
|
|
107
|
+
createLoggingConfiguration(
|
|
108
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
109
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
110
|
+
): void;
|
|
111
|
+
createLoggingConfiguration(
|
|
112
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
113
|
+
options: __HttpHandlerOptions,
|
|
114
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
115
|
+
): void;
|
|
116
|
+
|
|
117
|
+
createRuleGroupsNamespace(
|
|
118
|
+
args: CreateRuleGroupsNamespaceCommandInput,
|
|
119
|
+
options?: __HttpHandlerOptions
|
|
120
|
+
): Promise<CreateRuleGroupsNamespaceCommandOutput>;
|
|
121
|
+
createRuleGroupsNamespace(
|
|
122
|
+
args: CreateRuleGroupsNamespaceCommandInput,
|
|
123
|
+
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void
|
|
124
|
+
): void;
|
|
125
|
+
createRuleGroupsNamespace(
|
|
126
|
+
args: CreateRuleGroupsNamespaceCommandInput,
|
|
127
|
+
options: __HttpHandlerOptions,
|
|
128
|
+
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
|
|
131
|
+
createWorkspace(
|
|
132
|
+
args: CreateWorkspaceCommandInput,
|
|
133
|
+
options?: __HttpHandlerOptions
|
|
134
|
+
): Promise<CreateWorkspaceCommandOutput>;
|
|
135
|
+
createWorkspace(
|
|
136
|
+
args: CreateWorkspaceCommandInput,
|
|
137
|
+
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
createWorkspace(
|
|
140
|
+
args: CreateWorkspaceCommandInput,
|
|
141
|
+
options: __HttpHandlerOptions,
|
|
142
|
+
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
143
|
+
): void;
|
|
144
|
+
|
|
145
|
+
deleteAlertManagerDefinition(
|
|
146
|
+
args: DeleteAlertManagerDefinitionCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<DeleteAlertManagerDefinitionCommandOutput>;
|
|
149
|
+
deleteAlertManagerDefinition(
|
|
150
|
+
args: DeleteAlertManagerDefinitionCommandInput,
|
|
151
|
+
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
deleteAlertManagerDefinition(
|
|
154
|
+
args: DeleteAlertManagerDefinitionCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
|
|
159
|
+
deleteLoggingConfiguration(
|
|
160
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
163
|
+
deleteLoggingConfiguration(
|
|
164
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
165
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
deleteLoggingConfiguration(
|
|
168
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
deleteRuleGroupsNamespace(
|
|
174
|
+
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<DeleteRuleGroupsNamespaceCommandOutput>;
|
|
177
|
+
deleteRuleGroupsNamespace(
|
|
178
|
+
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
179
|
+
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
deleteRuleGroupsNamespace(
|
|
182
|
+
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
|
|
187
|
+
deleteWorkspace(
|
|
188
|
+
args: DeleteWorkspaceCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DeleteWorkspaceCommandOutput>;
|
|
191
|
+
deleteWorkspace(
|
|
192
|
+
args: DeleteWorkspaceCommandInput,
|
|
193
|
+
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
deleteWorkspace(
|
|
196
|
+
args: DeleteWorkspaceCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
|
|
201
|
+
describeAlertManagerDefinition(
|
|
202
|
+
args: DescribeAlertManagerDefinitionCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DescribeAlertManagerDefinitionCommandOutput>;
|
|
205
|
+
describeAlertManagerDefinition(
|
|
206
|
+
args: DescribeAlertManagerDefinitionCommandInput,
|
|
207
|
+
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void
|
|
208
|
+
): void;
|
|
209
|
+
describeAlertManagerDefinition(
|
|
210
|
+
args: DescribeAlertManagerDefinitionCommandInput,
|
|
211
|
+
options: __HttpHandlerOptions,
|
|
212
|
+
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
|
|
215
|
+
describeLoggingConfiguration(
|
|
216
|
+
args: DescribeLoggingConfigurationCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
219
|
+
describeLoggingConfiguration(
|
|
220
|
+
args: DescribeLoggingConfigurationCommandInput,
|
|
221
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
222
|
+
): void;
|
|
223
|
+
describeLoggingConfiguration(
|
|
224
|
+
args: DescribeLoggingConfigurationCommandInput,
|
|
225
|
+
options: __HttpHandlerOptions,
|
|
226
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
|
|
229
|
+
describeRuleGroupsNamespace(
|
|
230
|
+
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
231
|
+
options?: __HttpHandlerOptions
|
|
232
|
+
): Promise<DescribeRuleGroupsNamespaceCommandOutput>;
|
|
233
|
+
describeRuleGroupsNamespace(
|
|
234
|
+
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
235
|
+
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void
|
|
236
|
+
): void;
|
|
237
|
+
describeRuleGroupsNamespace(
|
|
238
|
+
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
239
|
+
options: __HttpHandlerOptions,
|
|
240
|
+
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void
|
|
241
|
+
): void;
|
|
242
|
+
|
|
243
|
+
describeWorkspace(
|
|
244
|
+
args: DescribeWorkspaceCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<DescribeWorkspaceCommandOutput>;
|
|
247
|
+
describeWorkspace(
|
|
248
|
+
args: DescribeWorkspaceCommandInput,
|
|
249
|
+
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
describeWorkspace(
|
|
252
|
+
args: DescribeWorkspaceCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
|
|
257
|
+
listRuleGroupsNamespaces(
|
|
258
|
+
args: ListRuleGroupsNamespacesCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<ListRuleGroupsNamespacesCommandOutput>;
|
|
261
|
+
listRuleGroupsNamespaces(
|
|
262
|
+
args: ListRuleGroupsNamespacesCommandInput,
|
|
263
|
+
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
listRuleGroupsNamespaces(
|
|
266
|
+
args: ListRuleGroupsNamespacesCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
|
|
271
|
+
listTagsForResource(
|
|
272
|
+
args: ListTagsForResourceCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
275
|
+
listTagsForResource(
|
|
276
|
+
args: ListTagsForResourceCommandInput,
|
|
277
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
listTagsForResource(
|
|
280
|
+
args: ListTagsForResourceCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
|
|
285
|
+
listWorkspaces(
|
|
286
|
+
args: ListWorkspacesCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<ListWorkspacesCommandOutput>;
|
|
289
|
+
listWorkspaces(
|
|
290
|
+
args: ListWorkspacesCommandInput,
|
|
291
|
+
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
listWorkspaces(
|
|
294
|
+
args: ListWorkspacesCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
|
|
299
|
+
putAlertManagerDefinition(
|
|
300
|
+
args: PutAlertManagerDefinitionCommandInput,
|
|
301
|
+
options?: __HttpHandlerOptions
|
|
302
|
+
): Promise<PutAlertManagerDefinitionCommandOutput>;
|
|
303
|
+
putAlertManagerDefinition(
|
|
304
|
+
args: PutAlertManagerDefinitionCommandInput,
|
|
305
|
+
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
putAlertManagerDefinition(
|
|
308
|
+
args: PutAlertManagerDefinitionCommandInput,
|
|
309
|
+
options: __HttpHandlerOptions,
|
|
310
|
+
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void
|
|
311
|
+
): void;
|
|
312
|
+
|
|
313
|
+
putRuleGroupsNamespace(
|
|
314
|
+
args: PutRuleGroupsNamespaceCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<PutRuleGroupsNamespaceCommandOutput>;
|
|
317
|
+
putRuleGroupsNamespace(
|
|
318
|
+
args: PutRuleGroupsNamespaceCommandInput,
|
|
319
|
+
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
putRuleGroupsNamespace(
|
|
322
|
+
args: PutRuleGroupsNamespaceCommandInput,
|
|
323
|
+
options: __HttpHandlerOptions,
|
|
324
|
+
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void
|
|
325
|
+
): void;
|
|
326
|
+
|
|
327
|
+
tagResource(
|
|
328
|
+
args: TagResourceCommandInput,
|
|
329
|
+
options?: __HttpHandlerOptions
|
|
330
|
+
): Promise<TagResourceCommandOutput>;
|
|
331
|
+
tagResource(
|
|
332
|
+
args: TagResourceCommandInput,
|
|
333
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
tagResource(
|
|
336
|
+
args: TagResourceCommandInput,
|
|
337
|
+
options: __HttpHandlerOptions,
|
|
338
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
|
|
341
|
+
untagResource(
|
|
342
|
+
args: UntagResourceCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<UntagResourceCommandOutput>;
|
|
345
|
+
untagResource(
|
|
346
|
+
args: UntagResourceCommandInput,
|
|
347
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
untagResource(
|
|
350
|
+
args: UntagResourceCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
|
|
355
|
+
updateLoggingConfiguration(
|
|
356
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
359
|
+
updateLoggingConfiguration(
|
|
360
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
361
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
updateLoggingConfiguration(
|
|
364
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
|
|
369
|
+
updateWorkspaceAlias(
|
|
370
|
+
args: UpdateWorkspaceAliasCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<UpdateWorkspaceAliasCommandOutput>;
|
|
373
|
+
updateWorkspaceAlias(
|
|
374
|
+
args: UpdateWorkspaceAliasCommandInput,
|
|
375
|
+
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
updateWorkspaceAlias(
|
|
378
|
+
args: UpdateWorkspaceAliasCommandInput,
|
|
379
|
+
options: __HttpHandlerOptions,
|
|
380
|
+
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
}
|