aws-sdk-cloudwatchlogs 1.100.0 → 1.101.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b852764bcf690c0baca91b552f673afe1f5ace8d60597f0a7f0c7e7e31c3dba2
4
- data.tar.gz: d0b6fdec6d39ebfd23573dab45da4faf94e9f58cbdf0a097efa6f5db9faa8a77
3
+ metadata.gz: 15744b19226364f4ae0f40c987a687ec7a660846ea5b353d5d1d8fcceebda8e5
4
+ data.tar.gz: 6dfbb7ba47bfb412d8e47247ccde0a8e228b6a67845f48d50c9ed63fab76966e
5
5
  SHA512:
6
- metadata.gz: 8a13aff331a1fb23016f6c7a30e7a3b9b0be0114eb931c65e76e8bd8e1d58546a602f1720f20cae77d54642ef8dea3da45624c9c0a69906b191bcece91ffe25e
7
- data.tar.gz: ab232ee44c45b63de510423051397b751287cac363edfde05b026ebb45a14368e62d0dec17d518be69bb5f85b537cae9013a1377c2af1a494c55215ab930f2fe
6
+ metadata.gz: 96a8e12d18c705bd951c185eecb5f02bafffb18f73c55409fa9fdddb8732f289d89e1cf1fc9d44ae492558e1cbebcbb0f81c8259800c95a6146c3752b3a62079
7
+ data.tar.gz: ff56886ad7ab6376e28b5d3ce914e52ce6e89bcd3452b0f040c1c270a3eddc4f9fd9f629edef486b43fa8394ff1a3901b64faeaedd4dbfa67f22087e97e7cba6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.100.0 (2024-11-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.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.
@@ -3769,8 +3769,8 @@ module Aws::CloudWatchLogs
3769
3769
  # in the first block of the policy.
3770
3770
  #
3771
3771
  # 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.
3772
+ # actually masks the data, and it must contain the ` "MaskConfig": {}`
3773
+ # object. The ` "MaskConfig": {}` object must be empty.
3774
3774
  #
3775
3775
  # For an example data protection policy, see the **Examples** section on
3776
3776
  # this page.
@@ -4546,12 +4546,12 @@ module Aws::CloudWatchLogs
4546
4546
  #
4547
4547
  #
4548
4548
  #
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" \} \} \} ] \}`
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" } } } ] }`
4555
4555
  #
4556
4556
  #
4557
4557
  #
@@ -5627,7 +5627,7 @@ module Aws::CloudWatchLogs
5627
5627
  tracer: tracer
5628
5628
  )
5629
5629
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5630
- context[:gem_version] = '1.100.0'
5630
+ context[:gem_version] = '1.101.0'
5631
5631
  Seahorse::Client::Request.new(handlers, context)
5632
5632
  end
5633
5633
 
@@ -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.
@@ -3944,7 +3944,7 @@ module Aws::CloudWatchLogs
3944
3944
  #
3945
3945
  # The `Operation` property with the `Deidentify` action is what
3946
3946
  # actually masks the data, and it must contain the ` "MaskConfig":
3947
- # \{\}` object. The ` "MaskConfig": \{\}` object must be empty.
3947
+ # {}` object. The ` "MaskConfig": {}` object must be empty.
3948
3948
  #
3949
3949
  # For an example data protection policy, see the **Examples** section
3950
3950
  # on this page.
@@ -4419,13 +4419,12 @@ module Aws::CloudWatchLogs
4419
4419
  #
4420
4420
  #
4421
4421
  #
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
- # \}`
4422
+ # `{ "Version": "2012-10-17", "Statement": [ { "Sid":
4423
+ # "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal": {
4424
+ # "Service": [ "route53.amazonaws.com" ] }, "Action":
4425
+ # "logs:PutLogEvents", "Resource": "logArn", "Condition": { "ArnLike":
4426
+ # { "aws:SourceArn": "myRoute53ResourceArn" }, "StringEquals": {
4427
+ # "aws:SourceAccount": "myAwsAccountId" } } } ] }`
4429
4428
  #
4430
4429
  #
4431
4430
  #
@@ -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.101.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.101.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core