@aws-sdk/client-cloudwatch-logs 3.1086.0 → 3.1088.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 (137) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
  3. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
  35. package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
  40. package/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
  60. package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
  62. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
  82. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
  83. package/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
  85. package/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
  86. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
  99. package/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
  100. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
  104. package/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  106. package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
  107. package/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
  109. package/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
  110. package/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
  111. package/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
  112. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
  113. package/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
  114. package/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  116. package/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
  117. package/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
  118. package/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  120. package/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
  121. package/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  126. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  127. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  128. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  129. package/dist-types/ts3.4/models/errors.d.ts +20 -60
  130. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  131. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  135. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  137. package/package.json +40 -40
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
+ "version": "3.1088.0",
3
4
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.1086.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudwatch-logs",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-cloudwatch-logs"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -20,22 +51,18 @@
20
51
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
53
  },
23
- "main": "./dist-cjs/index.js",
24
- "types": "./dist-types/index.d.ts",
25
- "module": "./dist-es/index.js",
26
- "sideEffects": false,
27
54
  "dependencies": {
28
- "@aws-sdk/core": "^3.975.1",
29
- "@aws-sdk/credential-provider-node": "^3.972.67",
30
- "@aws-sdk/types": "^3.974.0",
31
- "@smithy/core": "^3.29.2",
32
- "@smithy/fetch-http-handler": "^5.6.4",
33
- "@smithy/node-http-handler": "^4.9.4",
34
- "@smithy/types": "^4.16.0",
55
+ "@aws-sdk/core": "^3.975.3",
56
+ "@aws-sdk/credential-provider-node": "^3.972.69",
57
+ "@aws-sdk/types": "^3.974.2",
58
+ "@smithy/core": "^3.29.4",
59
+ "@smithy/fetch-http-handler": "^5.6.6",
60
+ "@smithy/node-http-handler": "^4.9.6",
61
+ "@smithy/types": "^4.16.1",
35
62
  "tslib": "^2.6.2"
36
63
  },
37
64
  "devDependencies": {
38
- "@smithy/snapshot-testing": "^2.2.7",
65
+ "@smithy/snapshot-testing": "^2.2.9",
39
66
  "@tsconfig/node20": "20.1.8",
40
67
  "@types/node": "^20.14.8",
41
68
  "concurrently": "7.0.0",
@@ -46,32 +73,5 @@
46
73
  },
47
74
  "engines": {
48
75
  "node": ">=20.0.0"
49
- },
50
- "typesVersions": {
51
- "<4.5": {
52
- "dist-types/*": [
53
- "dist-types/ts3.4/*"
54
- ]
55
- }
56
- },
57
- "files": [
58
- "dist-*/**"
59
- ],
60
- "author": {
61
- "name": "AWS SDK for JavaScript Team",
62
- "url": "https://aws.amazon.com/sdk-for-javascript/"
63
- },
64
- "license": "Apache-2.0",
65
- "browser": {
66
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
67
- },
68
- "react-native": {
69
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
70
- },
71
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudwatch-logs",
72
- "repository": {
73
- "type": "git",
74
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
75
- "directory": "clients/client-cloudwatch-logs"
76
76
  }
77
77
  }