@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.
Files changed (43) hide show
  1. package/CHANGELOG.md +8 -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
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 { CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput } from "./commands/CreateAlertManagerDefinitionCommand";
4
- import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "./commands/CreateLoggingConfigurationCommand";
5
- import { CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput } from "./commands/CreateRuleGroupsNamespaceCommand";
6
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
7
- import { DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput } from "./commands/DeleteAlertManagerDefinitionCommand";
8
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
9
- import { DeleteRuleGroupsNamespaceCommandInput, DeleteRuleGroupsNamespaceCommandOutput } from "./commands/DeleteRuleGroupsNamespaceCommand";
10
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
11
- import { DescribeAlertManagerDefinitionCommandInput, DescribeAlertManagerDefinitionCommandOutput } from "./commands/DescribeAlertManagerDefinitionCommand";
12
- import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
13
- import { DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput } from "./commands/DescribeRuleGroupsNamespaceCommand";
14
- import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
15
- import { ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput } from "./commands/ListRuleGroupsNamespacesCommand";
16
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
17
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
18
- import { PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput } from "./commands/PutAlertManagerDefinitionCommand";
19
- import { PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput } from "./commands/PutRuleGroupsNamespaceCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
21
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
22
- import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
23
- import { UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput } from "./commands/UpdateWorkspaceAliasCommand";
24
-
25
- export declare class Amp extends AmpClient {
26
-
27
- createAlertManagerDefinition(args: CreateAlertManagerDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAlertManagerDefinitionCommandOutput>;
28
- createAlertManagerDefinition(args: CreateAlertManagerDefinitionCommandInput, cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void): void;
29
- createAlertManagerDefinition(args: CreateAlertManagerDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void): void;
30
-
31
- createLoggingConfiguration(args: CreateLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoggingConfigurationCommandOutput>;
32
- createLoggingConfiguration(args: CreateLoggingConfigurationCommandInput, cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void): void;
33
- createLoggingConfiguration(args: CreateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void): void;
34
-
35
- createRuleGroupsNamespace(args: CreateRuleGroupsNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupsNamespaceCommandOutput>;
36
- createRuleGroupsNamespace(args: CreateRuleGroupsNamespaceCommandInput, cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void): void;
37
- createRuleGroupsNamespace(args: CreateRuleGroupsNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void): void;
38
-
39
- createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
40
- createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
41
- createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
42
-
43
- deleteAlertManagerDefinition(args: DeleteAlertManagerDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAlertManagerDefinitionCommandOutput>;
44
- deleteAlertManagerDefinition(args: DeleteAlertManagerDefinitionCommandInput, cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void): void;
45
- deleteAlertManagerDefinition(args: DeleteAlertManagerDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void): void;
46
-
47
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoggingConfigurationCommandOutput>;
48
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
49
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
50
-
51
- deleteRuleGroupsNamespace(args: DeleteRuleGroupsNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupsNamespaceCommandOutput>;
52
- deleteRuleGroupsNamespace(args: DeleteRuleGroupsNamespaceCommandInput, cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void): void;
53
- deleteRuleGroupsNamespace(args: DeleteRuleGroupsNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void): void;
54
-
55
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
56
- deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
57
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
58
-
59
- describeAlertManagerDefinition(args: DescribeAlertManagerDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAlertManagerDefinitionCommandOutput>;
60
- describeAlertManagerDefinition(args: DescribeAlertManagerDefinitionCommandInput, cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void): void;
61
- describeAlertManagerDefinition(args: DescribeAlertManagerDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void): void;
62
-
63
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingConfigurationCommandOutput>;
64
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
65
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
66
-
67
- describeRuleGroupsNamespace(args: DescribeRuleGroupsNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupsNamespaceCommandOutput>;
68
- describeRuleGroupsNamespace(args: DescribeRuleGroupsNamespaceCommandInput, cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void): void;
69
- describeRuleGroupsNamespace(args: DescribeRuleGroupsNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void): void;
70
-
71
- describeWorkspace(args: DescribeWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceCommandOutput>;
72
- describeWorkspace(args: DescribeWorkspaceCommandInput, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
73
- describeWorkspace(args: DescribeWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
74
-
75
- listRuleGroupsNamespaces(args: ListRuleGroupsNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsNamespacesCommandOutput>;
76
- listRuleGroupsNamespaces(args: ListRuleGroupsNamespacesCommandInput, cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void): void;
77
- listRuleGroupsNamespaces(args: ListRuleGroupsNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void): void;
78
-
79
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
80
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
81
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
82
-
83
- listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
84
- listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
85
- listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
86
-
87
- putAlertManagerDefinition(args: PutAlertManagerDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<PutAlertManagerDefinitionCommandOutput>;
88
- putAlertManagerDefinition(args: PutAlertManagerDefinitionCommandInput, cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void): void;
89
- putAlertManagerDefinition(args: PutAlertManagerDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void): void;
90
-
91
- putRuleGroupsNamespace(args: PutRuleGroupsNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<PutRuleGroupsNamespaceCommandOutput>;
92
- putRuleGroupsNamespace(args: PutRuleGroupsNamespaceCommandInput, cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void): void;
93
- putRuleGroupsNamespace(args: PutRuleGroupsNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void): void;
94
-
95
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
96
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
97
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
98
-
99
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
100
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
101
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
102
-
103
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoggingConfigurationCommandOutput>;
104
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
105
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
106
-
107
- updateWorkspaceAlias(args: UpdateWorkspaceAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceAliasCommandOutput>;
108
- updateWorkspaceAlias(args: UpdateWorkspaceAliasCommandInput, cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void): void;
109
- updateWorkspaceAlias(args: UpdateWorkspaceAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void): void;
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
+ }