aws-sdk-cloudwatchlogs 1.146.0 → 1.147.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9eb844c7f78fdf37274095fdcf7345ab21158d8a98cb8d1f1956ec281b508ba9
4
- data.tar.gz: a34f21c858092277d94e420ce35f7f2a15b4c6a1bc7e518aa62a7cd3f04ab550
3
+ metadata.gz: 4d8887efc6a9f880d973a21b4e63fe48dbbd7c98898f0017f30cb105d4be852b
4
+ data.tar.gz: e3eb1cce37bc8fdf8e0313fa4b66eb350ba503e75bc175d273e352703a6fdc54
5
5
  SHA512:
6
- metadata.gz: d6d4ab4e50575af4f0b5e907ca7516f01570f4d80f08f38c603dbc38c2dfed5a5830b7622e0013f082af9a9a6a27a0ec084855473583379a2153dc6c54d5f145
7
- data.tar.gz: 9ed73f786d7f5b934323c83a5de164bbe02e124044aeec903b580480334527138e36a89e11307be9e4402bcde93c095178bec3a0767b2983355b1803c39a339c
6
+ metadata.gz: a963a4a6a87f3bd4e2912e9fb204b4a08e048118246bced618749ebcd36df9eb20e407577d82a2c141f39a14ff3d719f2fb607dedad58485aa98c5250799a944
7
+ data.tar.gz: cddd9e1435b9adc8a67022fe1798004d3a23c82310e026802cb50f42d7a7ce3e89fb14e151a383bfe9555742cf80e576caf84a12de4c02fe876aef698d48fb92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2026-04-27)
5
+ ------------------
6
+
7
+ * Feature - Adds support for selecting all logs sources and types in a single association.
8
+
4
9
  1.146.0 (2026-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.147.0
@@ -5530,6 +5530,7 @@ module Aws::CloudWatchLogs
5530
5530
  # resp.sources[0].status #=> String, one of "ACTIVE", "UNHEALTHY", "FAILED", "DATA_SOURCE_DELETE_IN_PROGRESS"
5531
5531
  # resp.sources[0].status_reason #=> String
5532
5532
  # resp.sources[0].created_time_stamp #=> Integer
5533
+ # resp.sources[0].parent_source_identifier #=> String
5533
5534
  # resp.next_token #=> String
5534
5535
  #
5535
5536
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListSourcesForS3TableIntegration AWS API Documentation
@@ -6593,8 +6594,10 @@ module Aws::CloudWatchLogs
6593
6594
  # `arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234`
6594
6595
  #
6595
6596
  # For the `SECURITY_FINDING_LOGS` logType, use a wildcard ARN for the
6596
- # hub resource. For example,
6597
- # `arn:aws:securityhub:us-east-1:111122223333:hub/*`
6597
+ # hub resource. For Amazon Web Services Security Hub CSPM, use
6598
+ # `arn:aws:securityhub:us-east-1:111122223333:hub/*` and for Amazon Web
6599
+ # Services Security Hub, use
6600
+ # `arn:aws:securityhub:us-east-1:111122223333:hubv2/*`
6598
6601
  #
6599
6602
  # @option params [required, String] :log_type
6600
6603
  # Defines the type of log that the source is sending.
@@ -6646,8 +6649,8 @@ module Aws::CloudWatchLogs
6646
6649
  #
6647
6650
  # * For Network Load Balancer, the valid value is `NLB_ACCESS_LOGS`.
6648
6651
  #
6649
- # * For PCS, the valid values are `PCS_SCHEDULER_LOGS` and
6650
- # `PCS_JOBCOMP_LOGS`.
6652
+ # * For PCS, the valid values are `PCS_SCHEDULER_LOGS`,
6653
+ # `PCS_JOBCOMP_LOGS`, and `PCS_SCHEDULER_AUDIT_LOGS`.
6651
6654
  #
6652
6655
  # * For Quick, the valid values are `CHAT_LOGS` and `FEEDBACK_LOGS`.
6653
6656
  #
@@ -6659,6 +6662,9 @@ module Aws::CloudWatchLogs
6659
6662
  # * For Amazon Web Services Security Hub CSPM, the valid value is
6660
6663
  # `SECURITY_FINDING_LOGS`.
6661
6664
  #
6665
+ # * For Amazon Web Services Security Hub, the valid value is
6666
+ # `SECURITY_FINDING_LOGS`.
6667
+ #
6662
6668
  # * For Amazon SES mail manager, the valid values are `APPLICATION_LOGS`
6663
6669
  # and `TRAFFIC_POLICY_DEBUG_LOGS`.
6664
6670
  #
@@ -9244,7 +9250,7 @@ module Aws::CloudWatchLogs
9244
9250
  tracer: tracer
9245
9251
  )
9246
9252
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
9247
- context[:gem_version] = '1.146.0'
9253
+ context[:gem_version] = '1.147.0'
9248
9254
  Seahorse::Client::Request.new(handlers, context)
9249
9255
  end
9250
9256
 
@@ -2271,6 +2271,7 @@ module Aws::CloudWatchLogs
2271
2271
  S3TableIntegrationSource.add_member(:status, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceStatus, location_name: "status"))
2272
2272
  S3TableIntegrationSource.add_member(:status_reason, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceStatusReason, location_name: "statusReason"))
2273
2273
  S3TableIntegrationSource.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTimeStamp"))
2274
+ S3TableIntegrationSource.add_member(:parent_source_identifier, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceIdentifier, location_name: "parentSourceIdentifier"))
2274
2275
  S3TableIntegrationSource.struct_class = Types::S3TableIntegrationSource
2275
2276
 
2276
2277
  S3TableIntegrationSources.member = Shapes::ShapeRef.new(shape: S3TableIntegrationSource)
@@ -7739,8 +7739,10 @@ module Aws::CloudWatchLogs
7739
7739
  # `arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234`
7740
7740
  #
7741
7741
  # For the `SECURITY_FINDING_LOGS` logType, use a wildcard ARN for the
7742
- # hub resource. For example,
7743
- # `arn:aws:securityhub:us-east-1:111122223333:hub/*`
7742
+ # hub resource. For Amazon Web Services Security Hub CSPM, use
7743
+ # `arn:aws:securityhub:us-east-1:111122223333:hub/*` and for Amazon
7744
+ # Web Services Security Hub, use
7745
+ # `arn:aws:securityhub:us-east-1:111122223333:hubv2/*`
7744
7746
  # @return [String]
7745
7747
  #
7746
7748
  # @!attribute [rw] log_type
@@ -7793,8 +7795,8 @@ module Aws::CloudWatchLogs
7793
7795
  #
7794
7796
  # * For Network Load Balancer, the valid value is `NLB_ACCESS_LOGS`.
7795
7797
  #
7796
- # * For PCS, the valid values are `PCS_SCHEDULER_LOGS` and
7797
- # `PCS_JOBCOMP_LOGS`.
7798
+ # * For PCS, the valid values are `PCS_SCHEDULER_LOGS`,
7799
+ # `PCS_JOBCOMP_LOGS`, and `PCS_SCHEDULER_AUDIT_LOGS`.
7798
7800
  #
7799
7801
  # * For Quick, the valid values are `CHAT_LOGS` and `FEEDBACK_LOGS`.
7800
7802
  #
@@ -7807,6 +7809,9 @@ module Aws::CloudWatchLogs
7807
7809
  # * For Amazon Web Services Security Hub CSPM, the valid value is
7808
7810
  # `SECURITY_FINDING_LOGS`.
7809
7811
  #
7812
+ # * For Amazon Web Services Security Hub, the valid value is
7813
+ # `SECURITY_FINDING_LOGS`.
7814
+ #
7810
7815
  # * For Amazon SES mail manager, the valid values are
7811
7816
  # `APPLICATION_LOGS` and `TRAFFIC_POLICY_DEBUG_LOGS`.
7812
7817
  #
@@ -9117,6 +9122,10 @@ module Aws::CloudWatchLogs
9117
9122
  # The timestamp when the data source association was created.
9118
9123
  # @return [Integer]
9119
9124
  #
9125
+ # @!attribute [rw] parent_source_identifier
9126
+ # The identifier of the parent data source for this association.
9127
+ # @return [String]
9128
+ #
9120
9129
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/S3TableIntegrationSource AWS API Documentation
9121
9130
  #
9122
9131
  class S3TableIntegrationSource < Struct.new(
@@ -9124,7 +9133,8 @@ module Aws::CloudWatchLogs
9124
9133
  :data_source,
9125
9134
  :status,
9126
9135
  :status_reason,
9127
- :created_time_stamp)
9136
+ :created_time_stamp,
9137
+ :parent_source_identifier)
9128
9138
  SENSITIVE = []
9129
9139
  include Aws::Structure
9130
9140
  end
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.146.0'
58
+ GEM_VERSION = '1.147.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -2000,6 +2000,7 @@ module Aws::CloudWatchLogs
2000
2000
  attr_accessor status: ("ACTIVE" | "UNHEALTHY" | "FAILED" | "DATA_SOURCE_DELETE_IN_PROGRESS")
2001
2001
  attr_accessor status_reason: ::String
2002
2002
  attr_accessor created_time_stamp: ::Integer
2003
+ attr_accessor parent_source_identifier: ::String
2003
2004
  SENSITIVE: []
2004
2005
  end
2005
2006
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.146.0
4
+ version: 1.147.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services