aws-sdk-cloudwatchlogs 1.100.0 → 1.102.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: b852764bcf690c0baca91b552f673afe1f5ace8d60597f0a7f0c7e7e31c3dba2
4
- data.tar.gz: d0b6fdec6d39ebfd23573dab45da4faf94e9f58cbdf0a097efa6f5db9faa8a77
3
+ metadata.gz: 9d4a67c596fca99f67c8a9efce06a74d20d140bff2f85519e7e07a93a2b7443d
4
+ data.tar.gz: 2c8405e89af35b6493d22d447af94e9a46d692c9ca143d6190ee5e9e48d9e2db
5
5
  SHA512:
6
- metadata.gz: 8a13aff331a1fb23016f6c7a30e7a3b9b0be0114eb931c65e76e8bd8e1d58546a602f1720f20cae77d54642ef8dea3da45624c9c0a69906b191bcece91ffe25e
7
- data.tar.gz: ab232ee44c45b63de510423051397b751287cac363edfde05b026ebb45a14368e62d0dec17d518be69bb5f85b537cae9013a1377c2af1a494c55215ab930f2fe
6
+ metadata.gz: f9fc937a170d269067ea4fa70f44f7760e16be2777e30ccfeed6f463fadae0722b89276345509f9f0d9811dcf0365c6600b4ffad43dadb2df6fe6845b1a8f802
7
+ data.tar.gz: 07a85f819c7900b204c2ca205a14e7f28030a156406e87dbeaf6cb8dea0f7ee5fd9eda953cb7e3afaf5faf7b0c37eb42dd7a342ee39e668ed65d46cc1ad202dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.101.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.100.0 (2024-11-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.102.0
@@ -3592,8 +3592,8 @@ module Aws::CloudWatchLogs
3592
3592
  # in the first block of the policy.
3593
3593
  #
3594
3594
  # The `Operation` property with the `Deidentify` action is what
3595
- # actually masks the data, and it must contain the ` "MaskConfig":
3596
- # \{\}` object. The ` "MaskConfig": \{\}` object must be empty.
3595
+ # actually masks the data, and it must contain the ` "MaskConfig": {}`
3596
+ # object. The ` "MaskConfig": {}` object must be empty.
3597
3597
  #
3598
3598
  # For an example data protection policy, see the **Examples** section on
3599
3599
  # this page.
@@ -3629,7 +3629,6 @@ module Aws::CloudWatchLogs
3629
3629
  # * A logical destination in a different account created with
3630
3630
  # [PutDestination][2], for cross-account delivery. Kinesis Data
3631
3631
  # Streams and Firehose are supported as logical destinations.
3632
- #
3633
3632
  # * **RoleArn** The ARN of an IAM role that grants CloudWatch Logs
3634
3633
  # permissions to deliver ingested log events to the destination
3635
3634
  # stream. You don't need to provide the ARN when you are working with
@@ -3769,8 +3768,8 @@ module Aws::CloudWatchLogs
3769
3768
  # in the first block of the policy.
3770
3769
  #
3771
3770
  # The `Operation` property with the `Deidentify` action is what
3772
- # actually masks the data, and it must contain the ` "MaskConfig":
3773
- # \{\}` object. The ` "MaskConfig": \{\}` object must be empty.
3771
+ # actually masks the data, and it must contain the ` "MaskConfig": {}`
3772
+ # object. The ` "MaskConfig": {}` object must be empty.
3774
3773
  #
3775
3774
  # For an example data protection policy, see the **Examples** section on
3776
3775
  # this page.
@@ -4546,12 +4545,12 @@ module Aws::CloudWatchLogs
4546
4545
  #
4547
4546
  #
4548
4547
  #
4549
- # `\{ "Version": "2012-10-17", "Statement": [ \{ "Sid":
4550
- # "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal": \{
4551
- # "Service": [ "route53.amazonaws.com" ] \}, "Action":
4552
- # "logs:PutLogEvents", "Resource": "logArn", "Condition": \{ "ArnLike":
4553
- # \{ "aws:SourceArn": "myRoute53ResourceArn" \}, "StringEquals": \{
4554
- # "aws:SourceAccount": "myAwsAccountId" \} \} \} ] \}`
4548
+ # `{ "Version": "2012-10-17", "Statement": [ { "Sid":
4549
+ # "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal": {
4550
+ # "Service": [ "route53.amazonaws.com" ] }, "Action":
4551
+ # "logs:PutLogEvents", "Resource": "logArn", "Condition": { "ArnLike": {
4552
+ # "aws:SourceArn": "myRoute53ResourceArn" }, "StringEquals": {
4553
+ # "aws:SourceAccount": "myAwsAccountId" } } } ] }`
4555
4554
  #
4556
4555
  #
4557
4556
  #
@@ -5627,7 +5626,7 @@ module Aws::CloudWatchLogs
5627
5626
  tracer: tracer
5628
5627
  )
5629
5628
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5630
- context[:gem_version] = '1.100.0'
5629
+ context[:gem_version] = '1.102.0'
5631
5630
  Seahorse::Client::Request.new(handlers, context)
5632
5631
  end
5633
5632
 
@@ -3804,7 +3804,7 @@ module Aws::CloudWatchLogs
3804
3804
  #
3805
3805
  # The `Operation` property with the `Deidentify` action is what
3806
3806
  # actually masks the data, and it must contain the ` "MaskConfig":
3807
- # \{\}` object. The ` "MaskConfig": \{\}` object must be empty.
3807
+ # {}` object. The ` "MaskConfig": {}` object must be empty.
3808
3808
  #
3809
3809
  # For an example data protection policy, see the **Examples** section
3810
3810
  # on this page.
@@ -3840,7 +3840,6 @@ module Aws::CloudWatchLogs
3840
3840
  # * A logical destination in a different account created with
3841
3841
  # [PutDestination][2], for cross-account delivery. Kinesis Data
3842
3842
  # Streams and Firehose are supported as logical destinations.
3843
- #
3844
3843
  # * **RoleArn** The ARN of an IAM role that grants CloudWatch Logs
3845
3844
  # permissions to deliver ingested log events to the destination
3846
3845
  # stream. You don't need to provide the ARN when you are working
@@ -3944,7 +3943,7 @@ module Aws::CloudWatchLogs
3944
3943
  #
3945
3944
  # The `Operation` property with the `Deidentify` action is what
3946
3945
  # actually masks the data, and it must contain the ` "MaskConfig":
3947
- # \{\}` object. The ` "MaskConfig": \{\}` object must be empty.
3946
+ # {}` object. The ` "MaskConfig": {}` object must be empty.
3948
3947
  #
3949
3948
  # For an example data protection policy, see the **Examples** section
3950
3949
  # on this page.
@@ -4419,13 +4418,12 @@ module Aws::CloudWatchLogs
4419
4418
  #
4420
4419
  #
4421
4420
  #
4422
- # `\{ "Version": "2012-10-17", "Statement": [ \{ "Sid":
4423
- # "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal": \{
4424
- # "Service": [ "route53.amazonaws.com" ] \}, "Action":
4425
- # "logs:PutLogEvents", "Resource": "logArn", "Condition": \{
4426
- # "ArnLike": \{ "aws:SourceArn": "myRoute53ResourceArn" \},
4427
- # "StringEquals": \{ "aws:SourceAccount": "myAwsAccountId" \} \} \} ]
4428
- # \}`
4421
+ # `{ "Version": "2012-10-17", "Statement": [ { "Sid":
4422
+ # "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal": {
4423
+ # "Service": [ "route53.amazonaws.com" ] }, "Action":
4424
+ # "logs:PutLogEvents", "Resource": "logArn", "Condition": { "ArnLike":
4425
+ # { "aws:SourceArn": "myRoute53ResourceArn" }, "StringEquals": {
4426
+ # "aws:SourceAccount": "myAwsAccountId" } } } ] }`
4429
4427
  #
4430
4428
  #
4431
4429
  #
@@ -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.100.0'
58
+ GEM_VERSION = '1.102.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-01 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core