aws-sdk-observabilityadmin 1.20.0 → 1.21.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-observabilityadmin/client.rb +11 -3
- data/lib/aws-sdk-observabilityadmin/client_api.rb +7 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +91 -4
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +6 -0
- data/sig/types.rbs +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88c416e6a0a5485ddc6f3a539e458fa2f2024ecb02a539d4401f1b1b381d855d
|
|
4
|
+
data.tar.gz: e3453444aead7e9291aefd2af7a389ba323ef81affbc174780664f0821f7b2a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c749df13c51257f591353532817e4bc5059d53208fb191732429ab805b1ed6702d926985dfefac730f29e1cc534ce05f9daa7f90d47c3e40d26a73000578986e
|
|
7
|
+
data.tar.gz: 188889b1f687c9cc72e68c28cbe3157ab27cd3797a8816bc654daee5ef2782e8f104c3700b2e49f5d1d7ad31b091d5d56ffd9dc844eec4acae408718e5ebcac5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.21.0 (2026-02-24)
|
|
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
|
+
|
|
4
9
|
1.20.0 (2026-01-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.21.0
|
|
@@ -524,6 +524,9 @@ module Aws::ObservabilityAdmin
|
|
|
524
524
|
# region: "Region", # required
|
|
525
525
|
# kms_key_arn: "ResourceArn",
|
|
526
526
|
# },
|
|
527
|
+
# log_group_name_configuration: {
|
|
528
|
+
# log_group_name_pattern: "LogGroupNamePattern", # required
|
|
529
|
+
# },
|
|
527
530
|
# },
|
|
528
531
|
# },
|
|
529
532
|
# },
|
|
@@ -1049,6 +1052,7 @@ module Aws::ObservabilityAdmin
|
|
|
1049
1052
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_conflict_resolution_strategy #=> String, one of "ALLOW", "SKIP"
|
|
1050
1053
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.region #=> String
|
|
1051
1054
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.kms_key_arn #=> String
|
|
1055
|
+
# resp.centralization_rule.destination.destination_logs_configuration.log_group_name_configuration.log_group_name_pattern #=> String
|
|
1052
1056
|
#
|
|
1053
1057
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetCentralizationRuleForOrganization AWS API Documentation
|
|
1054
1058
|
#
|
|
@@ -1501,6 +1505,7 @@ module Aws::ObservabilityAdmin
|
|
|
1501
1505
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1502
1506
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
1503
1507
|
# resp.telemetry_configurations[0].last_update_time_stamp #=> Integer
|
|
1508
|
+
# resp.telemetry_configurations[0].telemetry_source_type #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
1504
1509
|
# resp.next_token #=> String
|
|
1505
1510
|
#
|
|
1506
1511
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/ListResourceTelemetry AWS API Documentation
|
|
@@ -1584,6 +1589,7 @@ module Aws::ObservabilityAdmin
|
|
|
1584
1589
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1585
1590
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
1586
1591
|
# resp.telemetry_configurations[0].last_update_time_stamp #=> Integer
|
|
1592
|
+
# resp.telemetry_configurations[0].telemetry_source_type #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
1587
1593
|
# resp.next_token #=> String
|
|
1588
1594
|
#
|
|
1589
1595
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/ListResourceTelemetryForOrganization AWS API Documentation
|
|
@@ -2086,6 +2092,9 @@ module Aws::ObservabilityAdmin
|
|
|
2086
2092
|
# region: "Region", # required
|
|
2087
2093
|
# kms_key_arn: "ResourceArn",
|
|
2088
2094
|
# },
|
|
2095
|
+
# log_group_name_configuration: {
|
|
2096
|
+
# log_group_name_pattern: "LogGroupNamePattern", # required
|
|
2097
|
+
# },
|
|
2089
2098
|
# },
|
|
2090
2099
|
# },
|
|
2091
2100
|
# },
|
|
@@ -2156,8 +2165,7 @@ module Aws::ObservabilityAdmin
|
|
|
2156
2165
|
# Okta Sources (SSO, Auth0)
|
|
2157
2166
|
#
|
|
2158
2167
|
# : **Updatable:** All Amazon Web Services Secrets Manager attributes,
|
|
2159
|
-
# `domain`, `range
|
|
2160
|
-
# `client_secret`)
|
|
2168
|
+
# `domain`, `range`, OAuth2 credentials (`client_id`, `client_secret`)
|
|
2161
2169
|
#
|
|
2162
2170
|
# Palo Alto Networks
|
|
2163
2171
|
#
|
|
@@ -2476,7 +2484,7 @@ module Aws::ObservabilityAdmin
|
|
|
2476
2484
|
tracer: tracer
|
|
2477
2485
|
)
|
|
2478
2486
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2479
|
-
context[:gem_version] = '1.
|
|
2487
|
+
context[:gem_version] = '1.21.0'
|
|
2480
2488
|
Seahorse::Client::Request.new(handlers, context)
|
|
2481
2489
|
end
|
|
2482
2490
|
|
|
@@ -114,6 +114,8 @@ module Aws::ObservabilityAdmin
|
|
|
114
114
|
ListTelemetryRulesMaxResults = Shapes::IntegerShape.new(name: 'ListTelemetryRulesMaxResults')
|
|
115
115
|
ListTelemetryRulesOutput = Shapes::StructureShape.new(name: 'ListTelemetryRulesOutput')
|
|
116
116
|
LogDeliveryParameters = Shapes::StructureShape.new(name: 'LogDeliveryParameters')
|
|
117
|
+
LogGroupNameConfiguration = Shapes::StructureShape.new(name: 'LogGroupNameConfiguration')
|
|
118
|
+
LogGroupNamePattern = Shapes::StringShape.new(name: 'LogGroupNamePattern')
|
|
117
119
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
|
118
120
|
LogTypes = Shapes::ListShape.new(name: 'LogTypes')
|
|
119
121
|
LoggingFilter = Shapes::StructureShape.new(name: 'LoggingFilter')
|
|
@@ -345,6 +347,7 @@ module Aws::ObservabilityAdmin
|
|
|
345
347
|
|
|
346
348
|
DestinationLogsConfiguration.add_member(:logs_encryption_configuration, Shapes::ShapeRef.new(shape: LogsEncryptionConfiguration, location_name: "LogsEncryptionConfiguration"))
|
|
347
349
|
DestinationLogsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: LogsBackupConfiguration, location_name: "BackupConfiguration"))
|
|
350
|
+
DestinationLogsConfiguration.add_member(:log_group_name_configuration, Shapes::ShapeRef.new(shape: LogGroupNameConfiguration, location_name: "LogGroupNameConfiguration"))
|
|
348
351
|
DestinationLogsConfiguration.struct_class = Types::DestinationLogsConfiguration
|
|
349
352
|
|
|
350
353
|
ELBLoadBalancerLoggingParameters.add_member(:output_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "OutputFormat"))
|
|
@@ -533,6 +536,9 @@ module Aws::ObservabilityAdmin
|
|
|
533
536
|
LogDeliveryParameters.add_member(:log_types, Shapes::ShapeRef.new(shape: LogTypes, location_name: "LogTypes"))
|
|
534
537
|
LogDeliveryParameters.struct_class = Types::LogDeliveryParameters
|
|
535
538
|
|
|
539
|
+
LogGroupNameConfiguration.add_member(:log_group_name_pattern, Shapes::ShapeRef.new(shape: LogGroupNamePattern, required: true, location_name: "LogGroupNamePattern"))
|
|
540
|
+
LogGroupNameConfiguration.struct_class = Types::LogGroupNameConfiguration
|
|
541
|
+
|
|
536
542
|
LogTypes.member = Shapes::ShapeRef.new(shape: LogType)
|
|
537
543
|
|
|
538
544
|
LoggingFilter.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
|
@@ -627,6 +633,7 @@ module Aws::ObservabilityAdmin
|
|
|
627
633
|
TelemetryConfiguration.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
|
628
634
|
TelemetryConfiguration.add_member(:resource_tags, Shapes::ShapeRef.new(shape: TagMapOutput, location_name: "ResourceTags"))
|
|
629
635
|
TelemetryConfiguration.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
636
|
+
TelemetryConfiguration.add_member(:telemetry_source_type, Shapes::ShapeRef.new(shape: TelemetrySourceType, location_name: "TelemetrySourceType"))
|
|
630
637
|
TelemetryConfiguration.struct_class = Types::TelemetryConfiguration
|
|
631
638
|
|
|
632
639
|
TelemetryConfigurationState.key = Shapes::ShapeRef.new(shape: TelemetryType)
|
|
@@ -668,11 +668,19 @@ module Aws::ObservabilityAdmin
|
|
|
668
668
|
# the backup destination.
|
|
669
669
|
# @return [Types::LogsBackupConfiguration]
|
|
670
670
|
#
|
|
671
|
+
# @!attribute [rw] log_group_name_configuration
|
|
672
|
+
# Configuration that specifies a naming pattern for destination log
|
|
673
|
+
# groups created during centralization. The pattern supports static
|
|
674
|
+
# text and dynamic variables that are replaced with source attributes
|
|
675
|
+
# when log groups are created.
|
|
676
|
+
# @return [Types::LogGroupNameConfiguration]
|
|
677
|
+
#
|
|
671
678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/DestinationLogsConfiguration AWS API Documentation
|
|
672
679
|
#
|
|
673
680
|
class DestinationLogsConfiguration < Struct.new(
|
|
674
681
|
:logs_encryption_configuration,
|
|
675
|
-
:backup_configuration
|
|
682
|
+
:backup_configuration,
|
|
683
|
+
:log_group_name_configuration)
|
|
676
684
|
SENSITIVE = []
|
|
677
685
|
include Aws::Structure
|
|
678
686
|
end
|
|
@@ -1546,6 +1554,48 @@ module Aws::ObservabilityAdmin
|
|
|
1546
1554
|
include Aws::Structure
|
|
1547
1555
|
end
|
|
1548
1556
|
|
|
1557
|
+
# Configuration that specifies a naming pattern for destination log
|
|
1558
|
+
# groups created during centralization. The pattern supports static text
|
|
1559
|
+
# and dynamic variables that are replaced with source attributes when
|
|
1560
|
+
# log groups are created.
|
|
1561
|
+
#
|
|
1562
|
+
# @!attribute [rw] log_group_name_pattern
|
|
1563
|
+
# The pattern used to generate destination log group names during
|
|
1564
|
+
# centralization. The pattern can contain static text and dynamic
|
|
1565
|
+
# variables that are replaced with source attributes. If a variable
|
|
1566
|
+
# cannot be resolved, it inherits the value from its parent variable
|
|
1567
|
+
# in the hierarchy. The pattern must be between 1 and 512 characters.
|
|
1568
|
+
#
|
|
1569
|
+
# Supported variables:
|
|
1570
|
+
#
|
|
1571
|
+
# * **$\{source.logGroup}** — The original log group name from the
|
|
1572
|
+
# source account.
|
|
1573
|
+
#
|
|
1574
|
+
# * **$\{source.accountId}** — The AWS account ID where the log
|
|
1575
|
+
# originated.
|
|
1576
|
+
#
|
|
1577
|
+
# * **$\{source.region}** — The AWS Region where the log originated.
|
|
1578
|
+
#
|
|
1579
|
+
# * **$\{source.org.id}** — The AWS Organization ID of the source
|
|
1580
|
+
# account.
|
|
1581
|
+
#
|
|
1582
|
+
# * **$\{source.org.ouId}** — The organizational unit ID of the source
|
|
1583
|
+
# account.
|
|
1584
|
+
#
|
|
1585
|
+
# * **$\{source.org.rootId}** — The organization Root ID.
|
|
1586
|
+
#
|
|
1587
|
+
# * **$\{source.org.path}** — The organizational path from account to
|
|
1588
|
+
# root.
|
|
1589
|
+
# @return [String]
|
|
1590
|
+
#
|
|
1591
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogGroupNameConfiguration AWS API Documentation
|
|
1592
|
+
#
|
|
1593
|
+
class LogGroupNameConfiguration < Struct.new(
|
|
1594
|
+
:log_group_name_pattern)
|
|
1595
|
+
SENSITIVE = []
|
|
1596
|
+
include Aws::Structure
|
|
1597
|
+
end
|
|
1598
|
+
|
|
1549
1599
|
# Configuration that determines which WAF log records to keep or drop
|
|
1550
1600
|
# based on specified conditions.
|
|
1551
1601
|
#
|
|
@@ -1889,6 +1939,11 @@ module Aws::ObservabilityAdmin
|
|
|
1889
1939
|
# the resource. For example, `1728679196318`.
|
|
1890
1940
|
# @return [Integer]
|
|
1891
1941
|
#
|
|
1942
|
+
# @!attribute [rw] telemetry_source_type
|
|
1943
|
+
# Specifies the type of telemetry source for a resource, such as EKS
|
|
1944
|
+
# cluster logs.
|
|
1945
|
+
# @return [String]
|
|
1946
|
+
#
|
|
1892
1947
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryConfiguration AWS API Documentation
|
|
1893
1948
|
#
|
|
1894
1949
|
class TelemetryConfiguration < Struct.new(
|
|
@@ -1897,7 +1952,8 @@ module Aws::ObservabilityAdmin
|
|
|
1897
1952
|
:resource_type,
|
|
1898
1953
|
:resource_identifier,
|
|
1899
1954
|
:resource_tags,
|
|
1900
|
-
:last_update_time_stamp
|
|
1955
|
+
:last_update_time_stamp,
|
|
1956
|
+
:telemetry_source_type)
|
|
1901
1957
|
SENSITIVE = []
|
|
1902
1958
|
include Aws::Structure
|
|
1903
1959
|
end
|
|
@@ -2011,8 +2067,39 @@ module Aws::ObservabilityAdmin
|
|
|
2011
2067
|
include Aws::Structure
|
|
2012
2068
|
end
|
|
2013
2069
|
|
|
2014
|
-
# Defines the configuration for a
|
|
2015
|
-
#
|
|
2070
|
+
# Defines the configuration for a pipeline, including how data flows
|
|
2071
|
+
# from sources through processors to destinations. The configuration is
|
|
2072
|
+
# specified in YAML format and must include a valid pipeline definition
|
|
2073
|
+
# with required source and sink components. This pipeline enables
|
|
2074
|
+
# end-to-end telemetry data collection, transformation, and delivery
|
|
2075
|
+
# while supporting optional processing steps and extensions for enhanced
|
|
2076
|
+
# functionality.
|
|
2077
|
+
#
|
|
2078
|
+
# The primary pipeline configuration section are:
|
|
2079
|
+
#
|
|
2080
|
+
# * **Source:** Defines where log data originates from (S3 buckets,
|
|
2081
|
+
# CloudWatch Logs, third-party APIs). Each pipeline must have exactly
|
|
2082
|
+
# one source.
|
|
2083
|
+
#
|
|
2084
|
+
# * **Processors (optional):** Transform, parse, and enrich log data as
|
|
2085
|
+
# it flows through the pipeline. Processors are applied sequentially
|
|
2086
|
+
# in the order they are defined.
|
|
2087
|
+
#
|
|
2088
|
+
# * **Sink:** Defines the destination where processed log data is sent.
|
|
2089
|
+
# Each pipeline must have exactly one sink.
|
|
2090
|
+
#
|
|
2091
|
+
# * **Extensions (optional):** Provide additional functionality such as
|
|
2092
|
+
# Amazon Web Services Secrets Manager integration for credential
|
|
2093
|
+
# management.
|
|
2094
|
+
#
|
|
2095
|
+
# For more details on each configuration section see [CloudWatch
|
|
2096
|
+
# pipelines User Guide][1]. Additional comprehensive configuration
|
|
2097
|
+
# examples can be found in the [CreateTelemetryPipeline API docs][2].
|
|
2098
|
+
#
|
|
2099
|
+
#
|
|
2100
|
+
#
|
|
2101
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-pipelines.html
|
|
2102
|
+
# [2]: https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_CreateTelemetryPipeline.html#API_CreateTelemetryPipeline_Examples
|
|
2016
2103
|
#
|
|
2017
2104
|
# @!attribute [rw] body
|
|
2018
2105
|
# The pipeline configuration body that defines the data processing
|
data/sig/client.rbs
CHANGED
|
@@ -106,6 +106,9 @@ module Aws
|
|
|
106
106
|
backup_configuration: {
|
|
107
107
|
region: ::String,
|
|
108
108
|
kms_key_arn: ::String?
|
|
109
|
+
}?,
|
|
110
|
+
log_group_name_configuration: {
|
|
111
|
+
log_group_name_pattern: ::String
|
|
109
112
|
}?
|
|
110
113
|
}?
|
|
111
114
|
}
|
|
@@ -646,6 +649,9 @@ module Aws
|
|
|
646
649
|
backup_configuration: {
|
|
647
650
|
region: ::String,
|
|
648
651
|
kms_key_arn: ::String?
|
|
652
|
+
}?,
|
|
653
|
+
log_group_name_configuration: {
|
|
654
|
+
log_group_name_pattern: ::String
|
|
649
655
|
}?
|
|
650
656
|
}?
|
|
651
657
|
}
|
data/sig/types.rbs
CHANGED
|
@@ -194,6 +194,7 @@ module Aws::ObservabilityAdmin
|
|
|
194
194
|
class DestinationLogsConfiguration
|
|
195
195
|
attr_accessor logs_encryption_configuration: Types::LogsEncryptionConfiguration
|
|
196
196
|
attr_accessor backup_configuration: Types::LogsBackupConfiguration
|
|
197
|
+
attr_accessor log_group_name_configuration: Types::LogGroupNameConfiguration
|
|
197
198
|
SENSITIVE: []
|
|
198
199
|
end
|
|
199
200
|
|
|
@@ -450,6 +451,11 @@ module Aws::ObservabilityAdmin
|
|
|
450
451
|
SENSITIVE: []
|
|
451
452
|
end
|
|
452
453
|
|
|
454
|
+
class LogGroupNameConfiguration
|
|
455
|
+
attr_accessor log_group_name_pattern: ::String
|
|
456
|
+
SENSITIVE: []
|
|
457
|
+
end
|
|
458
|
+
|
|
453
459
|
class LoggingFilter
|
|
454
460
|
attr_accessor filters: ::Array[Types::Filter]
|
|
455
461
|
attr_accessor default_behavior: ("KEEP" | "DROP")
|
|
@@ -543,6 +549,7 @@ module Aws::ObservabilityAdmin
|
|
|
543
549
|
attr_accessor resource_identifier: ::String
|
|
544
550
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
545
551
|
attr_accessor last_update_time_stamp: ::Integer
|
|
552
|
+
attr_accessor telemetry_source_type: ("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")
|
|
546
553
|
SENSITIVE: []
|
|
547
554
|
end
|
|
548
555
|
|