aws-sdk-cloudwatchrum 1.38.0 → 1.39.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-cloudwatchrum/client.rb +39 -3
- data/lib/aws-sdk-cloudwatchrum/client_api.rb +21 -1
- data/lib/aws-sdk-cloudwatchrum/types.rb +77 -0
- data/lib/aws-sdk-cloudwatchrum.rb +1 -1
- data/sig/client.rbs +15 -1
- data/sig/types.rbs +17 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26114cec684f8c532e059f4abe33cbdcd5dc8d022805e66f8299017fd0fcabf5
|
4
|
+
data.tar.gz: 3a23b1fd8ffcc78193f0a3e6e4504b0110671861b9f03a35d4523bc11fb6443f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3730e57385a854b31b97ef8ced45a6390b1fe93225f17fa438a88648b175e7b8804e067668babc26afa9dd7542eed1fa42e30154ffdde5175b7a4fa88cf51add
|
7
|
+
data.tar.gz: 276a8b3e92d8126ff287e8911f4c3f5327a6448764423449c7d034433d6a14bbefb73c1a51ac9d68809e3b5121b1a47b981551815f90e408701a98e533cee7bd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -798,10 +798,19 @@ module Aws::CloudWatchRUM
|
|
798
798
|
#
|
799
799
|
# If you omit this parameter, the default is `false`.
|
800
800
|
#
|
801
|
-
# @option params [
|
801
|
+
# @option params [Types::DeobfuscationConfiguration] :deobfuscation_configuration
|
802
|
+
# A structure that contains the configuration for how an app monitor can
|
803
|
+
# deobfuscate stack traces.
|
804
|
+
#
|
805
|
+
# @option params [String] :domain
|
802
806
|
# The top-level internet domain name for which your application has
|
803
807
|
# administrative authority.
|
804
808
|
#
|
809
|
+
# @option params [Array<String>] :domain_list
|
810
|
+
# List the domain names for which your application has administrative
|
811
|
+
# authority. The `CreateAppMonitor` requires either the domain or the
|
812
|
+
# domain list.
|
813
|
+
#
|
805
814
|
# @option params [required, String] :name
|
806
815
|
# A name for the app monitor.
|
807
816
|
#
|
@@ -845,7 +854,14 @@ module Aws::CloudWatchRUM
|
|
845
854
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
846
855
|
# },
|
847
856
|
# cw_log_enabled: false,
|
848
|
-
#
|
857
|
+
# deobfuscation_configuration: {
|
858
|
+
# java_script_source_maps: {
|
859
|
+
# s3_uri: "DeobfuscationS3Uri",
|
860
|
+
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
861
|
+
# },
|
862
|
+
# },
|
863
|
+
# domain: "AppMonitorDomain",
|
864
|
+
# domain_list: ["AppMonitorDomain"],
|
849
865
|
# name: "AppMonitorName", # required
|
850
866
|
# tags: {
|
851
867
|
# "TagKey" => "TagValue",
|
@@ -996,7 +1012,11 @@ module Aws::CloudWatchRUM
|
|
996
1012
|
# resp.app_monitor.custom_events.status #=> String, one of "ENABLED", "DISABLED"
|
997
1013
|
# resp.app_monitor.data_storage.cw_log.cw_log_enabled #=> Boolean
|
998
1014
|
# resp.app_monitor.data_storage.cw_log.cw_log_group #=> String
|
1015
|
+
# resp.app_monitor.deobfuscation_configuration.java_script_source_maps.s3_uri #=> String
|
1016
|
+
# resp.app_monitor.deobfuscation_configuration.java_script_source_maps.status #=> String, one of "ENABLED", "DISABLED"
|
999
1017
|
# resp.app_monitor.domain #=> String
|
1018
|
+
# resp.app_monitor.domain_list #=> Array
|
1019
|
+
# resp.app_monitor.domain_list[0] #=> String
|
1000
1020
|
# resp.app_monitor.id #=> String
|
1001
1021
|
# resp.app_monitor.last_modified #=> String
|
1002
1022
|
# resp.app_monitor.name #=> String
|
@@ -1570,10 +1590,19 @@ module Aws::CloudWatchRUM
|
|
1570
1590
|
# keep the telemetry data for more than 30 days, but it does incur
|
1571
1591
|
# Amazon CloudWatch Logs charges.
|
1572
1592
|
#
|
1593
|
+
# @option params [Types::DeobfuscationConfiguration] :deobfuscation_configuration
|
1594
|
+
# A structure that contains the configuration for how an app monitor can
|
1595
|
+
# deobfuscate stack traces.
|
1596
|
+
#
|
1573
1597
|
# @option params [String] :domain
|
1574
1598
|
# The top-level internet domain name for which your application has
|
1575
1599
|
# administrative authority.
|
1576
1600
|
#
|
1601
|
+
# @option params [Array<String>] :domain_list
|
1602
|
+
# List the domain names for which your application has administrative
|
1603
|
+
# authority. The `UpdateAppMonitor` allows either the domain or the
|
1604
|
+
# domain list.
|
1605
|
+
#
|
1577
1606
|
# @option params [required, String] :name
|
1578
1607
|
# The name of the app monitor to update.
|
1579
1608
|
#
|
@@ -1597,7 +1626,14 @@ module Aws::CloudWatchRUM
|
|
1597
1626
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
1598
1627
|
# },
|
1599
1628
|
# cw_log_enabled: false,
|
1629
|
+
# deobfuscation_configuration: {
|
1630
|
+
# java_script_source_maps: {
|
1631
|
+
# s3_uri: "DeobfuscationS3Uri",
|
1632
|
+
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
1633
|
+
# },
|
1634
|
+
# },
|
1600
1635
|
# domain: "AppMonitorDomain",
|
1636
|
+
# domain_list: ["AppMonitorDomain"],
|
1601
1637
|
# name: "AppMonitorName", # required
|
1602
1638
|
# })
|
1603
1639
|
#
|
@@ -1696,7 +1732,7 @@ module Aws::CloudWatchRUM
|
|
1696
1732
|
tracer: tracer
|
1697
1733
|
)
|
1698
1734
|
context[:gem_name] = 'aws-sdk-cloudwatchrum'
|
1699
|
-
context[:gem_version] = '1.
|
1735
|
+
context[:gem_version] = '1.39.0'
|
1700
1736
|
Seahorse::Client::Request.new(handlers, context)
|
1701
1737
|
end
|
1702
1738
|
|
@@ -20,6 +20,7 @@ module Aws::CloudWatchRUM
|
|
20
20
|
AppMonitorConfiguration = Shapes::StructureShape.new(name: 'AppMonitorConfiguration')
|
21
21
|
AppMonitorDetails = Shapes::StructureShape.new(name: 'AppMonitorDetails')
|
22
22
|
AppMonitorDomain = Shapes::StringShape.new(name: 'AppMonitorDomain')
|
23
|
+
AppMonitorDomainList = Shapes::ListShape.new(name: 'AppMonitorDomainList')
|
23
24
|
AppMonitorId = Shapes::StringShape.new(name: 'AppMonitorId')
|
24
25
|
AppMonitorName = Shapes::StringShape.new(name: 'AppMonitorName')
|
25
26
|
AppMonitorSummary = Shapes::StructureShape.new(name: 'AppMonitorSummary')
|
@@ -49,6 +50,9 @@ module Aws::CloudWatchRUM
|
|
49
50
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
50
51
|
DeleteRumMetricsDestinationRequest = Shapes::StructureShape.new(name: 'DeleteRumMetricsDestinationRequest')
|
51
52
|
DeleteRumMetricsDestinationResponse = Shapes::StructureShape.new(name: 'DeleteRumMetricsDestinationResponse')
|
53
|
+
DeobfuscationConfiguration = Shapes::StructureShape.new(name: 'DeobfuscationConfiguration')
|
54
|
+
DeobfuscationS3Uri = Shapes::StringShape.new(name: 'DeobfuscationS3Uri')
|
55
|
+
DeobfuscationStatus = Shapes::StringShape.new(name: 'DeobfuscationStatus')
|
52
56
|
DestinationArn = Shapes::StringShape.new(name: 'DestinationArn')
|
53
57
|
DimensionKey = Shapes::StringShape.new(name: 'DimensionKey')
|
54
58
|
DimensionKeysMap = Shapes::MapShape.new(name: 'DimensionKeysMap')
|
@@ -69,6 +73,7 @@ module Aws::CloudWatchRUM
|
|
69
73
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
70
74
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
71
75
|
InvalidPolicyRevisionIdException = Shapes::StructureShape.new(name: 'InvalidPolicyRevisionIdException')
|
76
|
+
JavaScriptSourceMaps = Shapes::StructureShape.new(name: 'JavaScriptSourceMaps')
|
72
77
|
JsonValue = Shapes::StringShape.new(name: 'JsonValue')
|
73
78
|
ListAppMonitorsRequest = Shapes::StructureShape.new(name: 'ListAppMonitorsRequest')
|
74
79
|
ListAppMonitorsResponse = Shapes::StructureShape.new(name: 'ListAppMonitorsResponse')
|
@@ -149,7 +154,9 @@ module Aws::CloudWatchRUM
|
|
149
154
|
AppMonitor.add_member(:created, Shapes::ShapeRef.new(shape: ISOTimestampString, location_name: "Created"))
|
150
155
|
AppMonitor.add_member(:custom_events, Shapes::ShapeRef.new(shape: CustomEvents, location_name: "CustomEvents"))
|
151
156
|
AppMonitor.add_member(:data_storage, Shapes::ShapeRef.new(shape: DataStorage, location_name: "DataStorage"))
|
157
|
+
AppMonitor.add_member(:deobfuscation_configuration, Shapes::ShapeRef.new(shape: DeobfuscationConfiguration, location_name: "DeobfuscationConfiguration"))
|
152
158
|
AppMonitor.add_member(:domain, Shapes::ShapeRef.new(shape: AppMonitorDomain, location_name: "Domain"))
|
159
|
+
AppMonitor.add_member(:domain_list, Shapes::ShapeRef.new(shape: AppMonitorDomainList, location_name: "DomainList"))
|
153
160
|
AppMonitor.add_member(:id, Shapes::ShapeRef.new(shape: AppMonitorId, location_name: "Id"))
|
154
161
|
AppMonitor.add_member(:last_modified, Shapes::ShapeRef.new(shape: ISOTimestampString, location_name: "LastModified"))
|
155
162
|
AppMonitor.add_member(:name, Shapes::ShapeRef.new(shape: AppMonitorName, location_name: "Name"))
|
@@ -173,6 +180,8 @@ module Aws::CloudWatchRUM
|
|
173
180
|
AppMonitorDetails.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
174
181
|
AppMonitorDetails.struct_class = Types::AppMonitorDetails
|
175
182
|
|
183
|
+
AppMonitorDomainList.member = Shapes::ShapeRef.new(shape: AppMonitorDomain)
|
184
|
+
|
176
185
|
AppMonitorSummary.add_member(:created, Shapes::ShapeRef.new(shape: ISOTimestampString, location_name: "Created"))
|
177
186
|
AppMonitorSummary.add_member(:id, Shapes::ShapeRef.new(shape: AppMonitorId, location_name: "Id"))
|
178
187
|
AppMonitorSummary.add_member(:last_modified, Shapes::ShapeRef.new(shape: ISOTimestampString, location_name: "LastModified"))
|
@@ -235,7 +244,9 @@ module Aws::CloudWatchRUM
|
|
235
244
|
CreateAppMonitorRequest.add_member(:app_monitor_configuration, Shapes::ShapeRef.new(shape: AppMonitorConfiguration, location_name: "AppMonitorConfiguration"))
|
236
245
|
CreateAppMonitorRequest.add_member(:custom_events, Shapes::ShapeRef.new(shape: CustomEvents, location_name: "CustomEvents"))
|
237
246
|
CreateAppMonitorRequest.add_member(:cw_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "CwLogEnabled"))
|
238
|
-
CreateAppMonitorRequest.add_member(:
|
247
|
+
CreateAppMonitorRequest.add_member(:deobfuscation_configuration, Shapes::ShapeRef.new(shape: DeobfuscationConfiguration, location_name: "DeobfuscationConfiguration"))
|
248
|
+
CreateAppMonitorRequest.add_member(:domain, Shapes::ShapeRef.new(shape: AppMonitorDomain, location_name: "Domain"))
|
249
|
+
CreateAppMonitorRequest.add_member(:domain_list, Shapes::ShapeRef.new(shape: AppMonitorDomainList, location_name: "DomainList"))
|
239
250
|
CreateAppMonitorRequest.add_member(:name, Shapes::ShapeRef.new(shape: AppMonitorName, required: true, location_name: "Name"))
|
240
251
|
CreateAppMonitorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
241
252
|
CreateAppMonitorRequest.struct_class = Types::CreateAppMonitorRequest
|
@@ -272,6 +283,9 @@ module Aws::CloudWatchRUM
|
|
272
283
|
|
273
284
|
DeleteRumMetricsDestinationResponse.struct_class = Types::DeleteRumMetricsDestinationResponse
|
274
285
|
|
286
|
+
DeobfuscationConfiguration.add_member(:java_script_source_maps, Shapes::ShapeRef.new(shape: JavaScriptSourceMaps, location_name: "JavaScriptSourceMaps"))
|
287
|
+
DeobfuscationConfiguration.struct_class = Types::DeobfuscationConfiguration
|
288
|
+
|
275
289
|
DimensionKeysMap.key = Shapes::ShapeRef.new(shape: DimensionKey)
|
276
290
|
DimensionKeysMap.value = Shapes::ShapeRef.new(shape: DimensionName)
|
277
291
|
|
@@ -310,6 +324,10 @@ module Aws::CloudWatchRUM
|
|
310
324
|
InvalidPolicyRevisionIdException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
311
325
|
InvalidPolicyRevisionIdException.struct_class = Types::InvalidPolicyRevisionIdException
|
312
326
|
|
327
|
+
JavaScriptSourceMaps.add_member(:s3_uri, Shapes::ShapeRef.new(shape: DeobfuscationS3Uri, location_name: "S3Uri"))
|
328
|
+
JavaScriptSourceMaps.add_member(:status, Shapes::ShapeRef.new(shape: DeobfuscationStatus, required: true, location_name: "Status"))
|
329
|
+
JavaScriptSourceMaps.struct_class = Types::JavaScriptSourceMaps
|
330
|
+
|
313
331
|
ListAppMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
314
332
|
ListAppMonitorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
315
333
|
ListAppMonitorsRequest.struct_class = Types::ListAppMonitorsRequest
|
@@ -459,7 +477,9 @@ module Aws::CloudWatchRUM
|
|
459
477
|
UpdateAppMonitorRequest.add_member(:app_monitor_configuration, Shapes::ShapeRef.new(shape: AppMonitorConfiguration, location_name: "AppMonitorConfiguration"))
|
460
478
|
UpdateAppMonitorRequest.add_member(:custom_events, Shapes::ShapeRef.new(shape: CustomEvents, location_name: "CustomEvents"))
|
461
479
|
UpdateAppMonitorRequest.add_member(:cw_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "CwLogEnabled"))
|
480
|
+
UpdateAppMonitorRequest.add_member(:deobfuscation_configuration, Shapes::ShapeRef.new(shape: DeobfuscationConfiguration, location_name: "DeobfuscationConfiguration"))
|
462
481
|
UpdateAppMonitorRequest.add_member(:domain, Shapes::ShapeRef.new(shape: AppMonitorDomain, location_name: "Domain"))
|
482
|
+
UpdateAppMonitorRequest.add_member(:domain_list, Shapes::ShapeRef.new(shape: AppMonitorDomainList, location_name: "DomainList"))
|
463
483
|
UpdateAppMonitorRequest.add_member(:name, Shapes::ShapeRef.new(shape: AppMonitorName, required: true, location: "uri", location_name: "Name"))
|
464
484
|
UpdateAppMonitorRequest.struct_class = Types::UpdateAppMonitorRequest
|
465
485
|
|
@@ -55,11 +55,21 @@ module Aws::CloudWatchRUM
|
|
55
55
|
# CloudWatch Logs.
|
56
56
|
# @return [Types::DataStorage]
|
57
57
|
#
|
58
|
+
# @!attribute [rw] deobfuscation_configuration
|
59
|
+
# A structure that contains the configuration for how an app monitor
|
60
|
+
# can deobfuscate stack traces.
|
61
|
+
# @return [Types::DeobfuscationConfiguration]
|
62
|
+
#
|
58
63
|
# @!attribute [rw] domain
|
59
64
|
# The top-level internet domain name for which your application has
|
60
65
|
# administrative authority.
|
61
66
|
# @return [String]
|
62
67
|
#
|
68
|
+
# @!attribute [rw] domain_list
|
69
|
+
# List the domain names for which your application has administrative
|
70
|
+
# authority.
|
71
|
+
# @return [Array<String>]
|
72
|
+
#
|
63
73
|
# @!attribute [rw] id
|
64
74
|
# The unique ID of this app monitor.
|
65
75
|
# @return [String]
|
@@ -88,7 +98,9 @@ module Aws::CloudWatchRUM
|
|
88
98
|
:created,
|
89
99
|
:custom_events,
|
90
100
|
:data_storage,
|
101
|
+
:deobfuscation_configuration,
|
91
102
|
:domain,
|
103
|
+
:domain_list,
|
92
104
|
:id,
|
93
105
|
:last_modified,
|
94
106
|
:name,
|
@@ -578,11 +590,22 @@ module Aws::CloudWatchRUM
|
|
578
590
|
# If you omit this parameter, the default is `false`.
|
579
591
|
# @return [Boolean]
|
580
592
|
#
|
593
|
+
# @!attribute [rw] deobfuscation_configuration
|
594
|
+
# A structure that contains the configuration for how an app monitor
|
595
|
+
# can deobfuscate stack traces.
|
596
|
+
# @return [Types::DeobfuscationConfiguration]
|
597
|
+
#
|
581
598
|
# @!attribute [rw] domain
|
582
599
|
# The top-level internet domain name for which your application has
|
583
600
|
# administrative authority.
|
584
601
|
# @return [String]
|
585
602
|
#
|
603
|
+
# @!attribute [rw] domain_list
|
604
|
+
# List the domain names for which your application has administrative
|
605
|
+
# authority. The `CreateAppMonitor` requires either the domain or the
|
606
|
+
# domain list.
|
607
|
+
# @return [Array<String>]
|
608
|
+
#
|
586
609
|
# @!attribute [rw] name
|
587
610
|
# A name for the app monitor.
|
588
611
|
# @return [String]
|
@@ -614,7 +637,9 @@ module Aws::CloudWatchRUM
|
|
614
637
|
:app_monitor_configuration,
|
615
638
|
:custom_events,
|
616
639
|
:cw_log_enabled,
|
640
|
+
:deobfuscation_configuration,
|
617
641
|
:domain,
|
642
|
+
:domain_list,
|
618
643
|
:name,
|
619
644
|
:tags)
|
620
645
|
SENSITIVE = []
|
@@ -772,6 +797,22 @@ module Aws::CloudWatchRUM
|
|
772
797
|
#
|
773
798
|
class DeleteRumMetricsDestinationResponse < Aws::EmptyStructure; end
|
774
799
|
|
800
|
+
# A structure that contains the configuration for how an app monitor can
|
801
|
+
# deobfuscate stack traces.
|
802
|
+
#
|
803
|
+
# @!attribute [rw] java_script_source_maps
|
804
|
+
# A structure that contains the configuration for how an app monitor
|
805
|
+
# can unminify JavaScript error stack traces using source maps.
|
806
|
+
# @return [Types::JavaScriptSourceMaps]
|
807
|
+
#
|
808
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/DeobfuscationConfiguration AWS API Documentation
|
809
|
+
#
|
810
|
+
class DeobfuscationConfiguration < Struct.new(
|
811
|
+
:java_script_source_maps)
|
812
|
+
SENSITIVE = []
|
813
|
+
include Aws::Structure
|
814
|
+
end
|
815
|
+
|
775
816
|
# @!attribute [rw] filters
|
776
817
|
# An array of structures that you can use to filter the results to
|
777
818
|
# those that match one or more sets of key-value pairs that you
|
@@ -915,6 +956,29 @@ module Aws::CloudWatchRUM
|
|
915
956
|
include Aws::Structure
|
916
957
|
end
|
917
958
|
|
959
|
+
# A structure that contains the configuration for how an app monitor can
|
960
|
+
# unminify JavaScript error stack traces using source maps.
|
961
|
+
#
|
962
|
+
# @!attribute [rw] s3_uri
|
963
|
+
# The S3Uri of the bucket or folder that stores the source map files.
|
964
|
+
# It is required if status is ENABLED.
|
965
|
+
# @return [String]
|
966
|
+
#
|
967
|
+
# @!attribute [rw] status
|
968
|
+
# Specifies whether JavaScript error stack traces should be unminified
|
969
|
+
# for this app monitor. The default is for JavaScript error stack
|
970
|
+
# trace unminification to be `DISABLED`.
|
971
|
+
# @return [String]
|
972
|
+
#
|
973
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/JavaScriptSourceMaps AWS API Documentation
|
974
|
+
#
|
975
|
+
class JavaScriptSourceMaps < Struct.new(
|
976
|
+
:s3_uri,
|
977
|
+
:status)
|
978
|
+
SENSITIVE = []
|
979
|
+
include Aws::Structure
|
980
|
+
end
|
981
|
+
|
918
982
|
# @!attribute [rw] max_results
|
919
983
|
# The maximum number of results to return in one operation. The
|
920
984
|
# default is 50. The maximum that you can specify is 100.
|
@@ -1829,11 +1893,22 @@ module Aws::CloudWatchRUM
|
|
1829
1893
|
# Amazon CloudWatch Logs charges.
|
1830
1894
|
# @return [Boolean]
|
1831
1895
|
#
|
1896
|
+
# @!attribute [rw] deobfuscation_configuration
|
1897
|
+
# A structure that contains the configuration for how an app monitor
|
1898
|
+
# can deobfuscate stack traces.
|
1899
|
+
# @return [Types::DeobfuscationConfiguration]
|
1900
|
+
#
|
1832
1901
|
# @!attribute [rw] domain
|
1833
1902
|
# The top-level internet domain name for which your application has
|
1834
1903
|
# administrative authority.
|
1835
1904
|
# @return [String]
|
1836
1905
|
#
|
1906
|
+
# @!attribute [rw] domain_list
|
1907
|
+
# List the domain names for which your application has administrative
|
1908
|
+
# authority. The `UpdateAppMonitor` allows either the domain or the
|
1909
|
+
# domain list.
|
1910
|
+
# @return [Array<String>]
|
1911
|
+
#
|
1837
1912
|
# @!attribute [rw] name
|
1838
1913
|
# The name of the app monitor to update.
|
1839
1914
|
# @return [String]
|
@@ -1844,7 +1919,9 @@ module Aws::CloudWatchRUM
|
|
1844
1919
|
:app_monitor_configuration,
|
1845
1920
|
:custom_events,
|
1846
1921
|
:cw_log_enabled,
|
1922
|
+
:deobfuscation_configuration,
|
1847
1923
|
:domain,
|
1924
|
+
:domain_list,
|
1848
1925
|
:name)
|
1849
1926
|
SENSITIVE = []
|
1850
1927
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
@@ -150,7 +150,14 @@ module Aws
|
|
150
150
|
status: ("ENABLED" | "DISABLED")?
|
151
151
|
},
|
152
152
|
?cw_log_enabled: bool,
|
153
|
-
|
153
|
+
?deobfuscation_configuration: {
|
154
|
+
java_script_source_maps: {
|
155
|
+
s3_uri: ::String?,
|
156
|
+
status: ("ENABLED" | "DISABLED")
|
157
|
+
}?
|
158
|
+
},
|
159
|
+
?domain: ::String,
|
160
|
+
?domain_list: Array[::String],
|
154
161
|
name: ::String,
|
155
162
|
?tags: Hash[::String, ::String]
|
156
163
|
) -> _CreateAppMonitorResponseSuccess
|
@@ -361,7 +368,14 @@ module Aws
|
|
361
368
|
status: ("ENABLED" | "DISABLED")?
|
362
369
|
},
|
363
370
|
?cw_log_enabled: bool,
|
371
|
+
?deobfuscation_configuration: {
|
372
|
+
java_script_source_maps: {
|
373
|
+
s3_uri: ::String?,
|
374
|
+
status: ("ENABLED" | "DISABLED")
|
375
|
+
}?
|
376
|
+
},
|
364
377
|
?domain: ::String,
|
378
|
+
?domain_list: Array[::String],
|
365
379
|
name: ::String
|
366
380
|
) -> _UpdateAppMonitorResponseSuccess
|
367
381
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppMonitorResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -18,7 +18,9 @@ module Aws::CloudWatchRUM
|
|
18
18
|
attr_accessor created: ::String
|
19
19
|
attr_accessor custom_events: Types::CustomEvents
|
20
20
|
attr_accessor data_storage: Types::DataStorage
|
21
|
+
attr_accessor deobfuscation_configuration: Types::DeobfuscationConfiguration
|
21
22
|
attr_accessor domain: ::String
|
23
|
+
attr_accessor domain_list: ::Array[::String]
|
22
24
|
attr_accessor id: ::String
|
23
25
|
attr_accessor last_modified: ::String
|
24
26
|
attr_accessor name: ::String
|
@@ -124,7 +126,9 @@ module Aws::CloudWatchRUM
|
|
124
126
|
attr_accessor app_monitor_configuration: Types::AppMonitorConfiguration
|
125
127
|
attr_accessor custom_events: Types::CustomEvents
|
126
128
|
attr_accessor cw_log_enabled: bool
|
129
|
+
attr_accessor deobfuscation_configuration: Types::DeobfuscationConfiguration
|
127
130
|
attr_accessor domain: ::String
|
131
|
+
attr_accessor domain_list: ::Array[::String]
|
128
132
|
attr_accessor name: ::String
|
129
133
|
attr_accessor tags: ::Hash[::String, ::String]
|
130
134
|
SENSITIVE: []
|
@@ -180,6 +184,11 @@ module Aws::CloudWatchRUM
|
|
180
184
|
class DeleteRumMetricsDestinationResponse < Aws::EmptyStructure
|
181
185
|
end
|
182
186
|
|
187
|
+
class DeobfuscationConfiguration
|
188
|
+
attr_accessor java_script_source_maps: Types::JavaScriptSourceMaps
|
189
|
+
SENSITIVE: []
|
190
|
+
end
|
191
|
+
|
183
192
|
class GetAppMonitorDataRequest
|
184
193
|
attr_accessor filters: ::Array[Types::QueryFilter]
|
185
194
|
attr_accessor max_results: ::Integer
|
@@ -227,6 +236,12 @@ module Aws::CloudWatchRUM
|
|
227
236
|
SENSITIVE: []
|
228
237
|
end
|
229
238
|
|
239
|
+
class JavaScriptSourceMaps
|
240
|
+
attr_accessor s3_uri: ::String
|
241
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
230
245
|
class ListAppMonitorsRequest
|
231
246
|
attr_accessor max_results: ::Integer
|
232
247
|
attr_accessor next_token: ::String
|
@@ -406,7 +421,9 @@ module Aws::CloudWatchRUM
|
|
406
421
|
attr_accessor app_monitor_configuration: Types::AppMonitorConfiguration
|
407
422
|
attr_accessor custom_events: Types::CustomEvents
|
408
423
|
attr_accessor cw_log_enabled: bool
|
424
|
+
attr_accessor deobfuscation_configuration: Types::DeobfuscationConfiguration
|
409
425
|
attr_accessor domain: ::String
|
426
|
+
attr_accessor domain_list: ::Array[::String]
|
410
427
|
attr_accessor name: ::String
|
411
428
|
SENSITIVE: []
|
412
429
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchrum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|