aws-sdk-cloudwatchlogs 1.100.0 → 1.101.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +11 -11
- data/lib/aws-sdk-cloudwatchlogs/types.rb +8 -9
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15744b19226364f4ae0f40c987a687ec7a660846ea5b353d5d1d8fcceebda8e5
|
|
4
|
+
data.tar.gz: 6dfbb7ba47bfb412d8e47247ccde0a8e228b6a67845f48d50c9ed63fab76966e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96a8e12d18c705bd951c185eecb5f02bafffb18f73c55409fa9fdddb8732f289d89e1cf1fc9d44ae492558e1cbebcbb0f81c8259800c95a6146c3752b3a62079
|
|
7
|
+
data.tar.gz: ff56886ad7ab6376e28b5d3ce914e52ce6e89bcd3452b0f040c1c270a3eddc4f9fd9f629edef486b43fa8394ff1a3901b64faeaedd4dbfa67f22087e97e7cba6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
4550
|
-
# "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal":
|
|
4551
|
-
# "Service": [ "route53.amazonaws.com" ]
|
|
4552
|
-
# "logs:PutLogEvents", "Resource": "logArn", "Condition":
|
|
4553
|
-
#
|
|
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.
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
4423
|
-
# "Route53LogsToCloudWatchLogs", "Effect": "Allow", "Principal":
|
|
4424
|
-
# "Service": [ "route53.amazonaws.com" ]
|
|
4425
|
-
# "logs:PutLogEvents", "Resource": "logArn", "Condition":
|
|
4426
|
-
#
|
|
4427
|
-
# "
|
|
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
|
#
|
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.
|
|
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-
|
|
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
|