aws-sdk-observabilityadmin 1.24.0 → 1.25.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 +100 -1
- data/lib/aws-sdk-observabilityadmin/client_api.rb +36 -2
- data/lib/aws-sdk-observabilityadmin/types.rb +204 -5
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +30 -6
- data/sig/types.rbs +32 -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: 8a99b957a22437cdfd0645998d695c329282b99d86397235d1adcf1d01d92ebd
|
|
4
|
+
data.tar.gz: 676d7cae685e052dbed5b0101c44b8ccf514b517f33d39bb9cfcce62a2777e6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e4479922e7b4843452c745f9025048f93e0ecaa935480418b66c352052575919cbf3c623318fd3f9fa29918fe4d7dd4db51af772b964f69ca28a4cfac0d8655
|
|
7
|
+
data.tar.gz: 527a868e463bfc5d69d4ba3164a2c893fab14c1cca89dc73fd8f2f708ea33838d9c40ee32d329cc6eefa42b516897760b40ecd6cec298362e0022b388bb37792
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.25.0 (2026-04-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.
|
|
8
|
+
|
|
4
9
|
1.24.0 (2026-03-31)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.25.0
|
|
@@ -747,6 +747,8 @@ module Aws::ObservabilityAdmin
|
|
|
747
747
|
# },
|
|
748
748
|
# scope: "String",
|
|
749
749
|
# selection_criteria: "String",
|
|
750
|
+
# regions: ["Region"],
|
|
751
|
+
# all_regions: false,
|
|
750
752
|
# },
|
|
751
753
|
# tags: {
|
|
752
754
|
# "TagKey" => "TagValue",
|
|
@@ -864,6 +866,8 @@ module Aws::ObservabilityAdmin
|
|
|
864
866
|
# },
|
|
865
867
|
# scope: "String",
|
|
866
868
|
# selection_criteria: "String",
|
|
869
|
+
# regions: ["Region"],
|
|
870
|
+
# all_regions: false,
|
|
867
871
|
# },
|
|
868
872
|
# tags: {
|
|
869
873
|
# "TagKey" => "TagValue",
|
|
@@ -1137,11 +1141,19 @@ module Aws::ObservabilityAdmin
|
|
|
1137
1141
|
#
|
|
1138
1142
|
# * {Types::GetTelemetryEvaluationStatusOutput#status #status} => String
|
|
1139
1143
|
# * {Types::GetTelemetryEvaluationStatusOutput#failure_reason #failure_reason} => String
|
|
1144
|
+
# * {Types::GetTelemetryEvaluationStatusOutput#home_region #home_region} => String
|
|
1145
|
+
# * {Types::GetTelemetryEvaluationStatusOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
|
|
1140
1146
|
#
|
|
1141
1147
|
# @example Response structure
|
|
1142
1148
|
#
|
|
1143
1149
|
# resp.status #=> String, one of "NOT_STARTED", "STARTING", "FAILED_START", "RUNNING", "STOPPING", "FAILED_STOP", "STOPPED"
|
|
1144
1150
|
# resp.failure_reason #=> String
|
|
1151
|
+
# resp.home_region #=> String
|
|
1152
|
+
# resp.region_statuses #=> Array
|
|
1153
|
+
# resp.region_statuses[0].region #=> String
|
|
1154
|
+
# resp.region_statuses[0].status #=> String
|
|
1155
|
+
# resp.region_statuses[0].failure_reason #=> String
|
|
1156
|
+
# resp.region_statuses[0].rule_arn #=> String
|
|
1145
1157
|
#
|
|
1146
1158
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatus AWS API Documentation
|
|
1147
1159
|
#
|
|
@@ -1161,11 +1173,19 @@ module Aws::ObservabilityAdmin
|
|
|
1161
1173
|
#
|
|
1162
1174
|
# * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#status #status} => String
|
|
1163
1175
|
# * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#failure_reason #failure_reason} => String
|
|
1176
|
+
# * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#home_region #home_region} => String
|
|
1177
|
+
# * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
|
|
1164
1178
|
#
|
|
1165
1179
|
# @example Response structure
|
|
1166
1180
|
#
|
|
1167
1181
|
# resp.status #=> String, one of "NOT_STARTED", "STARTING", "FAILED_START", "RUNNING", "STOPPING", "FAILED_STOP", "STOPPED"
|
|
1168
1182
|
# resp.failure_reason #=> String
|
|
1183
|
+
# resp.home_region #=> String
|
|
1184
|
+
# resp.region_statuses #=> Array
|
|
1185
|
+
# resp.region_statuses[0].region #=> String
|
|
1186
|
+
# resp.region_statuses[0].status #=> String
|
|
1187
|
+
# resp.region_statuses[0].failure_reason #=> String
|
|
1188
|
+
# resp.region_statuses[0].rule_arn #=> String
|
|
1169
1189
|
#
|
|
1170
1190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusForOrganization AWS API Documentation
|
|
1171
1191
|
#
|
|
@@ -1225,6 +1245,9 @@ module Aws::ObservabilityAdmin
|
|
|
1225
1245
|
# * {Types::GetTelemetryRuleOutput#created_time_stamp #created_time_stamp} => Integer
|
|
1226
1246
|
# * {Types::GetTelemetryRuleOutput#last_update_time_stamp #last_update_time_stamp} => Integer
|
|
1227
1247
|
# * {Types::GetTelemetryRuleOutput#telemetry_rule #telemetry_rule} => Types::TelemetryRule
|
|
1248
|
+
# * {Types::GetTelemetryRuleOutput#home_region #home_region} => String
|
|
1249
|
+
# * {Types::GetTelemetryRuleOutput#is_replicated #is_replicated} => Boolean
|
|
1250
|
+
# * {Types::GetTelemetryRuleOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
|
|
1228
1251
|
#
|
|
1229
1252
|
# @example Request syntax with placeholder values
|
|
1230
1253
|
#
|
|
@@ -1283,6 +1306,16 @@ module Aws::ObservabilityAdmin
|
|
|
1283
1306
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
|
|
1284
1307
|
# resp.telemetry_rule.scope #=> String
|
|
1285
1308
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1309
|
+
# resp.telemetry_rule.regions #=> Array
|
|
1310
|
+
# resp.telemetry_rule.regions[0] #=> String
|
|
1311
|
+
# resp.telemetry_rule.all_regions #=> Boolean
|
|
1312
|
+
# resp.home_region #=> String
|
|
1313
|
+
# resp.is_replicated #=> Boolean
|
|
1314
|
+
# resp.region_statuses #=> Array
|
|
1315
|
+
# resp.region_statuses[0].region #=> String
|
|
1316
|
+
# resp.region_statuses[0].status #=> String
|
|
1317
|
+
# resp.region_statuses[0].failure_reason #=> String
|
|
1318
|
+
# resp.region_statuses[0].rule_arn #=> String
|
|
1286
1319
|
#
|
|
1287
1320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRule AWS API Documentation
|
|
1288
1321
|
#
|
|
@@ -1308,6 +1341,9 @@ module Aws::ObservabilityAdmin
|
|
|
1308
1341
|
# * {Types::GetTelemetryRuleForOrganizationOutput#created_time_stamp #created_time_stamp} => Integer
|
|
1309
1342
|
# * {Types::GetTelemetryRuleForOrganizationOutput#last_update_time_stamp #last_update_time_stamp} => Integer
|
|
1310
1343
|
# * {Types::GetTelemetryRuleForOrganizationOutput#telemetry_rule #telemetry_rule} => Types::TelemetryRule
|
|
1344
|
+
# * {Types::GetTelemetryRuleForOrganizationOutput#home_region #home_region} => String
|
|
1345
|
+
# * {Types::GetTelemetryRuleForOrganizationOutput#is_replicated #is_replicated} => Boolean
|
|
1346
|
+
# * {Types::GetTelemetryRuleForOrganizationOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
|
|
1311
1347
|
#
|
|
1312
1348
|
# @example Request syntax with placeholder values
|
|
1313
1349
|
#
|
|
@@ -1366,6 +1402,16 @@ module Aws::ObservabilityAdmin
|
|
|
1366
1402
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
|
|
1367
1403
|
# resp.telemetry_rule.scope #=> String
|
|
1368
1404
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1405
|
+
# resp.telemetry_rule.regions #=> Array
|
|
1406
|
+
# resp.telemetry_rule.regions[0] #=> String
|
|
1407
|
+
# resp.telemetry_rule.all_regions #=> Boolean
|
|
1408
|
+
# resp.home_region #=> String
|
|
1409
|
+
# resp.is_replicated #=> Boolean
|
|
1410
|
+
# resp.region_statuses #=> Array
|
|
1411
|
+
# resp.region_statuses[0].region #=> String
|
|
1412
|
+
# resp.region_statuses[0].status #=> String
|
|
1413
|
+
# resp.region_statuses[0].failure_reason #=> String
|
|
1414
|
+
# resp.region_statuses[0].rule_arn #=> String
|
|
1369
1415
|
#
|
|
1370
1416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleForOrganization AWS API Documentation
|
|
1371
1417
|
#
|
|
@@ -1874,8 +1920,32 @@ module Aws::ObservabilityAdmin
|
|
|
1874
1920
|
# This action begins onboarding the caller Amazon Web Services account
|
|
1875
1921
|
# to the telemetry config feature.
|
|
1876
1922
|
#
|
|
1923
|
+
# @option params [Array<String>] :regions
|
|
1924
|
+
# An optional list of Amazon Web Services Regions to include in
|
|
1925
|
+
# multi-region telemetry evaluation. The current region is always
|
|
1926
|
+
# implicitly included and must not be specified in this list. When
|
|
1927
|
+
# provided, telemetry evaluation starts in the current region and
|
|
1928
|
+
# propagates to all specified regions. Mutually exclusive with
|
|
1929
|
+
# `AllRegions`. If neither `Regions` nor `AllRegions` is provided, the
|
|
1930
|
+
# operation applies only to the current region.
|
|
1931
|
+
#
|
|
1932
|
+
# @option params [Boolean] :all_regions
|
|
1933
|
+
# If set to `true`, telemetry evaluation starts in all Amazon Web
|
|
1934
|
+
# Services Regions where Amazon CloudWatch Observability Admin is
|
|
1935
|
+
# available in the current partition. The current region becomes the
|
|
1936
|
+
# home region for managing multi-region evaluation. When new regions
|
|
1937
|
+
# become available, evaluation automatically expands to include them.
|
|
1938
|
+
# Mutually exclusive with `Regions`.
|
|
1939
|
+
#
|
|
1877
1940
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1878
1941
|
#
|
|
1942
|
+
# @example Request syntax with placeholder values
|
|
1943
|
+
#
|
|
1944
|
+
# resp = client.start_telemetry_evaluation({
|
|
1945
|
+
# regions: ["Region"],
|
|
1946
|
+
# all_regions: false,
|
|
1947
|
+
# })
|
|
1948
|
+
#
|
|
1879
1949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluation AWS API Documentation
|
|
1880
1950
|
#
|
|
1881
1951
|
# @overload start_telemetry_evaluation(params = {})
|
|
@@ -1888,8 +1958,33 @@ module Aws::ObservabilityAdmin
|
|
|
1888
1958
|
# This actions begins onboarding the organization and all member
|
|
1889
1959
|
# accounts to the telemetry config feature.
|
|
1890
1960
|
#
|
|
1961
|
+
# @option params [Array<String>] :regions
|
|
1962
|
+
# An optional list of Amazon Web Services Regions to include in
|
|
1963
|
+
# multi-region telemetry evaluation for the organization. The current
|
|
1964
|
+
# region is always implicitly included and must not be specified in this
|
|
1965
|
+
# list. When provided, telemetry evaluation starts in the current region
|
|
1966
|
+
# and propagates to all specified regions for the organization. Mutually
|
|
1967
|
+
# exclusive with `AllRegions`. If neither `Regions` nor `AllRegions` is
|
|
1968
|
+
# provided, the operation applies only to the current region.
|
|
1969
|
+
#
|
|
1970
|
+
# @option params [Boolean] :all_regions
|
|
1971
|
+
# If set to `true`, telemetry evaluation for the organization starts in
|
|
1972
|
+
# all Amazon Web Services Regions where Amazon CloudWatch Observability
|
|
1973
|
+
# Admin is available in the current partition. The current region
|
|
1974
|
+
# becomes the home region for managing multi-region evaluation for the
|
|
1975
|
+
# organization. When new regions become available, evaluation
|
|
1976
|
+
# automatically expands to include them. Mutually exclusive with
|
|
1977
|
+
# `Regions`.
|
|
1978
|
+
#
|
|
1891
1979
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1892
1980
|
#
|
|
1981
|
+
# @example Request syntax with placeholder values
|
|
1982
|
+
#
|
|
1983
|
+
# resp = client.start_telemetry_evaluation_for_organization({
|
|
1984
|
+
# regions: ["Region"],
|
|
1985
|
+
# all_regions: false,
|
|
1986
|
+
# })
|
|
1987
|
+
#
|
|
1893
1988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationForOrganization AWS API Documentation
|
|
1894
1989
|
#
|
|
1895
1990
|
# @overload start_telemetry_evaluation_for_organization(params = {})
|
|
@@ -2306,6 +2401,8 @@ module Aws::ObservabilityAdmin
|
|
|
2306
2401
|
# },
|
|
2307
2402
|
# scope: "String",
|
|
2308
2403
|
# selection_criteria: "String",
|
|
2404
|
+
# regions: ["Region"],
|
|
2405
|
+
# all_regions: false,
|
|
2309
2406
|
# },
|
|
2310
2407
|
# })
|
|
2311
2408
|
#
|
|
@@ -2417,6 +2514,8 @@ module Aws::ObservabilityAdmin
|
|
|
2417
2514
|
# },
|
|
2418
2515
|
# scope: "String",
|
|
2419
2516
|
# selection_criteria: "String",
|
|
2517
|
+
# regions: ["Region"],
|
|
2518
|
+
# all_regions: false,
|
|
2420
2519
|
# },
|
|
2421
2520
|
# })
|
|
2422
2521
|
#
|
|
@@ -2487,7 +2586,7 @@ module Aws::ObservabilityAdmin
|
|
|
2487
2586
|
tracer: tracer
|
|
2488
2587
|
)
|
|
2489
2588
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2490
|
-
context[:gem_version] = '1.
|
|
2589
|
+
context[:gem_version] = '1.25.0'
|
|
2491
2590
|
Seahorse::Client::Request.new(handlers, context)
|
|
2492
2591
|
end
|
|
2493
2592
|
|
|
@@ -22,6 +22,7 @@ module Aws::ObservabilityAdmin
|
|
|
22
22
|
AdvancedEventSelector = Shapes::StructureShape.new(name: 'AdvancedEventSelector')
|
|
23
23
|
AdvancedEventSelectors = Shapes::ListShape.new(name: 'AdvancedEventSelectors')
|
|
24
24
|
AdvancedFieldSelector = Shapes::StructureShape.new(name: 'AdvancedFieldSelector')
|
|
25
|
+
AllRegions = Shapes::BooleanShape.new(name: 'AllRegions')
|
|
25
26
|
AwsResourceExplorerManagedViewArn = Shapes::StringShape.new(name: 'AwsResourceExplorerManagedViewArn')
|
|
26
27
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
27
28
|
CentralizationFailureReason = Shapes::StringShape.new(name: 'CentralizationFailureReason')
|
|
@@ -88,6 +89,7 @@ module Aws::ObservabilityAdmin
|
|
|
88
89
|
IntegrationSummary = Shapes::StructureShape.new(name: 'IntegrationSummary')
|
|
89
90
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
90
91
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
|
92
|
+
IsReplicated = Shapes::BooleanShape.new(name: 'IsReplicated')
|
|
91
93
|
LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
|
|
92
94
|
LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
|
|
93
95
|
ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
|
|
@@ -137,6 +139,8 @@ module Aws::ObservabilityAdmin
|
|
|
137
139
|
Records = Shapes::ListShape.new(name: 'Records')
|
|
138
140
|
RedactedFields = Shapes::ListShape.new(name: 'RedactedFields')
|
|
139
141
|
Region = Shapes::StringShape.new(name: 'Region')
|
|
142
|
+
RegionStatus = Shapes::StructureShape.new(name: 'RegionStatus')
|
|
143
|
+
RegionStatuses = Shapes::ListShape.new(name: 'RegionStatuses')
|
|
140
144
|
Regions = Shapes::ListShape.new(name: 'Regions')
|
|
141
145
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
142
146
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
|
@@ -158,6 +162,8 @@ module Aws::ObservabilityAdmin
|
|
|
158
162
|
SourceLogsConfiguration = Shapes::StructureShape.new(name: 'SourceLogsConfiguration')
|
|
159
163
|
Sources = Shapes::ListShape.new(name: 'Sources')
|
|
160
164
|
StartTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StartTelemetryEnrichmentOutput')
|
|
165
|
+
StartTelemetryEvaluationForOrganizationInput = Shapes::StructureShape.new(name: 'StartTelemetryEvaluationForOrganizationInput')
|
|
166
|
+
StartTelemetryEvaluationInput = Shapes::StructureShape.new(name: 'StartTelemetryEvaluationInput')
|
|
161
167
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
162
168
|
StopTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StopTelemetryEnrichmentOutput')
|
|
163
169
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -408,10 +414,14 @@ module Aws::ObservabilityAdmin
|
|
|
408
414
|
|
|
409
415
|
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
410
416
|
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
|
417
|
+
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
|
|
418
|
+
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
|
|
411
419
|
GetTelemetryEvaluationStatusForOrganizationOutput.struct_class = Types::GetTelemetryEvaluationStatusForOrganizationOutput
|
|
412
420
|
|
|
413
421
|
GetTelemetryEvaluationStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
414
422
|
GetTelemetryEvaluationStatusOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
|
423
|
+
GetTelemetryEvaluationStatusOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
|
|
424
|
+
GetTelemetryEvaluationStatusOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
|
|
415
425
|
GetTelemetryEvaluationStatusOutput.struct_class = Types::GetTelemetryEvaluationStatusOutput
|
|
416
426
|
|
|
417
427
|
GetTelemetryPipelineInput.add_member(:pipeline_identifier, Shapes::ShapeRef.new(shape: TelemetryPipelineIdentifier, required: true, location_name: "PipelineIdentifier"))
|
|
@@ -428,6 +438,9 @@ module Aws::ObservabilityAdmin
|
|
|
428
438
|
GetTelemetryRuleForOrganizationOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
429
439
|
GetTelemetryRuleForOrganizationOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
430
440
|
GetTelemetryRuleForOrganizationOutput.add_member(:telemetry_rule, Shapes::ShapeRef.new(shape: TelemetryRule, location_name: "TelemetryRule"))
|
|
441
|
+
GetTelemetryRuleForOrganizationOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
|
|
442
|
+
GetTelemetryRuleForOrganizationOutput.add_member(:is_replicated, Shapes::ShapeRef.new(shape: IsReplicated, location_name: "IsReplicated"))
|
|
443
|
+
GetTelemetryRuleForOrganizationOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
|
|
431
444
|
GetTelemetryRuleForOrganizationOutput.struct_class = Types::GetTelemetryRuleForOrganizationOutput
|
|
432
445
|
|
|
433
446
|
GetTelemetryRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
@@ -438,6 +451,9 @@ module Aws::ObservabilityAdmin
|
|
|
438
451
|
GetTelemetryRuleOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
439
452
|
GetTelemetryRuleOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
440
453
|
GetTelemetryRuleOutput.add_member(:telemetry_rule, Shapes::ShapeRef.new(shape: TelemetryRule, location_name: "TelemetryRule"))
|
|
454
|
+
GetTelemetryRuleOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
|
|
455
|
+
GetTelemetryRuleOutput.add_member(:is_replicated, Shapes::ShapeRef.new(shape: IsReplicated, location_name: "IsReplicated"))
|
|
456
|
+
GetTelemetryRuleOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
|
|
441
457
|
GetTelemetryRuleOutput.struct_class = Types::GetTelemetryRuleOutput
|
|
442
458
|
|
|
443
459
|
IntegrationSummaries.member = Shapes::ShapeRef.new(shape: IntegrationSummary)
|
|
@@ -576,6 +592,14 @@ module Aws::ObservabilityAdmin
|
|
|
576
592
|
|
|
577
593
|
RedactedFields.member = Shapes::ShapeRef.new(shape: FieldToMatch)
|
|
578
594
|
|
|
595
|
+
RegionStatus.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
|
|
596
|
+
RegionStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
|
597
|
+
RegionStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
|
|
598
|
+
RegionStatus.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
|
599
|
+
RegionStatus.struct_class = Types::RegionStatus
|
|
600
|
+
|
|
601
|
+
RegionStatuses.member = Shapes::ShapeRef.new(shape: RegionStatus)
|
|
602
|
+
|
|
579
603
|
Regions.member = Shapes::ShapeRef.new(shape: Region)
|
|
580
604
|
|
|
581
605
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
@@ -612,6 +636,14 @@ module Aws::ObservabilityAdmin
|
|
|
612
636
|
StartTelemetryEnrichmentOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
|
|
613
637
|
StartTelemetryEnrichmentOutput.struct_class = Types::StartTelemetryEnrichmentOutput
|
|
614
638
|
|
|
639
|
+
StartTelemetryEvaluationForOrganizationInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
|
640
|
+
StartTelemetryEvaluationForOrganizationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
|
|
641
|
+
StartTelemetryEvaluationForOrganizationInput.struct_class = Types::StartTelemetryEvaluationForOrganizationInput
|
|
642
|
+
|
|
643
|
+
StartTelemetryEvaluationInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
|
644
|
+
StartTelemetryEvaluationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
|
|
645
|
+
StartTelemetryEvaluationInput.struct_class = Types::StartTelemetryEvaluationInput
|
|
646
|
+
|
|
615
647
|
StopTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
|
616
648
|
StopTelemetryEnrichmentOutput.struct_class = Types::StopTelemetryEnrichmentOutput
|
|
617
649
|
|
|
@@ -686,6 +718,8 @@ module Aws::ObservabilityAdmin
|
|
|
686
718
|
TelemetryRule.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: TelemetryDestinationConfiguration, location_name: "DestinationConfiguration"))
|
|
687
719
|
TelemetryRule.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
|
688
720
|
TelemetryRule.add_member(:selection_criteria, Shapes::ShapeRef.new(shape: String, location_name: "SelectionCriteria"))
|
|
721
|
+
TelemetryRule.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
|
722
|
+
TelemetryRule.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
|
|
689
723
|
TelemetryRule.struct_class = Types::TelemetryRule
|
|
690
724
|
|
|
691
725
|
TelemetryRuleSummaries.member = Shapes::ShapeRef.new(shape: TelemetryRuleSummary)
|
|
@@ -1180,7 +1214,7 @@ module Aws::ObservabilityAdmin
|
|
|
1180
1214
|
o.name = "StartTelemetryEvaluation"
|
|
1181
1215
|
o.http_method = "POST"
|
|
1182
1216
|
o.http_request_uri = "/StartTelemetryEvaluation"
|
|
1183
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
1217
|
+
o.input = Shapes::ShapeRef.new(shape: StartTelemetryEvaluationInput)
|
|
1184
1218
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1185
1219
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1186
1220
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -1192,7 +1226,7 @@ module Aws::ObservabilityAdmin
|
|
|
1192
1226
|
o.name = "StartTelemetryEvaluationForOrganization"
|
|
1193
1227
|
o.http_method = "POST"
|
|
1194
1228
|
o.http_request_uri = "/StartTelemetryEvaluationForOrganization"
|
|
1195
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
1229
|
+
o.input = Shapes::ShapeRef.new(shape: StartTelemetryEvaluationForOrganizationInput)
|
|
1196
1230
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1197
1231
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1198
1232
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -938,11 +938,29 @@ module Aws::ObservabilityAdmin
|
|
|
938
938
|
# `FAILED_STOP`.
|
|
939
939
|
# @return [String]
|
|
940
940
|
#
|
|
941
|
+
# @!attribute [rw] home_region
|
|
942
|
+
# The Amazon Web Services Region that is designated as the home region
|
|
943
|
+
# for multi-region telemetry evaluation for the organization. The home
|
|
944
|
+
# region is the single management point for all multi-region
|
|
945
|
+
# operations on this organization. This field is only present when
|
|
946
|
+
# multi-region telemetry evaluation is active.
|
|
947
|
+
# @return [String]
|
|
948
|
+
#
|
|
949
|
+
# @!attribute [rw] region_statuses
|
|
950
|
+
# A list of per-region telemetry evaluation statuses for the
|
|
951
|
+
# organization. Each entry indicates the evaluation status for a
|
|
952
|
+
# specific spoke region included in the multi-region configuration.
|
|
953
|
+
# This field is only present when multi-region telemetry evaluation is
|
|
954
|
+
# active.
|
|
955
|
+
# @return [Array<Types::RegionStatus>]
|
|
956
|
+
#
|
|
941
957
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusForOrganizationOutput AWS API Documentation
|
|
942
958
|
#
|
|
943
959
|
class GetTelemetryEvaluationStatusForOrganizationOutput < Struct.new(
|
|
944
960
|
:status,
|
|
945
|
-
:failure_reason
|
|
961
|
+
:failure_reason,
|
|
962
|
+
:home_region,
|
|
963
|
+
:region_statuses)
|
|
946
964
|
SENSITIVE = []
|
|
947
965
|
include Aws::Structure
|
|
948
966
|
end
|
|
@@ -956,11 +974,28 @@ module Aws::ObservabilityAdmin
|
|
|
956
974
|
# populated if `Status` is `FAILED_START` or `FAILED_STOP`.
|
|
957
975
|
# @return [String]
|
|
958
976
|
#
|
|
977
|
+
# @!attribute [rw] home_region
|
|
978
|
+
# The Amazon Web Services Region that is designated as the home region
|
|
979
|
+
# for multi-region telemetry evaluation. The home region is the single
|
|
980
|
+
# management point for all multi-region operations on this account.
|
|
981
|
+
# This field is only present when multi-region telemetry evaluation is
|
|
982
|
+
# active.
|
|
983
|
+
# @return [String]
|
|
984
|
+
#
|
|
985
|
+
# @!attribute [rw] region_statuses
|
|
986
|
+
# A list of per-region telemetry evaluation statuses. Each entry
|
|
987
|
+
# indicates the evaluation status for a specific spoke region included
|
|
988
|
+
# in the multi-region configuration. This field is only present when
|
|
989
|
+
# multi-region telemetry evaluation is active.
|
|
990
|
+
# @return [Array<Types::RegionStatus>]
|
|
991
|
+
#
|
|
959
992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusOutput AWS API Documentation
|
|
960
993
|
#
|
|
961
994
|
class GetTelemetryEvaluationStatusOutput < Struct.new(
|
|
962
995
|
:status,
|
|
963
|
-
:failure_reason
|
|
996
|
+
:failure_reason,
|
|
997
|
+
:home_region,
|
|
998
|
+
:region_statuses)
|
|
964
999
|
SENSITIVE = []
|
|
965
1000
|
include Aws::Structure
|
|
966
1001
|
end
|
|
@@ -1023,6 +1058,28 @@ module Aws::ObservabilityAdmin
|
|
|
1023
1058
|
# The configuration details of the organization telemetry rule.
|
|
1024
1059
|
# @return [Types::TelemetryRule]
|
|
1025
1060
|
#
|
|
1061
|
+
# @!attribute [rw] home_region
|
|
1062
|
+
# The Amazon Web Services Region where the organization telemetry rule
|
|
1063
|
+
# was originally created. For replicated rules in spoke regions, this
|
|
1064
|
+
# indicates the region that manages the rule. For rules created
|
|
1065
|
+
# without multi-region scope, this field is not present.
|
|
1066
|
+
# @return [String]
|
|
1067
|
+
#
|
|
1068
|
+
# @!attribute [rw] is_replicated
|
|
1069
|
+
# Indicates whether this organization telemetry rule is a replica that
|
|
1070
|
+
# was created in this region through multi-region fan-out from the
|
|
1071
|
+
# home region. Replicated rules cannot be directly updated or deleted
|
|
1072
|
+
# in the spoke region. To modify a replicated rule, make changes in
|
|
1073
|
+
# the home region.
|
|
1074
|
+
# @return [Boolean]
|
|
1075
|
+
#
|
|
1076
|
+
# @!attribute [rw] region_statuses
|
|
1077
|
+
# A list of per-region replication statuses for the organization
|
|
1078
|
+
# telemetry rule. Each entry indicates the replication status of the
|
|
1079
|
+
# rule in a specific spoke region. This field is only present for
|
|
1080
|
+
# rules created with multi-region scope.
|
|
1081
|
+
# @return [Array<Types::RegionStatus>]
|
|
1082
|
+
#
|
|
1026
1083
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleForOrganizationOutput AWS API Documentation
|
|
1027
1084
|
#
|
|
1028
1085
|
class GetTelemetryRuleForOrganizationOutput < Struct.new(
|
|
@@ -1030,7 +1087,10 @@ module Aws::ObservabilityAdmin
|
|
|
1030
1087
|
:rule_arn,
|
|
1031
1088
|
:created_time_stamp,
|
|
1032
1089
|
:last_update_time_stamp,
|
|
1033
|
-
:telemetry_rule
|
|
1090
|
+
:telemetry_rule,
|
|
1091
|
+
:home_region,
|
|
1092
|
+
:is_replicated,
|
|
1093
|
+
:region_statuses)
|
|
1034
1094
|
SENSITIVE = []
|
|
1035
1095
|
include Aws::Structure
|
|
1036
1096
|
end
|
|
@@ -1067,6 +1127,28 @@ module Aws::ObservabilityAdmin
|
|
|
1067
1127
|
# The configuration details of the telemetry rule.
|
|
1068
1128
|
# @return [Types::TelemetryRule]
|
|
1069
1129
|
#
|
|
1130
|
+
# @!attribute [rw] home_region
|
|
1131
|
+
# The Amazon Web Services Region where the telemetry rule was
|
|
1132
|
+
# originally created. For replicated rules in spoke regions, this
|
|
1133
|
+
# indicates the region that manages the rule. For rules created
|
|
1134
|
+
# without multi-region scope, this field is not present.
|
|
1135
|
+
# @return [String]
|
|
1136
|
+
#
|
|
1137
|
+
# @!attribute [rw] is_replicated
|
|
1138
|
+
# Indicates whether this telemetry rule is a replica that was created
|
|
1139
|
+
# in this region through multi-region fan-out from the home region.
|
|
1140
|
+
# Replicated rules cannot be directly updated or deleted in the spoke
|
|
1141
|
+
# region. To modify a replicated rule, make changes in the home
|
|
1142
|
+
# region.
|
|
1143
|
+
# @return [Boolean]
|
|
1144
|
+
#
|
|
1145
|
+
# @!attribute [rw] region_statuses
|
|
1146
|
+
# A list of per-region replication statuses for the telemetry rule.
|
|
1147
|
+
# Each entry indicates the replication status of the rule in a
|
|
1148
|
+
# specific spoke region. This field is only present for rules created
|
|
1149
|
+
# with multi-region scope.
|
|
1150
|
+
# @return [Array<Types::RegionStatus>]
|
|
1151
|
+
#
|
|
1070
1152
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleOutput AWS API Documentation
|
|
1071
1153
|
#
|
|
1072
1154
|
class GetTelemetryRuleOutput < Struct.new(
|
|
@@ -1074,7 +1156,10 @@ module Aws::ObservabilityAdmin
|
|
|
1074
1156
|
:rule_arn,
|
|
1075
1157
|
:created_time_stamp,
|
|
1076
1158
|
:last_update_time_stamp,
|
|
1077
|
-
:telemetry_rule
|
|
1159
|
+
:telemetry_rule,
|
|
1160
|
+
:home_region,
|
|
1161
|
+
:is_replicated,
|
|
1162
|
+
:region_statuses)
|
|
1078
1163
|
SENSITIVE = []
|
|
1079
1164
|
include Aws::Structure
|
|
1080
1165
|
end
|
|
@@ -1736,6 +1821,45 @@ module Aws::ObservabilityAdmin
|
|
|
1736
1821
|
include Aws::Structure
|
|
1737
1822
|
end
|
|
1738
1823
|
|
|
1824
|
+
# Represents the status of a multi-region operation in a specific Amazon
|
|
1825
|
+
# Web Services Region. This structure is used to report per-region
|
|
1826
|
+
# progress for both telemetry evaluation and telemetry rule replication.
|
|
1827
|
+
#
|
|
1828
|
+
# @!attribute [rw] region
|
|
1829
|
+
# The Amazon Web Services Region code (for example, `eu-west-1` or
|
|
1830
|
+
# `us-west-2`) that this status applies to.
|
|
1831
|
+
# @return [String]
|
|
1832
|
+
#
|
|
1833
|
+
# @!attribute [rw] status
|
|
1834
|
+
# The status of the operation in this region. For telemetry
|
|
1835
|
+
# evaluation, valid values include `STARTING`, `RUNNING`, and
|
|
1836
|
+
# `FAILED_START`. For telemetry rules, valid values include `PENDING`,
|
|
1837
|
+
# `ACTIVE`, and `FAILED`.
|
|
1838
|
+
# @return [String]
|
|
1839
|
+
#
|
|
1840
|
+
# @!attribute [rw] failure_reason
|
|
1841
|
+
# The reason for a failure status in this region. This field is only
|
|
1842
|
+
# populated when `Status` indicates a failure.
|
|
1843
|
+
# @return [String]
|
|
1844
|
+
#
|
|
1845
|
+
# @!attribute [rw] rule_arn
|
|
1846
|
+
# The Amazon Resource Name (ARN) of the telemetry rule in this spoke
|
|
1847
|
+
# region. This field is only present for telemetry rule region
|
|
1848
|
+
# statuses and is populated when the rule has been successfully
|
|
1849
|
+
# created in the spoke region (status is `ACTIVE`).
|
|
1850
|
+
# @return [String]
|
|
1851
|
+
#
|
|
1852
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/RegionStatus AWS API Documentation
|
|
1853
|
+
#
|
|
1854
|
+
class RegionStatus < Struct.new(
|
|
1855
|
+
:region,
|
|
1856
|
+
:status,
|
|
1857
|
+
:failure_reason,
|
|
1858
|
+
:rule_arn)
|
|
1859
|
+
SENSITIVE = []
|
|
1860
|
+
include Aws::Structure
|
|
1861
|
+
end
|
|
1862
|
+
|
|
1739
1863
|
# The specified resource (such as a telemetry rule) could not be found.
|
|
1740
1864
|
#
|
|
1741
1865
|
# @!attribute [rw] message
|
|
@@ -1884,6 +2008,64 @@ module Aws::ObservabilityAdmin
|
|
|
1884
2008
|
include Aws::Structure
|
|
1885
2009
|
end
|
|
1886
2010
|
|
|
2011
|
+
# @!attribute [rw] regions
|
|
2012
|
+
# An optional list of Amazon Web Services Regions to include in
|
|
2013
|
+
# multi-region telemetry evaluation for the organization. The current
|
|
2014
|
+
# region is always implicitly included and must not be specified in
|
|
2015
|
+
# this list. When provided, telemetry evaluation starts in the current
|
|
2016
|
+
# region and propagates to all specified regions for the organization.
|
|
2017
|
+
# Mutually exclusive with `AllRegions`. If neither `Regions` nor
|
|
2018
|
+
# `AllRegions` is provided, the operation applies only to the current
|
|
2019
|
+
# region.
|
|
2020
|
+
# @return [Array<String>]
|
|
2021
|
+
#
|
|
2022
|
+
# @!attribute [rw] all_regions
|
|
2023
|
+
# If set to `true`, telemetry evaluation for the organization starts
|
|
2024
|
+
# in all Amazon Web Services Regions where Amazon CloudWatch
|
|
2025
|
+
# Observability Admin is available in the current partition. The
|
|
2026
|
+
# current region becomes the home region for managing multi-region
|
|
2027
|
+
# evaluation for the organization. When new regions become available,
|
|
2028
|
+
# evaluation automatically expands to include them. Mutually exclusive
|
|
2029
|
+
# with `Regions`.
|
|
2030
|
+
# @return [Boolean]
|
|
2031
|
+
#
|
|
2032
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationForOrganizationInput AWS API Documentation
|
|
2033
|
+
#
|
|
2034
|
+
class StartTelemetryEvaluationForOrganizationInput < Struct.new(
|
|
2035
|
+
:regions,
|
|
2036
|
+
:all_regions)
|
|
2037
|
+
SENSITIVE = []
|
|
2038
|
+
include Aws::Structure
|
|
2039
|
+
end
|
|
2040
|
+
|
|
2041
|
+
# @!attribute [rw] regions
|
|
2042
|
+
# An optional list of Amazon Web Services Regions to include in
|
|
2043
|
+
# multi-region telemetry evaluation. The current region is always
|
|
2044
|
+
# implicitly included and must not be specified in this list. When
|
|
2045
|
+
# provided, telemetry evaluation starts in the current region and
|
|
2046
|
+
# propagates to all specified regions. Mutually exclusive with
|
|
2047
|
+
# `AllRegions`. If neither `Regions` nor `AllRegions` is provided, the
|
|
2048
|
+
# operation applies only to the current region.
|
|
2049
|
+
# @return [Array<String>]
|
|
2050
|
+
#
|
|
2051
|
+
# @!attribute [rw] all_regions
|
|
2052
|
+
# If set to `true`, telemetry evaluation starts in all Amazon Web
|
|
2053
|
+
# Services Regions where Amazon CloudWatch Observability Admin is
|
|
2054
|
+
# available in the current partition. The current region becomes the
|
|
2055
|
+
# home region for managing multi-region evaluation. When new regions
|
|
2056
|
+
# become available, evaluation automatically expands to include them.
|
|
2057
|
+
# Mutually exclusive with `Regions`.
|
|
2058
|
+
# @return [Boolean]
|
|
2059
|
+
#
|
|
2060
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationInput AWS API Documentation
|
|
2061
|
+
#
|
|
2062
|
+
class StartTelemetryEvaluationInput < Struct.new(
|
|
2063
|
+
:regions,
|
|
2064
|
+
:all_regions)
|
|
2065
|
+
SENSITIVE = []
|
|
2066
|
+
include Aws::Structure
|
|
2067
|
+
end
|
|
2068
|
+
|
|
1887
2069
|
# @!attribute [rw] status
|
|
1888
2070
|
# The status of the resource tags for telemetry feature after the stop
|
|
1889
2071
|
# operation (`Running`, `Stopped`, or `Impaired`).
|
|
@@ -2220,6 +2402,21 @@ module Aws::ObservabilityAdmin
|
|
|
2220
2402
|
# resource tags.
|
|
2221
2403
|
# @return [String]
|
|
2222
2404
|
#
|
|
2405
|
+
# @!attribute [rw] regions
|
|
2406
|
+
# An optional list of Amazon Web Services Regions where this telemetry
|
|
2407
|
+
# rule should be replicated. When specified, the rule is created in
|
|
2408
|
+
# the home region and automatically replicated to all listed regions.
|
|
2409
|
+
# Mutually exclusive with `AllRegions`.
|
|
2410
|
+
# @return [Array<String>]
|
|
2411
|
+
#
|
|
2412
|
+
# @!attribute [rw] all_regions
|
|
2413
|
+
# If set to `true`, the telemetry rule is replicated to all Amazon Web
|
|
2414
|
+
# Services Regions where Amazon CloudWatch Observability Admin is
|
|
2415
|
+
# available in the current partition. When new regions become
|
|
2416
|
+
# available, the rule automatically replicates to them. Mutually
|
|
2417
|
+
# exclusive with `Regions`.
|
|
2418
|
+
# @return [Boolean]
|
|
2419
|
+
#
|
|
2223
2420
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryRule AWS API Documentation
|
|
2224
2421
|
#
|
|
2225
2422
|
class TelemetryRule < Struct.new(
|
|
@@ -2228,7 +2425,9 @@ module Aws::ObservabilityAdmin
|
|
|
2228
2425
|
:telemetry_source_types,
|
|
2229
2426
|
:destination_configuration,
|
|
2230
2427
|
:scope,
|
|
2231
|
-
:selection_criteria
|
|
2428
|
+
:selection_criteria,
|
|
2429
|
+
:regions,
|
|
2430
|
+
:all_regions)
|
|
2232
2431
|
SENSITIVE = []
|
|
2233
2432
|
include Aws::Structure
|
|
2234
2433
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -226,7 +226,9 @@ module Aws
|
|
|
226
226
|
}?
|
|
227
227
|
}?,
|
|
228
228
|
scope: ::String?,
|
|
229
|
-
selection_criteria: ::String
|
|
229
|
+
selection_criteria: ::String?,
|
|
230
|
+
regions: Array[::String]?,
|
|
231
|
+
all_regions: bool?
|
|
230
232
|
},
|
|
231
233
|
?tags: Hash[::String, ::String]
|
|
232
234
|
) -> _CreateTelemetryRuleResponseSuccess
|
|
@@ -311,7 +313,9 @@ module Aws
|
|
|
311
313
|
}?
|
|
312
314
|
}?,
|
|
313
315
|
scope: ::String?,
|
|
314
|
-
selection_criteria: ::String
|
|
316
|
+
selection_criteria: ::String?,
|
|
317
|
+
regions: Array[::String]?,
|
|
318
|
+
all_regions: bool?
|
|
315
319
|
},
|
|
316
320
|
?tags: Hash[::String, ::String]
|
|
317
321
|
) -> _CreateTelemetryRuleForOrganizationResponseSuccess
|
|
@@ -396,6 +400,8 @@ module Aws
|
|
|
396
400
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetTelemetryEvaluationStatusOutput]
|
|
397
401
|
def status: () -> ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
|
|
398
402
|
def failure_reason: () -> ::String
|
|
403
|
+
def home_region: () -> ::String
|
|
404
|
+
def region_statuses: () -> ::Array[Types::RegionStatus]
|
|
399
405
|
end
|
|
400
406
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_evaluation_status-instance_method
|
|
401
407
|
def get_telemetry_evaluation_status: () -> _GetTelemetryEvaluationStatusResponseSuccess
|
|
@@ -405,6 +411,8 @@ module Aws
|
|
|
405
411
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetTelemetryEvaluationStatusForOrganizationOutput]
|
|
406
412
|
def status: () -> ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
|
|
407
413
|
def failure_reason: () -> ::String
|
|
414
|
+
def home_region: () -> ::String
|
|
415
|
+
def region_statuses: () -> ::Array[Types::RegionStatus]
|
|
408
416
|
end
|
|
409
417
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_evaluation_status_for_organization-instance_method
|
|
410
418
|
def get_telemetry_evaluation_status_for_organization: () -> _GetTelemetryEvaluationStatusForOrganizationResponseSuccess
|
|
@@ -427,6 +435,9 @@ module Aws
|
|
|
427
435
|
def created_time_stamp: () -> ::Integer
|
|
428
436
|
def last_update_time_stamp: () -> ::Integer
|
|
429
437
|
def telemetry_rule: () -> Types::TelemetryRule
|
|
438
|
+
def home_region: () -> ::String
|
|
439
|
+
def is_replicated: () -> bool
|
|
440
|
+
def region_statuses: () -> ::Array[Types::RegionStatus]
|
|
430
441
|
end
|
|
431
442
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_rule-instance_method
|
|
432
443
|
def get_telemetry_rule: (
|
|
@@ -441,6 +452,9 @@ module Aws
|
|
|
441
452
|
def created_time_stamp: () -> ::Integer
|
|
442
453
|
def last_update_time_stamp: () -> ::Integer
|
|
443
454
|
def telemetry_rule: () -> Types::TelemetryRule
|
|
455
|
+
def home_region: () -> ::String
|
|
456
|
+
def is_replicated: () -> bool
|
|
457
|
+
def region_statuses: () -> ::Array[Types::RegionStatus]
|
|
444
458
|
end
|
|
445
459
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_rule_for_organization-instance_method
|
|
446
460
|
def get_telemetry_rule_for_organization: (
|
|
@@ -567,11 +581,17 @@ module Aws
|
|
|
567
581
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTelemetryEnrichmentResponseSuccess
|
|
568
582
|
|
|
569
583
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#start_telemetry_evaluation-instance_method
|
|
570
|
-
def start_telemetry_evaluation: (
|
|
584
|
+
def start_telemetry_evaluation: (
|
|
585
|
+
?regions: Array[::String],
|
|
586
|
+
?all_regions: bool
|
|
587
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
571
588
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
572
589
|
|
|
573
590
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#start_telemetry_evaluation_for_organization-instance_method
|
|
574
|
-
def start_telemetry_evaluation_for_organization: (
|
|
591
|
+
def start_telemetry_evaluation_for_organization: (
|
|
592
|
+
?regions: Array[::String],
|
|
593
|
+
?all_regions: bool
|
|
594
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
575
595
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
576
596
|
|
|
577
597
|
interface _StopTelemetryEnrichmentResponseSuccess
|
|
@@ -752,7 +772,9 @@ module Aws
|
|
|
752
772
|
}?
|
|
753
773
|
}?,
|
|
754
774
|
scope: ::String?,
|
|
755
|
-
selection_criteria: ::String
|
|
775
|
+
selection_criteria: ::String?,
|
|
776
|
+
regions: Array[::String]?,
|
|
777
|
+
all_regions: bool?
|
|
756
778
|
}
|
|
757
779
|
) -> _UpdateTelemetryRuleResponseSuccess
|
|
758
780
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleResponseSuccess
|
|
@@ -836,7 +858,9 @@ module Aws
|
|
|
836
858
|
}?
|
|
837
859
|
}?,
|
|
838
860
|
scope: ::String?,
|
|
839
|
-
selection_criteria: ::String
|
|
861
|
+
selection_criteria: ::String?,
|
|
862
|
+
regions: Array[::String]?,
|
|
863
|
+
all_regions: bool?
|
|
840
864
|
}
|
|
841
865
|
) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
|
|
842
866
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -267,12 +267,16 @@ module Aws::ObservabilityAdmin
|
|
|
267
267
|
class GetTelemetryEvaluationStatusForOrganizationOutput
|
|
268
268
|
attr_accessor status: ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
|
|
269
269
|
attr_accessor failure_reason: ::String
|
|
270
|
+
attr_accessor home_region: ::String
|
|
271
|
+
attr_accessor region_statuses: ::Array[Types::RegionStatus]
|
|
270
272
|
SENSITIVE: []
|
|
271
273
|
end
|
|
272
274
|
|
|
273
275
|
class GetTelemetryEvaluationStatusOutput
|
|
274
276
|
attr_accessor status: ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
|
|
275
277
|
attr_accessor failure_reason: ::String
|
|
278
|
+
attr_accessor home_region: ::String
|
|
279
|
+
attr_accessor region_statuses: ::Array[Types::RegionStatus]
|
|
276
280
|
SENSITIVE: []
|
|
277
281
|
end
|
|
278
282
|
|
|
@@ -297,6 +301,9 @@ module Aws::ObservabilityAdmin
|
|
|
297
301
|
attr_accessor created_time_stamp: ::Integer
|
|
298
302
|
attr_accessor last_update_time_stamp: ::Integer
|
|
299
303
|
attr_accessor telemetry_rule: Types::TelemetryRule
|
|
304
|
+
attr_accessor home_region: ::String
|
|
305
|
+
attr_accessor is_replicated: bool
|
|
306
|
+
attr_accessor region_statuses: ::Array[Types::RegionStatus]
|
|
300
307
|
SENSITIVE: []
|
|
301
308
|
end
|
|
302
309
|
|
|
@@ -311,6 +318,9 @@ module Aws::ObservabilityAdmin
|
|
|
311
318
|
attr_accessor created_time_stamp: ::Integer
|
|
312
319
|
attr_accessor last_update_time_stamp: ::Integer
|
|
313
320
|
attr_accessor telemetry_rule: Types::TelemetryRule
|
|
321
|
+
attr_accessor home_region: ::String
|
|
322
|
+
attr_accessor is_replicated: bool
|
|
323
|
+
attr_accessor region_statuses: ::Array[Types::RegionStatus]
|
|
314
324
|
SENSITIVE: []
|
|
315
325
|
end
|
|
316
326
|
|
|
@@ -492,6 +502,14 @@ module Aws::ObservabilityAdmin
|
|
|
492
502
|
SENSITIVE: []
|
|
493
503
|
end
|
|
494
504
|
|
|
505
|
+
class RegionStatus
|
|
506
|
+
attr_accessor region: ::String
|
|
507
|
+
attr_accessor status: ::String
|
|
508
|
+
attr_accessor failure_reason: ::String
|
|
509
|
+
attr_accessor rule_arn: ::String
|
|
510
|
+
SENSITIVE: []
|
|
511
|
+
end
|
|
512
|
+
|
|
495
513
|
class ResourceNotFoundException
|
|
496
514
|
attr_accessor message: ::String
|
|
497
515
|
attr_accessor resource_id: ::String
|
|
@@ -532,6 +550,18 @@ module Aws::ObservabilityAdmin
|
|
|
532
550
|
SENSITIVE: []
|
|
533
551
|
end
|
|
534
552
|
|
|
553
|
+
class StartTelemetryEvaluationForOrganizationInput
|
|
554
|
+
attr_accessor regions: ::Array[::String]
|
|
555
|
+
attr_accessor all_regions: bool
|
|
556
|
+
SENSITIVE: []
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class StartTelemetryEvaluationInput
|
|
560
|
+
attr_accessor regions: ::Array[::String]
|
|
561
|
+
attr_accessor all_regions: bool
|
|
562
|
+
SENSITIVE: []
|
|
563
|
+
end
|
|
564
|
+
|
|
535
565
|
class StopTelemetryEnrichmentOutput
|
|
536
566
|
attr_accessor status: ("Running" | "Stopped" | "Impaired")
|
|
537
567
|
SENSITIVE: []
|
|
@@ -606,6 +636,8 @@ module Aws::ObservabilityAdmin
|
|
|
606
636
|
attr_accessor destination_configuration: Types::TelemetryDestinationConfiguration
|
|
607
637
|
attr_accessor scope: ::String
|
|
608
638
|
attr_accessor selection_criteria: ::String
|
|
639
|
+
attr_accessor regions: ::Array[::String]
|
|
640
|
+
attr_accessor all_regions: bool
|
|
609
641
|
SENSITIVE: []
|
|
610
642
|
end
|
|
611
643
|
|