@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.
Files changed (43) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Amp.d.ts +382 -110
  3. package/dist-types/ts3.4/AmpClient.d.ts +254 -94
  4. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +21 -21
  26. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  27. package/dist-types/ts3.4/index.d.ts +7 -7
  28. package/dist-types/ts3.4/models/AmpServiceException.d.ts +8 -6
  29. package/dist-types/ts3.4/models/index.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +675 -619
  31. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  32. package/dist-types/ts3.4/pagination/ListRuleGroupsNamespacesPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  35. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +257 -65
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  40. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  41. package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +13 -7
  42. package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +13 -7
  43. package/package.json +35 -35
@@ -1,94 +1,254 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput } from "./commands/CreateAlertManagerDefinitionCommand";
10
- import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "./commands/CreateLoggingConfigurationCommand";
11
- import { CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput } from "./commands/CreateRuleGroupsNamespaceCommand";
12
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
13
- import { DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput } from "./commands/DeleteAlertManagerDefinitionCommand";
14
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
15
- import { DeleteRuleGroupsNamespaceCommandInput, DeleteRuleGroupsNamespaceCommandOutput } from "./commands/DeleteRuleGroupsNamespaceCommand";
16
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
17
- import { DescribeAlertManagerDefinitionCommandInput, DescribeAlertManagerDefinitionCommandOutput } from "./commands/DescribeAlertManagerDefinitionCommand";
18
- import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
19
- import { DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput } from "./commands/DescribeRuleGroupsNamespaceCommand";
20
- import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
21
- import { ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput } from "./commands/ListRuleGroupsNamespacesCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
23
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
24
- import { PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput } from "./commands/PutAlertManagerDefinitionCommand";
25
- import { PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput } from "./commands/PutRuleGroupsNamespaceCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
28
- import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
29
- import { UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput } from "./commands/UpdateWorkspaceAliasCommand";
30
- export declare type ServiceInputTypes = CreateAlertManagerDefinitionCommandInput | CreateLoggingConfigurationCommandInput | CreateRuleGroupsNamespaceCommandInput | CreateWorkspaceCommandInput | DeleteAlertManagerDefinitionCommandInput | DeleteLoggingConfigurationCommandInput | DeleteRuleGroupsNamespaceCommandInput | DeleteWorkspaceCommandInput | DescribeAlertManagerDefinitionCommandInput | DescribeLoggingConfigurationCommandInput | DescribeRuleGroupsNamespaceCommandInput | DescribeWorkspaceCommandInput | ListRuleGroupsNamespacesCommandInput | ListTagsForResourceCommandInput | ListWorkspacesCommandInput | PutAlertManagerDefinitionCommandInput | PutRuleGroupsNamespaceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateLoggingConfigurationCommandInput | UpdateWorkspaceAliasCommandInput;
31
- export declare type ServiceOutputTypes = CreateAlertManagerDefinitionCommandOutput | CreateLoggingConfigurationCommandOutput | CreateRuleGroupsNamespaceCommandOutput | CreateWorkspaceCommandOutput | DeleteAlertManagerDefinitionCommandOutput | DeleteLoggingConfigurationCommandOutput | DeleteRuleGroupsNamespaceCommandOutput | DeleteWorkspaceCommandOutput | DescribeAlertManagerDefinitionCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeRuleGroupsNamespaceCommandOutput | DescribeWorkspaceCommandOutput | ListRuleGroupsNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListWorkspacesCommandOutput | PutAlertManagerDefinitionCommandOutput | PutRuleGroupsNamespaceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateWorkspaceAliasCommandOutput;
32
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
33
-
34
- requestHandler?: __HttpHandler;
35
-
36
- sha256?: __HashConstructor;
37
-
38
- urlParser?: __UrlParser;
39
-
40
- bodyLengthChecker?: __BodyLengthCalculator;
41
-
42
- streamCollector?: __StreamCollector;
43
-
44
- base64Decoder?: __Decoder;
45
-
46
- base64Encoder?: __Encoder;
47
-
48
- utf8Decoder?: __Decoder;
49
-
50
- utf8Encoder?: __Encoder;
51
-
52
- runtime?: string;
53
-
54
- disableHostPrefix?: boolean;
55
-
56
- maxAttempts?: number | __Provider<number>;
57
-
58
- retryMode?: string | __Provider<string>;
59
-
60
- logger?: __Logger;
61
-
62
- useDualstackEndpoint?: boolean | __Provider<boolean>;
63
-
64
- useFipsEndpoint?: boolean | __Provider<boolean>;
65
-
66
- serviceId?: string;
67
-
68
- region?: string | __Provider<string>;
69
-
70
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
71
-
72
- regionInfoProvider?: RegionInfoProvider;
73
-
74
- defaultUserAgentProvider?: Provider<__UserAgent>;
75
-
76
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
77
- }
78
- declare type AmpClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
79
-
80
- export interface AmpClientConfig extends AmpClientConfigType {
81
- }
82
- declare type AmpClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
83
-
84
- export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {
85
- }
86
-
87
- export declare class AmpClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmpClientResolvedConfig> {
88
-
89
- readonly config: AmpClientResolvedConfig;
90
- constructor(configuration: AmpClientConfig);
91
-
92
- destroy(): void;
93
- }
94
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
- import { CreateAlertManagerDefinitionRequest, CreateAlertManagerDefinitionResponse } from "../models/models_0";
5
- export interface CreateAlertManagerDefinitionCommandInput extends CreateAlertManagerDefinitionRequest {
6
- }
7
- export interface CreateAlertManagerDefinitionCommandOutput extends CreateAlertManagerDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAlertManagerDefinitionCommand extends $Command<CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig> {
11
- readonly input: CreateAlertManagerDefinitionCommandInput;
12
- constructor(input: CreateAlertManagerDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
- import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse } from "../models/models_0";
5
- export interface CreateLoggingConfigurationCommandInput extends CreateLoggingConfigurationRequest {
6
- }
7
- export interface CreateLoggingConfigurationCommandOutput extends CreateLoggingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLoggingConfigurationCommand extends $Command<CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput, AmpClientResolvedConfig> {
11
- readonly input: CreateLoggingConfigurationCommandInput;
12
- constructor(input: CreateLoggingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
- import { CreateRuleGroupsNamespaceRequest, CreateRuleGroupsNamespaceResponse } from "../models/models_0";
5
- export interface CreateRuleGroupsNamespaceCommandInput extends CreateRuleGroupsNamespaceRequest {
6
- }
7
- export interface CreateRuleGroupsNamespaceCommandOutput extends CreateRuleGroupsNamespaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRuleGroupsNamespaceCommand extends $Command<CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig> {
11
- readonly input: CreateRuleGroupsNamespaceCommandInput;
12
- constructor(input: CreateRuleGroupsNamespaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
- import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
5
- export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
6
- }
7
- export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkspaceCommand extends $Command<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, AmpClientResolvedConfig> {
11
- readonly input: CreateWorkspaceCommandInput;
12
- constructor(input: CreateWorkspaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
- import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
5
- export interface DeleteAlertManagerDefinitionCommandInput extends DeleteAlertManagerDefinitionRequest {
6
- }
7
- export interface DeleteAlertManagerDefinitionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAlertManagerDefinitionCommand extends $Command<DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig> {
11
- readonly input: DeleteAlertManagerDefinitionCommandInput;
12
- constructor(input: DeleteAlertManagerDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }