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