@aws-sdk/client-amp 3.168.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 +16 -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
|
@@ -1,94 +1,254 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAlertManagerDefinitionCommandInput,
|
|
47
|
+
CreateAlertManagerDefinitionCommandOutput,
|
|
48
|
+
} from "./commands/CreateAlertManagerDefinitionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateLoggingConfigurationCommandInput,
|
|
51
|
+
CreateLoggingConfigurationCommandOutput,
|
|
52
|
+
} from "./commands/CreateLoggingConfigurationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateRuleGroupsNamespaceCommandInput,
|
|
55
|
+
CreateRuleGroupsNamespaceCommandOutput,
|
|
56
|
+
} from "./commands/CreateRuleGroupsNamespaceCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateWorkspaceCommandInput,
|
|
59
|
+
CreateWorkspaceCommandOutput,
|
|
60
|
+
} from "./commands/CreateWorkspaceCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAlertManagerDefinitionCommandInput,
|
|
63
|
+
DeleteAlertManagerDefinitionCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAlertManagerDefinitionCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteLoggingConfigurationCommandInput,
|
|
67
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
68
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteRuleGroupsNamespaceCommandInput,
|
|
71
|
+
DeleteRuleGroupsNamespaceCommandOutput,
|
|
72
|
+
} from "./commands/DeleteRuleGroupsNamespaceCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteWorkspaceCommandInput,
|
|
75
|
+
DeleteWorkspaceCommandOutput,
|
|
76
|
+
} from "./commands/DeleteWorkspaceCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeAlertManagerDefinitionCommandInput,
|
|
79
|
+
DescribeAlertManagerDefinitionCommandOutput,
|
|
80
|
+
} from "./commands/DescribeAlertManagerDefinitionCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeLoggingConfigurationCommandInput,
|
|
83
|
+
DescribeLoggingConfigurationCommandOutput,
|
|
84
|
+
} from "./commands/DescribeLoggingConfigurationCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeRuleGroupsNamespaceCommandInput,
|
|
87
|
+
DescribeRuleGroupsNamespaceCommandOutput,
|
|
88
|
+
} from "./commands/DescribeRuleGroupsNamespaceCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeWorkspaceCommandInput,
|
|
91
|
+
DescribeWorkspaceCommandOutput,
|
|
92
|
+
} from "./commands/DescribeWorkspaceCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListRuleGroupsNamespacesCommandInput,
|
|
95
|
+
ListRuleGroupsNamespacesCommandOutput,
|
|
96
|
+
} from "./commands/ListRuleGroupsNamespacesCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListTagsForResourceCommandInput,
|
|
99
|
+
ListTagsForResourceCommandOutput,
|
|
100
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListWorkspacesCommandInput,
|
|
103
|
+
ListWorkspacesCommandOutput,
|
|
104
|
+
} from "./commands/ListWorkspacesCommand";
|
|
105
|
+
import {
|
|
106
|
+
PutAlertManagerDefinitionCommandInput,
|
|
107
|
+
PutAlertManagerDefinitionCommandOutput,
|
|
108
|
+
} from "./commands/PutAlertManagerDefinitionCommand";
|
|
109
|
+
import {
|
|
110
|
+
PutRuleGroupsNamespaceCommandInput,
|
|
111
|
+
PutRuleGroupsNamespaceCommandOutput,
|
|
112
|
+
} from "./commands/PutRuleGroupsNamespaceCommand";
|
|
113
|
+
import {
|
|
114
|
+
TagResourceCommandInput,
|
|
115
|
+
TagResourceCommandOutput,
|
|
116
|
+
} from "./commands/TagResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
UntagResourceCommandInput,
|
|
119
|
+
UntagResourceCommandOutput,
|
|
120
|
+
} from "./commands/UntagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UpdateLoggingConfigurationCommandInput,
|
|
123
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
124
|
+
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateWorkspaceAliasCommandInput,
|
|
127
|
+
UpdateWorkspaceAliasCommandOutput,
|
|
128
|
+
} from "./commands/UpdateWorkspaceAliasCommand";
|
|
129
|
+
export declare type ServiceInputTypes =
|
|
130
|
+
| CreateAlertManagerDefinitionCommandInput
|
|
131
|
+
| CreateLoggingConfigurationCommandInput
|
|
132
|
+
| CreateRuleGroupsNamespaceCommandInput
|
|
133
|
+
| CreateWorkspaceCommandInput
|
|
134
|
+
| DeleteAlertManagerDefinitionCommandInput
|
|
135
|
+
| DeleteLoggingConfigurationCommandInput
|
|
136
|
+
| DeleteRuleGroupsNamespaceCommandInput
|
|
137
|
+
| DeleteWorkspaceCommandInput
|
|
138
|
+
| DescribeAlertManagerDefinitionCommandInput
|
|
139
|
+
| DescribeLoggingConfigurationCommandInput
|
|
140
|
+
| DescribeRuleGroupsNamespaceCommandInput
|
|
141
|
+
| DescribeWorkspaceCommandInput
|
|
142
|
+
| ListRuleGroupsNamespacesCommandInput
|
|
143
|
+
| ListTagsForResourceCommandInput
|
|
144
|
+
| ListWorkspacesCommandInput
|
|
145
|
+
| PutAlertManagerDefinitionCommandInput
|
|
146
|
+
| PutRuleGroupsNamespaceCommandInput
|
|
147
|
+
| TagResourceCommandInput
|
|
148
|
+
| UntagResourceCommandInput
|
|
149
|
+
| UpdateLoggingConfigurationCommandInput
|
|
150
|
+
| UpdateWorkspaceAliasCommandInput;
|
|
151
|
+
export declare type ServiceOutputTypes =
|
|
152
|
+
| CreateAlertManagerDefinitionCommandOutput
|
|
153
|
+
| CreateLoggingConfigurationCommandOutput
|
|
154
|
+
| CreateRuleGroupsNamespaceCommandOutput
|
|
155
|
+
| CreateWorkspaceCommandOutput
|
|
156
|
+
| DeleteAlertManagerDefinitionCommandOutput
|
|
157
|
+
| DeleteLoggingConfigurationCommandOutput
|
|
158
|
+
| DeleteRuleGroupsNamespaceCommandOutput
|
|
159
|
+
| DeleteWorkspaceCommandOutput
|
|
160
|
+
| DescribeAlertManagerDefinitionCommandOutput
|
|
161
|
+
| DescribeLoggingConfigurationCommandOutput
|
|
162
|
+
| DescribeRuleGroupsNamespaceCommandOutput
|
|
163
|
+
| DescribeWorkspaceCommandOutput
|
|
164
|
+
| ListRuleGroupsNamespacesCommandOutput
|
|
165
|
+
| ListTagsForResourceCommandOutput
|
|
166
|
+
| ListWorkspacesCommandOutput
|
|
167
|
+
| PutAlertManagerDefinitionCommandOutput
|
|
168
|
+
| PutRuleGroupsNamespaceCommandOutput
|
|
169
|
+
| TagResourceCommandOutput
|
|
170
|
+
| UntagResourceCommandOutput
|
|
171
|
+
| UpdateLoggingConfigurationCommandOutput
|
|
172
|
+
| UpdateWorkspaceAliasCommandOutput;
|
|
173
|
+
export interface ClientDefaults
|
|
174
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
|
+
requestHandler?: __HttpHandler;
|
|
176
|
+
|
|
177
|
+
sha256?: __HashConstructor;
|
|
178
|
+
|
|
179
|
+
urlParser?: __UrlParser;
|
|
180
|
+
|
|
181
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
+
|
|
183
|
+
streamCollector?: __StreamCollector;
|
|
184
|
+
|
|
185
|
+
base64Decoder?: __Decoder;
|
|
186
|
+
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
|
|
189
|
+
utf8Decoder?: __Decoder;
|
|
190
|
+
|
|
191
|
+
utf8Encoder?: __Encoder;
|
|
192
|
+
|
|
193
|
+
runtime?: string;
|
|
194
|
+
|
|
195
|
+
disableHostPrefix?: boolean;
|
|
196
|
+
|
|
197
|
+
maxAttempts?: number | __Provider<number>;
|
|
198
|
+
|
|
199
|
+
retryMode?: string | __Provider<string>;
|
|
200
|
+
|
|
201
|
+
logger?: __Logger;
|
|
202
|
+
|
|
203
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
+
|
|
205
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
+
|
|
207
|
+
serviceId?: string;
|
|
208
|
+
|
|
209
|
+
region?: string | __Provider<string>;
|
|
210
|
+
|
|
211
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
+
|
|
213
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
+
|
|
215
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
+
|
|
217
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
|
+
}
|
|
219
|
+
declare type AmpClientConfigType = Partial<
|
|
220
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
221
|
+
> &
|
|
222
|
+
ClientDefaults &
|
|
223
|
+
RegionInputConfig &
|
|
224
|
+
EndpointsInputConfig &
|
|
225
|
+
RetryInputConfig &
|
|
226
|
+
HostHeaderInputConfig &
|
|
227
|
+
AwsAuthInputConfig &
|
|
228
|
+
UserAgentInputConfig;
|
|
229
|
+
|
|
230
|
+
export interface AmpClientConfig extends AmpClientConfigType {}
|
|
231
|
+
declare type AmpClientResolvedConfigType =
|
|
232
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
233
|
+
Required<ClientDefaults> &
|
|
234
|
+
RegionResolvedConfig &
|
|
235
|
+
EndpointsResolvedConfig &
|
|
236
|
+
RetryResolvedConfig &
|
|
237
|
+
HostHeaderResolvedConfig &
|
|
238
|
+
AwsAuthResolvedConfig &
|
|
239
|
+
UserAgentResolvedConfig;
|
|
240
|
+
|
|
241
|
+
export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {}
|
|
242
|
+
|
|
243
|
+
export declare class AmpClient extends __Client<
|
|
244
|
+
__HttpHandlerOptions,
|
|
245
|
+
ServiceInputTypes,
|
|
246
|
+
ServiceOutputTypes,
|
|
247
|
+
AmpClientResolvedConfig
|
|
248
|
+
> {
|
|
249
|
+
readonly config: AmpClientResolvedConfig;
|
|
250
|
+
constructor(configuration: AmpClientConfig);
|
|
251
|
+
|
|
252
|
+
destroy(): void;
|
|
253
|
+
}
|
|
254
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmpClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmpClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAlertManagerDefinitionRequest,
|
|
15
|
+
CreateAlertManagerDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAlertManagerDefinitionCommandInput
|
|
18
|
+
extends CreateAlertManagerDefinitionRequest {}
|
|
19
|
+
export interface CreateAlertManagerDefinitionCommandOutput
|
|
20
|
+
extends CreateAlertManagerDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateAlertManagerDefinitionCommand extends $Command<
|
|
24
|
+
CreateAlertManagerDefinitionCommandInput,
|
|
25
|
+
CreateAlertManagerDefinitionCommandOutput,
|
|
26
|
+
AmpClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAlertManagerDefinitionCommandInput;
|
|
29
|
+
constructor(input: CreateAlertManagerDefinitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AmpClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAlertManagerDefinitionCommandInput,
|
|
37
|
+
CreateAlertManagerDefinitionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmpClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmpClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateLoggingConfigurationRequest,
|
|
15
|
+
CreateLoggingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoggingConfigurationCommandInput
|
|
18
|
+
extends CreateLoggingConfigurationRequest {}
|
|
19
|
+
export interface CreateLoggingConfigurationCommandOutput
|
|
20
|
+
extends CreateLoggingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLoggingConfigurationCommand extends $Command<
|
|
24
|
+
CreateLoggingConfigurationCommandInput,
|
|
25
|
+
CreateLoggingConfigurationCommandOutput,
|
|
26
|
+
AmpClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLoggingConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateLoggingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AmpClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLoggingConfigurationCommandInput,
|
|
37
|
+
CreateLoggingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmpClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmpClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateRuleGroupsNamespaceRequest,
|
|
15
|
+
CreateRuleGroupsNamespaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRuleGroupsNamespaceCommandInput
|
|
18
|
+
extends CreateRuleGroupsNamespaceRequest {}
|
|
19
|
+
export interface CreateRuleGroupsNamespaceCommandOutput
|
|
20
|
+
extends CreateRuleGroupsNamespaceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRuleGroupsNamespaceCommand extends $Command<
|
|
24
|
+
CreateRuleGroupsNamespaceCommandInput,
|
|
25
|
+
CreateRuleGroupsNamespaceCommandOutput,
|
|
26
|
+
AmpClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRuleGroupsNamespaceCommandInput;
|
|
29
|
+
constructor(input: CreateRuleGroupsNamespaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AmpClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRuleGroupsNamespaceCommandInput,
|
|
37
|
+
CreateRuleGroupsNamespaceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmpClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmpClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateWorkspaceRequest,
|
|
15
|
+
CreateWorkspaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
18
|
+
export interface CreateWorkspaceCommandOutput
|
|
19
|
+
extends CreateWorkspaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateWorkspaceCommand extends $Command<
|
|
23
|
+
CreateWorkspaceCommandInput,
|
|
24
|
+
CreateWorkspaceCommandOutput,
|
|
25
|
+
AmpClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateWorkspaceCommandInput;
|
|
28
|
+
constructor(input: CreateWorkspaceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AmpClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmpClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmpClient";
|
|
13
|
+
import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAlertManagerDefinitionCommandInput
|
|
15
|
+
extends DeleteAlertManagerDefinitionRequest {}
|
|
16
|
+
export interface DeleteAlertManagerDefinitionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAlertManagerDefinitionCommand extends $Command<
|
|
20
|
+
DeleteAlertManagerDefinitionCommandInput,
|
|
21
|
+
DeleteAlertManagerDefinitionCommandOutput,
|
|
22
|
+
AmpClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAlertManagerDefinitionCommandInput;
|
|
25
|
+
constructor(input: DeleteAlertManagerDefinitionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AmpClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteAlertManagerDefinitionCommandInput,
|
|
33
|
+
DeleteAlertManagerDefinitionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|