aws-sdk-observabilityadmin 1.35.0 → 1.36.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 +10 -1
- data/lib/aws-sdk-observabilityadmin/client_api.rb +4 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +45 -13
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/params.rbs +4 -2
- data/sig/types.rbs +2 -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: 9cce1b87ef7ac5f8861b824abf5ee58bf9be6c908ac6c7e2c4391100f578738c
|
|
4
|
+
data.tar.gz: 33c21a594e424bc5c6959bc3e6e590bb882c7180d208ed13e4e0f03f6d05811b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9fd20c427bccf47e09b9109abcd7dffd7b08fb1bc836f168f65fb84aa4d3d53fe6bbffc83cfd8002c65d73276428a9ca100102ea037cdbb57e31fe4689da963
|
|
7
|
+
data.tar.gz: 2a658ae7cb8972e9b88dd9732e8ee23f27257fc3cb1d66f5d4630d0a8e86660895f893ac4425df2e64a908dc7431f24c2e2965382101085b1e477a425f357575
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -521,6 +521,7 @@ module Aws::ObservabilityAdmin
|
|
|
521
521
|
# encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
|
|
522
522
|
# kms_key_arn: "ResourceArn",
|
|
523
523
|
# encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
|
|
524
|
+
# encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
|
|
524
525
|
# },
|
|
525
526
|
# backup_configuration: {
|
|
526
527
|
# region: "Region", # required
|
|
@@ -753,6 +754,7 @@ module Aws::ObservabilityAdmin
|
|
|
753
754
|
# msk_monitoring_parameters: {
|
|
754
755
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
755
756
|
# },
|
|
757
|
+
# kms_key_arn: "KmsKeyArn",
|
|
756
758
|
# },
|
|
757
759
|
# scope: "String",
|
|
758
760
|
# selection_criteria: "String",
|
|
@@ -876,6 +878,7 @@ module Aws::ObservabilityAdmin
|
|
|
876
878
|
# msk_monitoring_parameters: {
|
|
877
879
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
878
880
|
# },
|
|
881
|
+
# kms_key_arn: "KmsKeyArn",
|
|
879
882
|
# },
|
|
880
883
|
# scope: "String",
|
|
881
884
|
# selection_criteria: "String",
|
|
@@ -1071,6 +1074,7 @@ module Aws::ObservabilityAdmin
|
|
|
1071
1074
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_strategy #=> String, one of "CUSTOMER_MANAGED", "AWS_OWNED"
|
|
1072
1075
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.kms_key_arn #=> String
|
|
1073
1076
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_conflict_resolution_strategy #=> String, one of "ALLOW", "SKIP"
|
|
1077
|
+
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_scope #=> String, one of "ENCRYPTED_SOURCE_ONLY", "NEW_DESTINATION_LOG_GROUPS"
|
|
1074
1078
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.region #=> String
|
|
1075
1079
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.kms_key_arn #=> String
|
|
1076
1080
|
# resp.centralization_rule.destination.destination_logs_configuration.log_group_name_configuration.log_group_name_pattern #=> String
|
|
@@ -1321,6 +1325,7 @@ module Aws::ObservabilityAdmin
|
|
|
1321
1325
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1322
1326
|
# 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
|
|
1323
1327
|
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1328
|
+
# resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
|
|
1324
1329
|
# resp.telemetry_rule.scope #=> String
|
|
1325
1330
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1326
1331
|
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
@@ -1419,6 +1424,7 @@ module Aws::ObservabilityAdmin
|
|
|
1419
1424
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1420
1425
|
# 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
|
|
1421
1426
|
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1427
|
+
# resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
|
|
1422
1428
|
# resp.telemetry_rule.scope #=> String
|
|
1423
1429
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1424
1430
|
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
@@ -2213,6 +2219,7 @@ module Aws::ObservabilityAdmin
|
|
|
2213
2219
|
# encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
|
|
2214
2220
|
# kms_key_arn: "ResourceArn",
|
|
2215
2221
|
# encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
|
|
2222
|
+
# encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
|
|
2216
2223
|
# },
|
|
2217
2224
|
# backup_configuration: {
|
|
2218
2225
|
# region: "Region", # required
|
|
@@ -2434,6 +2441,7 @@ module Aws::ObservabilityAdmin
|
|
|
2434
2441
|
# msk_monitoring_parameters: {
|
|
2435
2442
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2436
2443
|
# },
|
|
2444
|
+
# kms_key_arn: "KmsKeyArn",
|
|
2437
2445
|
# },
|
|
2438
2446
|
# scope: "String",
|
|
2439
2447
|
# selection_criteria: "String",
|
|
@@ -2551,6 +2559,7 @@ module Aws::ObservabilityAdmin
|
|
|
2551
2559
|
# msk_monitoring_parameters: {
|
|
2552
2560
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2553
2561
|
# },
|
|
2562
|
+
# kms_key_arn: "KmsKeyArn",
|
|
2554
2563
|
# },
|
|
2555
2564
|
# scope: "String",
|
|
2556
2565
|
# selection_criteria: "String",
|
|
@@ -2627,7 +2636,7 @@ module Aws::ObservabilityAdmin
|
|
|
2627
2636
|
tracer: tracer
|
|
2628
2637
|
)
|
|
2629
2638
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2630
|
-
context[:gem_version] = '1.
|
|
2639
|
+
context[:gem_version] = '1.36.0'
|
|
2631
2640
|
Seahorse::Client::Request.new(handlers, context)
|
|
2632
2641
|
end
|
|
2633
2642
|
|
|
@@ -62,6 +62,7 @@ module Aws::ObservabilityAdmin
|
|
|
62
62
|
EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
|
|
63
63
|
Encryption = Shapes::StructureShape.new(name: 'Encryption')
|
|
64
64
|
EncryptionConflictResolutionStrategy = Shapes::StringShape.new(name: 'EncryptionConflictResolutionStrategy')
|
|
65
|
+
EncryptionScope = Shapes::StringShape.new(name: 'EncryptionScope')
|
|
65
66
|
EncryptionStrategy = Shapes::StringShape.new(name: 'EncryptionStrategy')
|
|
66
67
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
|
67
68
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
|
@@ -91,6 +92,7 @@ module Aws::ObservabilityAdmin
|
|
|
91
92
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
92
93
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
|
93
94
|
IsReplicated = Shapes::BooleanShape.new(name: 'IsReplicated')
|
|
95
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
94
96
|
LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
|
|
95
97
|
LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
|
|
96
98
|
ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
|
|
@@ -581,6 +583,7 @@ module Aws::ObservabilityAdmin
|
|
|
581
583
|
LogsEncryptionConfiguration.add_member(:encryption_strategy, Shapes::ShapeRef.new(shape: EncryptionStrategy, required: true, location_name: "EncryptionStrategy"))
|
|
582
584
|
LogsEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
|
583
585
|
LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
|
|
586
|
+
LogsEncryptionConfiguration.add_member(:encryption_scope, Shapes::ShapeRef.new(shape: EncryptionScope, location_name: "EncryptionScope"))
|
|
584
587
|
LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
|
|
585
588
|
|
|
586
589
|
MetricsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
|
|
@@ -705,6 +708,7 @@ module Aws::ObservabilityAdmin
|
|
|
705
708
|
TelemetryDestinationConfiguration.add_member(:waf_logging_parameters, Shapes::ShapeRef.new(shape: WAFLoggingParameters, location_name: "WAFLoggingParameters"))
|
|
706
709
|
TelemetryDestinationConfiguration.add_member(:log_delivery_parameters, Shapes::ShapeRef.new(shape: LogDeliveryParameters, location_name: "LogDeliveryParameters"))
|
|
707
710
|
TelemetryDestinationConfiguration.add_member(:msk_monitoring_parameters, Shapes::ShapeRef.new(shape: MskMonitoringParameters, location_name: "MskMonitoringParameters"))
|
|
711
|
+
TelemetryDestinationConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
|
708
712
|
TelemetryDestinationConfiguration.struct_class = Types::TelemetryDestinationConfiguration
|
|
709
713
|
|
|
710
714
|
TelemetryPipeline.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
@@ -1651,11 +1651,13 @@ module Aws::ObservabilityAdmin
|
|
|
1651
1651
|
include Aws::Structure
|
|
1652
1652
|
end
|
|
1653
1653
|
|
|
1654
|
-
#
|
|
1655
|
-
#
|
|
1654
|
+
# The configuration parameters for log delivery, including `logType`
|
|
1655
|
+
# settings. Applies to resource types that support configurable log
|
|
1656
|
+
# delivery, such as Amazon Bedrock Knowledge Bases and Elastic Load
|
|
1657
|
+
# Balancing Application Load Balancers.
|
|
1656
1658
|
#
|
|
1657
1659
|
# @!attribute [rw] log_types
|
|
1658
|
-
# The
|
|
1660
|
+
# The types of logs to collect from the resource.
|
|
1659
1661
|
# @return [Array<String>]
|
|
1660
1662
|
#
|
|
1661
1663
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogDeliveryParameters AWS API Documentation
|
|
@@ -1754,10 +1756,11 @@ module Aws::ObservabilityAdmin
|
|
|
1754
1756
|
include Aws::Structure
|
|
1755
1757
|
end
|
|
1756
1758
|
|
|
1757
|
-
# Configuration for encrypting centralized log groups.
|
|
1758
|
-
# configuration
|
|
1759
|
-
# corresponding source log groups are encrypted using
|
|
1760
|
-
# KMS
|
|
1759
|
+
# Configuration for encrypting centralized destination log groups. By
|
|
1760
|
+
# default, this configuration applies only to destination log groups
|
|
1761
|
+
# whose corresponding source log groups are encrypted using customer
|
|
1762
|
+
# managed KMS keys. To encrypt all destination log groups created by the
|
|
1763
|
+
# rule, set `EncryptionScope` to `NEW_DESTINATION_LOG_GROUPS`.
|
|
1761
1764
|
#
|
|
1762
1765
|
# @!attribute [rw] encryption_strategy
|
|
1763
1766
|
# Configuration that determines the encryption strategy of the
|
|
@@ -1779,12 +1782,32 @@ module Aws::ObservabilityAdmin
|
|
|
1779
1782
|
# log group.
|
|
1780
1783
|
# @return [String]
|
|
1781
1784
|
#
|
|
1785
|
+
# @!attribute [rw] encryption_scope
|
|
1786
|
+
# Determines which newly created destination log groups are encrypted
|
|
1787
|
+
# with the configured `KmsKeyArn` when `EncryptionStrategy` is
|
|
1788
|
+
# `CUSTOMER_MANAGED`.
|
|
1789
|
+
#
|
|
1790
|
+
# If you set this to `ENCRYPTED_SOURCE_ONLY` (the default), only
|
|
1791
|
+
# destination log groups whose source log group is encrypted with a
|
|
1792
|
+
# customer managed KMS key use the configured `KmsKeyArn`. Destination
|
|
1793
|
+
# log groups derived from Amazon Web Services owned encrypted source
|
|
1794
|
+
# log groups remain Amazon Web Services owned encrypted.
|
|
1795
|
+
#
|
|
1796
|
+
# If you set this to `NEW_DESTINATION_LOG_GROUPS`, every new
|
|
1797
|
+
# destination log group created by this rule uses the configured
|
|
1798
|
+
# `KmsKeyArn`, regardless of the source log group's encryption
|
|
1799
|
+
# posture.
|
|
1800
|
+
#
|
|
1801
|
+
# This field is not valid when `EncryptionStrategy` is `AWS_OWNED`.
|
|
1802
|
+
# @return [String]
|
|
1803
|
+
#
|
|
1782
1804
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogsEncryptionConfiguration AWS API Documentation
|
|
1783
1805
|
#
|
|
1784
1806
|
class LogsEncryptionConfiguration < Struct.new(
|
|
1785
1807
|
:encryption_strategy,
|
|
1786
1808
|
:kms_key_arn,
|
|
1787
|
-
:encryption_conflict_resolution_strategy
|
|
1809
|
+
:encryption_conflict_resolution_strategy,
|
|
1810
|
+
:encryption_scope)
|
|
1788
1811
|
SENSITIVE = []
|
|
1789
1812
|
include Aws::Structure
|
|
1790
1813
|
end
|
|
@@ -2263,8 +2286,9 @@ module Aws::ObservabilityAdmin
|
|
|
2263
2286
|
# @return [Types::WAFLoggingParameters]
|
|
2264
2287
|
#
|
|
2265
2288
|
# @!attribute [rw] log_delivery_parameters
|
|
2266
|
-
#
|
|
2267
|
-
#
|
|
2289
|
+
# The configuration parameters for log delivery when the resource type
|
|
2290
|
+
# supports configurable log types, such as Amazon Bedrock Knowledge
|
|
2291
|
+
# Bases or Elastic Load Balancing Application Load Balancers.
|
|
2268
2292
|
# @return [Types::LogDeliveryParameters]
|
|
2269
2293
|
#
|
|
2270
2294
|
# @!attribute [rw] msk_monitoring_parameters
|
|
@@ -2272,6 +2296,12 @@ module Aws::ObservabilityAdmin
|
|
|
2272
2296
|
# resource type.
|
|
2273
2297
|
# @return [Types::MskMonitoringParameters]
|
|
2274
2298
|
#
|
|
2299
|
+
# @!attribute [rw] kms_key_arn
|
|
2300
|
+
# The Amazon Resource Name (ARN) of the customer-managed Amazon Web
|
|
2301
|
+
# Services KMS key used to encrypt the log groups created during
|
|
2302
|
+
# telemetry rule remediation.
|
|
2303
|
+
# @return [String]
|
|
2304
|
+
#
|
|
2275
2305
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryDestinationConfiguration AWS API Documentation
|
|
2276
2306
|
#
|
|
2277
2307
|
class TelemetryDestinationConfiguration < Struct.new(
|
|
@@ -2283,7 +2313,8 @@ module Aws::ObservabilityAdmin
|
|
|
2283
2313
|
:elb_load_balancer_logging_parameters,
|
|
2284
2314
|
:waf_logging_parameters,
|
|
2285
2315
|
:log_delivery_parameters,
|
|
2286
|
-
:msk_monitoring_parameters
|
|
2316
|
+
:msk_monitoring_parameters,
|
|
2317
|
+
:kms_key_arn)
|
|
2287
2318
|
SENSITIVE = []
|
|
2288
2319
|
include Aws::Structure
|
|
2289
2320
|
end
|
|
@@ -2453,8 +2484,9 @@ module Aws::ObservabilityAdmin
|
|
|
2453
2484
|
#
|
|
2454
2485
|
# @!attribute [rw] resource_type
|
|
2455
2486
|
# The type of Amazon Web Services resource to configure telemetry for
|
|
2456
|
-
# (
|
|
2457
|
-
#
|
|
2487
|
+
# (for example, `AWS::EC2::VPC`, `AWS::EKS::Cluster`,
|
|
2488
|
+
# `AWS::ElasticLoadBalancingV2::LoadBalancer`, or
|
|
2489
|
+
# `AWS::Bedrock::KnowledgeBase`).
|
|
2458
2490
|
# @return [String]
|
|
2459
2491
|
#
|
|
2460
2492
|
# @!attribute [rw] telemetry_type
|
data/sig/params.rbs
CHANGED
|
@@ -25,7 +25,8 @@ module Aws
|
|
|
25
25
|
logs_encryption_configuration: {
|
|
26
26
|
encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
|
|
27
27
|
kms_key_arn: ::String?,
|
|
28
|
-
encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")
|
|
28
|
+
encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?,
|
|
29
|
+
encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")?
|
|
29
30
|
}?,
|
|
30
31
|
backup_configuration: {
|
|
31
32
|
region: ::String,
|
|
@@ -93,7 +94,8 @@ module Aws
|
|
|
93
94
|
}?,
|
|
94
95
|
msk_monitoring_parameters: {
|
|
95
96
|
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
96
|
-
}
|
|
97
|
+
}?,
|
|
98
|
+
kms_key_arn: ::String?
|
|
97
99
|
}
|
|
98
100
|
|
|
99
101
|
type telemetry_rule = {
|
data/sig/types.rbs
CHANGED
|
@@ -489,6 +489,7 @@ module Aws::ObservabilityAdmin
|
|
|
489
489
|
attr_accessor encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED")
|
|
490
490
|
attr_accessor kms_key_arn: ::String
|
|
491
491
|
attr_accessor encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")
|
|
492
|
+
attr_accessor encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")
|
|
492
493
|
SENSITIVE: []
|
|
493
494
|
end
|
|
494
495
|
|
|
@@ -616,6 +617,7 @@ module Aws::ObservabilityAdmin
|
|
|
616
617
|
attr_accessor waf_logging_parameters: Types::WAFLoggingParameters
|
|
617
618
|
attr_accessor log_delivery_parameters: Types::LogDeliveryParameters
|
|
618
619
|
attr_accessor msk_monitoring_parameters: Types::MskMonitoringParameters
|
|
620
|
+
attr_accessor kms_key_arn: ::String
|
|
619
621
|
SENSITIVE: []
|
|
620
622
|
end
|
|
621
623
|
|