@aws-sdk/client-cloudwatch-logs 3.1087.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 +39 -39
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1086.0";
73
+ var version = "3.1087.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76