@aws-sdk/client-amp 3.812.0 → 3.817.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 (61) hide show
  1. package/README.md +33 -18
  2. package/dist-cjs/index.js +216 -0
  3. package/dist-cjs/runtimeConfig.js +4 -1
  4. package/dist-es/Amp.js +8 -0
  5. package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +22 -0
  6. package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +22 -0
  7. package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +22 -0
  8. package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +22 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/models_0.js +8 -0
  11. package/dist-es/protocols/Aws_restJson1.js +112 -0
  12. package/dist-es/runtimeConfig.js +4 -1
  13. package/dist-types/Amp.d.ts +29 -18
  14. package/dist-types/AmpClient.d.ts +7 -20
  15. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -6
  16. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -5
  17. package/dist-types/commands/CreateQueryLoggingConfigurationCommand.d.ts +98 -0
  18. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -7
  19. package/dist-types/commands/CreateScraperCommand.d.ts +2 -20
  20. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -5
  21. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +1 -2
  22. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -3
  23. package/dist-types/commands/DeleteQueryLoggingConfigurationCommand.d.ts +86 -0
  24. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteScraperCommand.d.ts +2 -4
  26. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -7
  27. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -4
  28. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -4
  29. package/dist-types/commands/DescribeQueryLoggingConfigurationCommand.d.ts +102 -0
  30. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -4
  31. package/dist-types/commands/DescribeScraperCommand.d.ts +2 -4
  32. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +1 -2
  33. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +2 -4
  34. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +1 -2
  35. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +1 -2
  36. package/dist-types/commands/ListScrapersCommand.d.ts +2 -5
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -5
  38. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -4
  39. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +2 -5
  40. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -9
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -9
  42. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  43. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -4
  44. package/dist-types/commands/UpdateQueryLoggingConfigurationCommand.d.ts +101 -0
  45. package/dist-types/commands/UpdateScraperCommand.d.ts +2 -6
  46. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +1 -2
  47. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +2 -5
  48. package/dist-types/commands/index.d.ts +4 -0
  49. package/dist-types/index.d.ts +1 -18
  50. package/dist-types/models/models_0.d.ts +294 -207
  51. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  52. package/dist-types/ts3.4/Amp.d.ts +74 -0
  53. package/dist-types/ts3.4/AmpClient.d.ts +24 -0
  54. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +47 -0
  56. package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +57 -0
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  61. package/package.json +5 -5
@@ -11,6 +11,10 @@ import {
11
11
  CreateLoggingConfigurationCommandInput,
12
12
  CreateLoggingConfigurationCommandOutput,
13
13
  } from "../commands/CreateLoggingConfigurationCommand";
14
+ import {
15
+ CreateQueryLoggingConfigurationCommandInput,
16
+ CreateQueryLoggingConfigurationCommandOutput,
17
+ } from "../commands/CreateQueryLoggingConfigurationCommand";
14
18
  import {
15
19
  CreateRuleGroupsNamespaceCommandInput,
16
20
  CreateRuleGroupsNamespaceCommandOutput,
@@ -31,6 +35,10 @@ import {
31
35
  DeleteLoggingConfigurationCommandInput,
32
36
  DeleteLoggingConfigurationCommandOutput,
33
37
  } from "../commands/DeleteLoggingConfigurationCommand";
38
+ import {
39
+ DeleteQueryLoggingConfigurationCommandInput,
40
+ DeleteQueryLoggingConfigurationCommandOutput,
41
+ } from "../commands/DeleteQueryLoggingConfigurationCommand";
34
42
  import {
35
43
  DeleteRuleGroupsNamespaceCommandInput,
36
44
  DeleteRuleGroupsNamespaceCommandOutput,
@@ -51,6 +59,10 @@ import {
51
59
  DescribeLoggingConfigurationCommandInput,
52
60
  DescribeLoggingConfigurationCommandOutput,
53
61
  } from "../commands/DescribeLoggingConfigurationCommand";
62
+ import {
63
+ DescribeQueryLoggingConfigurationCommandInput,
64
+ DescribeQueryLoggingConfigurationCommandOutput,
65
+ } from "../commands/DescribeQueryLoggingConfigurationCommand";
54
66
  import {
55
67
  DescribeRuleGroupsNamespaceCommandInput,
56
68
  DescribeRuleGroupsNamespaceCommandOutput,
@@ -107,6 +119,10 @@ import {
107
119
  UpdateLoggingConfigurationCommandInput,
108
120
  UpdateLoggingConfigurationCommandOutput,
109
121
  } from "../commands/UpdateLoggingConfigurationCommand";
122
+ import {
123
+ UpdateQueryLoggingConfigurationCommandInput,
124
+ UpdateQueryLoggingConfigurationCommandOutput,
125
+ } from "../commands/UpdateQueryLoggingConfigurationCommand";
110
126
  import {
111
127
  UpdateScraperCommandInput,
112
128
  UpdateScraperCommandOutput,
@@ -127,6 +143,10 @@ export declare const se_CreateLoggingConfigurationCommand: (
127
143
  input: CreateLoggingConfigurationCommandInput,
128
144
  context: __SerdeContext
129
145
  ) => Promise<__HttpRequest>;
146
+ export declare const se_CreateQueryLoggingConfigurationCommand: (
147
+ input: CreateQueryLoggingConfigurationCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
130
150
  export declare const se_CreateRuleGroupsNamespaceCommand: (
131
151
  input: CreateRuleGroupsNamespaceCommandInput,
132
152
  context: __SerdeContext
@@ -147,6 +167,10 @@ export declare const se_DeleteLoggingConfigurationCommand: (
147
167
  input: DeleteLoggingConfigurationCommandInput,
148
168
  context: __SerdeContext
149
169
  ) => Promise<__HttpRequest>;
170
+ export declare const se_DeleteQueryLoggingConfigurationCommand: (
171
+ input: DeleteQueryLoggingConfigurationCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
150
174
  export declare const se_DeleteRuleGroupsNamespaceCommand: (
151
175
  input: DeleteRuleGroupsNamespaceCommandInput,
152
176
  context: __SerdeContext
@@ -167,6 +191,10 @@ export declare const se_DescribeLoggingConfigurationCommand: (
167
191
  input: DescribeLoggingConfigurationCommandInput,
168
192
  context: __SerdeContext
169
193
  ) => Promise<__HttpRequest>;
194
+ export declare const se_DescribeQueryLoggingConfigurationCommand: (
195
+ input: DescribeQueryLoggingConfigurationCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
170
198
  export declare const se_DescribeRuleGroupsNamespaceCommand: (
171
199
  input: DescribeRuleGroupsNamespaceCommandInput,
172
200
  context: __SerdeContext
@@ -223,6 +251,10 @@ export declare const se_UpdateLoggingConfigurationCommand: (
223
251
  input: UpdateLoggingConfigurationCommandInput,
224
252
  context: __SerdeContext
225
253
  ) => Promise<__HttpRequest>;
254
+ export declare const se_UpdateQueryLoggingConfigurationCommand: (
255
+ input: UpdateQueryLoggingConfigurationCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
226
258
  export declare const se_UpdateScraperCommand: (
227
259
  input: UpdateScraperCommandInput,
228
260
  context: __SerdeContext
@@ -243,6 +275,10 @@ export declare const de_CreateLoggingConfigurationCommand: (
243
275
  output: __HttpResponse,
244
276
  context: __SerdeContext
245
277
  ) => Promise<CreateLoggingConfigurationCommandOutput>;
278
+ export declare const de_CreateQueryLoggingConfigurationCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<CreateQueryLoggingConfigurationCommandOutput>;
246
282
  export declare const de_CreateRuleGroupsNamespaceCommand: (
247
283
  output: __HttpResponse,
248
284
  context: __SerdeContext
@@ -263,6 +299,10 @@ export declare const de_DeleteLoggingConfigurationCommand: (
263
299
  output: __HttpResponse,
264
300
  context: __SerdeContext
265
301
  ) => Promise<DeleteLoggingConfigurationCommandOutput>;
302
+ export declare const de_DeleteQueryLoggingConfigurationCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DeleteQueryLoggingConfigurationCommandOutput>;
266
306
  export declare const de_DeleteRuleGroupsNamespaceCommand: (
267
307
  output: __HttpResponse,
268
308
  context: __SerdeContext
@@ -283,6 +323,10 @@ export declare const de_DescribeLoggingConfigurationCommand: (
283
323
  output: __HttpResponse,
284
324
  context: __SerdeContext
285
325
  ) => Promise<DescribeLoggingConfigurationCommandOutput>;
326
+ export declare const de_DescribeQueryLoggingConfigurationCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DescribeQueryLoggingConfigurationCommandOutput>;
286
330
  export declare const de_DescribeRuleGroupsNamespaceCommand: (
287
331
  output: __HttpResponse,
288
332
  context: __SerdeContext
@@ -339,6 +383,10 @@ export declare const de_UpdateLoggingConfigurationCommand: (
339
383
  output: __HttpResponse,
340
384
  context: __SerdeContext
341
385
  ) => Promise<UpdateLoggingConfigurationCommandOutput>;
386
+ export declare const de_UpdateQueryLoggingConfigurationCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UpdateQueryLoggingConfigurationCommandOutput>;
342
390
  export declare const de_UpdateScraperCommand: (
343
391
  output: __HttpResponse,
344
392
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.812.0",
4
+ "version": "3.817.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amp",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.812.0",
24
- "@aws-sdk/credential-provider-node": "3.812.0",
23
+ "@aws-sdk/core": "3.816.0",
24
+ "@aws-sdk/credential-provider-node": "3.817.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.812.0",
28
+ "@aws-sdk/middleware-user-agent": "3.816.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.812.0",
33
+ "@aws-sdk/util-user-agent-node": "3.816.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
35
  "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",