aws-sdk-observabilityadmin 1.21.0 → 1.23.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-observabilityadmin/client.rb +6 -3
- data/lib/aws-sdk-observabilityadmin/client_api.rb +3 -1
- data/lib/aws-sdk-observabilityadmin/types.rb +16 -5
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 312851164ebb74a4f4e3e99eab18ec678768d58f77f3e0ac865d48a5e83ec8de
|
|
4
|
+
data.tar.gz: f6afe1e72e37173e85e2f7f9d8e1c11a3bafdf1207bda2b60fa002bd23db84d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52416185c8555d26dc21e436ee9f8f3e3934718a746b2748e6c43f2cb334c553bc607a3127a87aa939fa56973f55b1fc1ff35354c295f8810e4a6dee15139be1
|
|
7
|
+
data.tar.gz: 845531e9d389b9b027e157e7d8d50228686f04dd71d379b44de200f26731aed0b22621a4a09512524d0e40ba2f56bf603574e8b7e996fd4def2b59e49a3dfd64
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.23.0 (2026-03-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
|
|
8
|
+
|
|
9
|
+
1.22.0 (2026-03-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.21.0 (2026-02-24)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
|
@@ -507,7 +507,8 @@ module Aws::ObservabilityAdmin
|
|
|
507
507
|
# regions: ["Region"], # required
|
|
508
508
|
# scope: "SourceFilterString",
|
|
509
509
|
# source_logs_configuration: {
|
|
510
|
-
# log_group_selection_criteria: "LogsFilterString",
|
|
510
|
+
# log_group_selection_criteria: "LogsFilterString",
|
|
511
|
+
# data_source_selection_criteria: "DataSourceFilterString",
|
|
511
512
|
# encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
|
|
512
513
|
# },
|
|
513
514
|
# },
|
|
@@ -1044,6 +1045,7 @@ module Aws::ObservabilityAdmin
|
|
|
1044
1045
|
# resp.centralization_rule.source.regions[0] #=> String
|
|
1045
1046
|
# resp.centralization_rule.source.scope #=> String
|
|
1046
1047
|
# resp.centralization_rule.source.source_logs_configuration.log_group_selection_criteria #=> String
|
|
1048
|
+
# resp.centralization_rule.source.source_logs_configuration.data_source_selection_criteria #=> String
|
|
1047
1049
|
# resp.centralization_rule.source.source_logs_configuration.encrypted_log_group_strategy #=> String, one of "ALLOW", "SKIP"
|
|
1048
1050
|
# resp.centralization_rule.destination.region #=> String
|
|
1049
1051
|
# resp.centralization_rule.destination.account #=> String
|
|
@@ -2075,7 +2077,8 @@ module Aws::ObservabilityAdmin
|
|
|
2075
2077
|
# regions: ["Region"], # required
|
|
2076
2078
|
# scope: "SourceFilterString",
|
|
2077
2079
|
# source_logs_configuration: {
|
|
2078
|
-
# log_group_selection_criteria: "LogsFilterString",
|
|
2080
|
+
# log_group_selection_criteria: "LogsFilterString",
|
|
2081
|
+
# data_source_selection_criteria: "DataSourceFilterString",
|
|
2079
2082
|
# encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
|
|
2080
2083
|
# },
|
|
2081
2084
|
# },
|
|
@@ -2484,7 +2487,7 @@ module Aws::ObservabilityAdmin
|
|
|
2484
2487
|
tracer: tracer
|
|
2485
2488
|
)
|
|
2486
2489
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2487
|
-
context[:gem_version] = '1.
|
|
2490
|
+
context[:gem_version] = '1.23.0'
|
|
2488
2491
|
Seahorse::Client::Request.new(handlers, context)
|
|
2489
2492
|
end
|
|
2490
2493
|
|
|
@@ -46,6 +46,7 @@ module Aws::ObservabilityAdmin
|
|
|
46
46
|
CreateTelemetryRuleInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleInput')
|
|
47
47
|
CreateTelemetryRuleOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleOutput')
|
|
48
48
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
|
49
|
+
DataSourceFilterString = Shapes::StringShape.new(name: 'DataSourceFilterString')
|
|
49
50
|
DataSources = Shapes::ListShape.new(name: 'DataSources')
|
|
50
51
|
DeleteCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteCentralizationRuleForOrganizationInput')
|
|
51
52
|
DeleteS3TableIntegrationInput = Shapes::StructureShape.new(name: 'DeleteS3TableIntegrationInput')
|
|
@@ -600,7 +601,8 @@ module Aws::ObservabilityAdmin
|
|
|
600
601
|
Source.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
601
602
|
Source.struct_class = Types::Source
|
|
602
603
|
|
|
603
|
-
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString,
|
|
604
|
+
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString, location_name: "LogGroupSelectionCriteria"))
|
|
605
|
+
SourceLogsConfiguration.add_member(:data_source_selection_criteria, Shapes::ShapeRef.new(shape: DataSourceFilterString, location_name: "DataSourceSelectionCriteria"))
|
|
604
606
|
SourceLogsConfiguration.add_member(:encrypted_log_group_strategy, Shapes::ShapeRef.new(shape: EncryptedLogGroupStrategy, required: true, location_name: "EncryptedLogGroupStrategy"))
|
|
605
607
|
SourceLogsConfiguration.struct_class = Types::SourceLogsConfiguration
|
|
606
608
|
|
|
@@ -1571,13 +1571,14 @@ module Aws::ObservabilityAdmin
|
|
|
1571
1571
|
# * **$\{source.logGroup}** — The original log group name from the
|
|
1572
1572
|
# source account.
|
|
1573
1573
|
#
|
|
1574
|
-
# * **$\{source.accountId}** — The
|
|
1575
|
-
# originated.
|
|
1574
|
+
# * **$\{source.accountId}** — The Amazon Web Services account ID
|
|
1575
|
+
# where the log originated.
|
|
1576
1576
|
#
|
|
1577
|
-
# * **$\{source.region}** — The
|
|
1577
|
+
# * **$\{source.region}** — The Amazon Web Services Region where the
|
|
1578
|
+
# log originated.
|
|
1578
1579
|
#
|
|
1579
|
-
# * **$\{source.org.id}** — The
|
|
1580
|
-
# account.
|
|
1580
|
+
# * **$\{source.org.id}** — The Amazon Web Services Organization ID of
|
|
1581
|
+
# the source account.
|
|
1581
1582
|
#
|
|
1582
1583
|
# * **$\{source.org.ouId}** — The organizational unit ID of the source
|
|
1583
1584
|
# account.
|
|
@@ -1838,6 +1839,15 @@ module Aws::ObservabilityAdmin
|
|
|
1838
1839
|
# filters.
|
|
1839
1840
|
# @return [String]
|
|
1840
1841
|
#
|
|
1842
|
+
# @!attribute [rw] data_source_selection_criteria
|
|
1843
|
+
# The selection criteria that specifies which data sources to
|
|
1844
|
+
# centralize. The selection criteria uses the same filter expression
|
|
1845
|
+
# format as `LogGroupSelectionCriteria`, but operates on
|
|
1846
|
+
# `DataSourceName` and `DataSourceType` operands. When both
|
|
1847
|
+
# `LogGroupSelectionCriteria` and `DataSourceSelectionCriteria` are
|
|
1848
|
+
# specified, a log event must match both criteria to be centralized.
|
|
1849
|
+
# @return [String]
|
|
1850
|
+
#
|
|
1841
1851
|
# @!attribute [rw] encrypted_log_group_strategy
|
|
1842
1852
|
# A strategy determining whether to centralize source log groups that
|
|
1843
1853
|
# are encrypted with customer managed KMS keys (CMK). ALLOW will
|
|
@@ -1849,6 +1859,7 @@ module Aws::ObservabilityAdmin
|
|
|
1849
1859
|
#
|
|
1850
1860
|
class SourceLogsConfiguration < Struct.new(
|
|
1851
1861
|
:log_group_selection_criteria,
|
|
1862
|
+
:data_source_selection_criteria,
|
|
1852
1863
|
:encrypted_log_group_strategy)
|
|
1853
1864
|
SENSITIVE = []
|
|
1854
1865
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,8 @@ module Aws
|
|
|
90
90
|
regions: Array[::String],
|
|
91
91
|
scope: ::String?,
|
|
92
92
|
source_logs_configuration: {
|
|
93
|
-
log_group_selection_criteria: ::String
|
|
93
|
+
log_group_selection_criteria: ::String?,
|
|
94
|
+
data_source_selection_criteria: ::String?,
|
|
94
95
|
encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
95
96
|
}?
|
|
96
97
|
},
|
|
@@ -633,7 +634,8 @@ module Aws
|
|
|
633
634
|
regions: Array[::String],
|
|
634
635
|
scope: ::String?,
|
|
635
636
|
source_logs_configuration: {
|
|
636
|
-
log_group_selection_criteria: ::String
|
|
637
|
+
log_group_selection_criteria: ::String?,
|
|
638
|
+
data_source_selection_criteria: ::String?,
|
|
637
639
|
encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
638
640
|
}?
|
|
639
641
|
},
|
data/sig/types.rbs
CHANGED
|
@@ -521,6 +521,7 @@ module Aws::ObservabilityAdmin
|
|
|
521
521
|
|
|
522
522
|
class SourceLogsConfiguration
|
|
523
523
|
attr_accessor log_group_selection_criteria: ::String
|
|
524
|
+
attr_accessor data_source_selection_criteria: ::String
|
|
524
525
|
attr_accessor encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
525
526
|
SENSITIVE: []
|
|
526
527
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-observabilityadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|