@aws-sdk/client-cloudwatch-logs 3.948.0 → 3.952.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 (50) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +218 -32
  3. package/dist-es/CloudWatchLogs.js +8 -0
  4. package/dist-es/commands/CancelImportTaskCommand.js +16 -0
  5. package/dist-es/commands/CreateImportTaskCommand.js +16 -0
  6. package/dist-es/commands/DescribeImportTaskBatchesCommand.js +16 -0
  7. package/dist-es/commands/DescribeImportTasksCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +6 -0
  10. package/dist-es/pagination/ListAggregateLogGroupSummariesPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +153 -32
  13. package/dist-types/CloudWatchLogs.d.ts +29 -0
  14. package/dist-types/CloudWatchLogsClient.d.ts +6 -2
  15. package/dist-types/commands/CancelImportTaskCommand.d.ts +95 -0
  16. package/dist-types/commands/CreateImportTaskCommand.d.ts +152 -0
  17. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +4 -1
  18. package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +8 -8
  19. package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +6 -6
  20. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeImportTaskBatchesCommand.d.ts +104 -0
  22. package/dist-types/commands/DescribeImportTasksCommand.d.ts +111 -0
  23. package/dist-types/commands/DescribeQueriesCommand.d.ts +2 -2
  24. package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetScheduledQueryCommand.d.ts +2 -1
  26. package/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +2 -1
  27. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -1
  28. package/dist-types/commands/PutAccountPolicyCommand.d.ts +196 -47
  29. package/dist-types/commands/PutIndexPolicyCommand.d.ts +4 -4
  30. package/dist-types/commands/PutLogGroupDeletionProtectionCommand.d.ts +3 -2
  31. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +2 -1
  32. package/dist-types/commands/index.d.ts +4 -0
  33. package/dist-types/models/enums.d.ts +14 -0
  34. package/dist-types/models/models_0.d.ts +391 -44
  35. package/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/schemas/schemas_0.d.ts +19 -0
  38. package/dist-types/ts3.4/CloudWatchLogs.d.ts +69 -0
  39. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +24 -0
  40. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +50 -0
  41. package/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  45. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +67 -0
  47. package/dist-types/ts3.4/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +11 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -0
  50. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.948.0",
4
+ "version": "3.952.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-cloudwatch-logs",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "3.947.0",
27
- "@aws-sdk/credential-provider-node": "3.948.0",
27
+ "@aws-sdk/credential-provider-node": "3.952.0",
28
28
  "@aws-sdk/middleware-host-header": "3.936.0",
29
29
  "@aws-sdk/middleware-logger": "3.936.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.948.0",