aws-sdk-xray 1.27.1 → 1.28.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/lib/aws-sdk-xray.rb +3 -1
- data/lib/aws-sdk-xray/client.rb +3 -1
- data/lib/aws-sdk-xray/client_api.rb +2 -0
- data/lib/aws-sdk-xray/errors.rb +2 -0
- data/lib/aws-sdk-xray/resource.rb +2 -0
- data/lib/aws-sdk-xray/types.rb +86 -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: 5571bfaaba06d1bfeba874705b082671517517a1fefeb79672ada2a76ffa9553
|
|
4
|
+
data.tar.gz: b97078aa19e2eb61b4f195dec5e287b18acd56c378cfbe8e3f861575aabd30d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73feeec840386ca30598f54a3ce15d53a8efb9a1777e5d18eb1628b5b56a2fe8f1a0b37cdaf000c87b3b325b8b05e0424c239def70942d70e634fc1afe6ce50b
|
|
7
|
+
data.tar.gz: 4794472807ba98d9df54226d3de05eec263986b980feea23fd025710b0e7f437541ddd15051492bdebba5d747e0b7689ae44bbdf7a98f5a74f1440004b58fb94
|
data/lib/aws-sdk-xray.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-xray/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::XRay
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.28.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-xray/client.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1496,7 +1498,7 @@ module Aws::XRay
|
|
|
1496
1498
|
params: params,
|
|
1497
1499
|
config: config)
|
|
1498
1500
|
context[:gem_name] = 'aws-sdk-xray'
|
|
1499
|
-
context[:gem_version] = '1.
|
|
1501
|
+
context[:gem_version] = '1.28.0'
|
|
1500
1502
|
Seahorse::Client::Request.new(handlers, context)
|
|
1501
1503
|
end
|
|
1502
1504
|
|
data/lib/aws-sdk-xray/errors.rb
CHANGED
data/lib/aws-sdk-xray/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -28,6 +30,7 @@ module Aws::XRay
|
|
|
28
30
|
:name,
|
|
29
31
|
:names,
|
|
30
32
|
:type)
|
|
33
|
+
SENSITIVE = []
|
|
31
34
|
include Aws::Structure
|
|
32
35
|
end
|
|
33
36
|
|
|
@@ -52,6 +55,7 @@ module Aws::XRay
|
|
|
52
55
|
:number_value,
|
|
53
56
|
:boolean_value,
|
|
54
57
|
:string_value)
|
|
58
|
+
SENSITIVE = []
|
|
55
59
|
include Aws::Structure
|
|
56
60
|
end
|
|
57
61
|
|
|
@@ -65,6 +69,7 @@ module Aws::XRay
|
|
|
65
69
|
#
|
|
66
70
|
class AvailabilityZoneDetail < Struct.new(
|
|
67
71
|
:name)
|
|
72
|
+
SENSITIVE = []
|
|
68
73
|
include Aws::Structure
|
|
69
74
|
end
|
|
70
75
|
|
|
@@ -107,6 +112,7 @@ module Aws::XRay
|
|
|
107
112
|
:http_code_5_xx_count,
|
|
108
113
|
:unknown_host_count,
|
|
109
114
|
:other_count)
|
|
115
|
+
SENSITIVE = []
|
|
110
116
|
include Aws::Structure
|
|
111
117
|
end
|
|
112
118
|
|
|
@@ -131,6 +137,7 @@ module Aws::XRay
|
|
|
131
137
|
class BatchGetTracesRequest < Struct.new(
|
|
132
138
|
:trace_ids,
|
|
133
139
|
:next_token)
|
|
140
|
+
SENSITIVE = []
|
|
134
141
|
include Aws::Structure
|
|
135
142
|
end
|
|
136
143
|
|
|
@@ -152,6 +159,7 @@ module Aws::XRay
|
|
|
152
159
|
:traces,
|
|
153
160
|
:unprocessed_trace_ids,
|
|
154
161
|
:next_token)
|
|
162
|
+
SENSITIVE = []
|
|
155
163
|
include Aws::Structure
|
|
156
164
|
end
|
|
157
165
|
|
|
@@ -177,6 +185,7 @@ module Aws::XRay
|
|
|
177
185
|
class CreateGroupRequest < Struct.new(
|
|
178
186
|
:group_name,
|
|
179
187
|
:filter_expression)
|
|
188
|
+
SENSITIVE = []
|
|
180
189
|
include Aws::Structure
|
|
181
190
|
end
|
|
182
191
|
|
|
@@ -190,6 +199,7 @@ module Aws::XRay
|
|
|
190
199
|
#
|
|
191
200
|
class CreateGroupResult < Struct.new(
|
|
192
201
|
:group)
|
|
202
|
+
SENSITIVE = []
|
|
193
203
|
include Aws::Structure
|
|
194
204
|
end
|
|
195
205
|
|
|
@@ -224,6 +234,7 @@ module Aws::XRay
|
|
|
224
234
|
#
|
|
225
235
|
class CreateSamplingRuleRequest < Struct.new(
|
|
226
236
|
:sampling_rule)
|
|
237
|
+
SENSITIVE = []
|
|
227
238
|
include Aws::Structure
|
|
228
239
|
end
|
|
229
240
|
|
|
@@ -235,6 +246,7 @@ module Aws::XRay
|
|
|
235
246
|
#
|
|
236
247
|
class CreateSamplingRuleResult < Struct.new(
|
|
237
248
|
:sampling_rule_record)
|
|
249
|
+
SENSITIVE = []
|
|
238
250
|
include Aws::Structure
|
|
239
251
|
end
|
|
240
252
|
|
|
@@ -259,6 +271,7 @@ module Aws::XRay
|
|
|
259
271
|
class DeleteGroupRequest < Struct.new(
|
|
260
272
|
:group_name,
|
|
261
273
|
:group_arn)
|
|
274
|
+
SENSITIVE = []
|
|
262
275
|
include Aws::Structure
|
|
263
276
|
end
|
|
264
277
|
|
|
@@ -289,6 +302,7 @@ module Aws::XRay
|
|
|
289
302
|
class DeleteSamplingRuleRequest < Struct.new(
|
|
290
303
|
:rule_name,
|
|
291
304
|
:rule_arn)
|
|
305
|
+
SENSITIVE = []
|
|
292
306
|
include Aws::Structure
|
|
293
307
|
end
|
|
294
308
|
|
|
@@ -300,6 +314,7 @@ module Aws::XRay
|
|
|
300
314
|
#
|
|
301
315
|
class DeleteSamplingRuleResult < Struct.new(
|
|
302
316
|
:sampling_rule_record)
|
|
317
|
+
SENSITIVE = []
|
|
303
318
|
include Aws::Structure
|
|
304
319
|
end
|
|
305
320
|
|
|
@@ -339,6 +354,7 @@ module Aws::XRay
|
|
|
339
354
|
:summary_statistics,
|
|
340
355
|
:response_time_histogram,
|
|
341
356
|
:aliases)
|
|
357
|
+
SENSITIVE = []
|
|
342
358
|
include Aws::Structure
|
|
343
359
|
end
|
|
344
360
|
|
|
@@ -375,6 +391,7 @@ module Aws::XRay
|
|
|
375
391
|
:fault_statistics,
|
|
376
392
|
:total_count,
|
|
377
393
|
:total_response_time)
|
|
394
|
+
SENSITIVE = []
|
|
378
395
|
include Aws::Structure
|
|
379
396
|
end
|
|
380
397
|
|
|
@@ -402,6 +419,7 @@ module Aws::XRay
|
|
|
402
419
|
:key_id,
|
|
403
420
|
:status,
|
|
404
421
|
:type)
|
|
422
|
+
SENSITIVE = []
|
|
405
423
|
include Aws::Structure
|
|
406
424
|
end
|
|
407
425
|
|
|
@@ -421,6 +439,7 @@ module Aws::XRay
|
|
|
421
439
|
class ErrorRootCause < Struct.new(
|
|
422
440
|
:services,
|
|
423
441
|
:client_impacting)
|
|
442
|
+
SENSITIVE = []
|
|
424
443
|
include Aws::Structure
|
|
425
444
|
end
|
|
426
445
|
|
|
@@ -445,6 +464,7 @@ module Aws::XRay
|
|
|
445
464
|
:name,
|
|
446
465
|
:exceptions,
|
|
447
466
|
:remote)
|
|
467
|
+
SENSITIVE = []
|
|
448
468
|
include Aws::Structure
|
|
449
469
|
end
|
|
450
470
|
|
|
@@ -485,6 +505,7 @@ module Aws::XRay
|
|
|
485
505
|
:account_id,
|
|
486
506
|
:entity_path,
|
|
487
507
|
:inferred)
|
|
508
|
+
SENSITIVE = []
|
|
488
509
|
include Aws::Structure
|
|
489
510
|
end
|
|
490
511
|
|
|
@@ -512,6 +533,7 @@ module Aws::XRay
|
|
|
512
533
|
:throttle_count,
|
|
513
534
|
:other_count,
|
|
514
535
|
:total_count)
|
|
536
|
+
SENSITIVE = []
|
|
515
537
|
include Aws::Structure
|
|
516
538
|
end
|
|
517
539
|
|
|
@@ -531,6 +553,7 @@ module Aws::XRay
|
|
|
531
553
|
class FaultRootCause < Struct.new(
|
|
532
554
|
:services,
|
|
533
555
|
:client_impacting)
|
|
556
|
+
SENSITIVE = []
|
|
534
557
|
include Aws::Structure
|
|
535
558
|
end
|
|
536
559
|
|
|
@@ -555,6 +578,7 @@ module Aws::XRay
|
|
|
555
578
|
:name,
|
|
556
579
|
:exceptions,
|
|
557
580
|
:remote)
|
|
581
|
+
SENSITIVE = []
|
|
558
582
|
include Aws::Structure
|
|
559
583
|
end
|
|
560
584
|
|
|
@@ -595,6 +619,7 @@ module Aws::XRay
|
|
|
595
619
|
:account_id,
|
|
596
620
|
:entity_path,
|
|
597
621
|
:inferred)
|
|
622
|
+
SENSITIVE = []
|
|
598
623
|
include Aws::Structure
|
|
599
624
|
end
|
|
600
625
|
|
|
@@ -616,6 +641,7 @@ module Aws::XRay
|
|
|
616
641
|
class FaultStatistics < Struct.new(
|
|
617
642
|
:other_count,
|
|
618
643
|
:total_count)
|
|
644
|
+
SENSITIVE = []
|
|
619
645
|
include Aws::Structure
|
|
620
646
|
end
|
|
621
647
|
|
|
@@ -633,6 +659,7 @@ module Aws::XRay
|
|
|
633
659
|
#
|
|
634
660
|
class GetEncryptionConfigResult < Struct.new(
|
|
635
661
|
:encryption_config)
|
|
662
|
+
SENSITIVE = []
|
|
636
663
|
include Aws::Structure
|
|
637
664
|
end
|
|
638
665
|
|
|
@@ -657,6 +684,7 @@ module Aws::XRay
|
|
|
657
684
|
class GetGroupRequest < Struct.new(
|
|
658
685
|
:group_name,
|
|
659
686
|
:group_arn)
|
|
687
|
+
SENSITIVE = []
|
|
660
688
|
include Aws::Structure
|
|
661
689
|
end
|
|
662
690
|
|
|
@@ -670,6 +698,7 @@ module Aws::XRay
|
|
|
670
698
|
#
|
|
671
699
|
class GetGroupResult < Struct.new(
|
|
672
700
|
:group)
|
|
701
|
+
SENSITIVE = []
|
|
673
702
|
include Aws::Structure
|
|
674
703
|
end
|
|
675
704
|
|
|
@@ -688,6 +717,7 @@ module Aws::XRay
|
|
|
688
717
|
#
|
|
689
718
|
class GetGroupsRequest < Struct.new(
|
|
690
719
|
:next_token)
|
|
720
|
+
SENSITIVE = []
|
|
691
721
|
include Aws::Structure
|
|
692
722
|
end
|
|
693
723
|
|
|
@@ -704,6 +734,7 @@ module Aws::XRay
|
|
|
704
734
|
class GetGroupsResult < Struct.new(
|
|
705
735
|
:groups,
|
|
706
736
|
:next_token)
|
|
737
|
+
SENSITIVE = []
|
|
707
738
|
include Aws::Structure
|
|
708
739
|
end
|
|
709
740
|
|
|
@@ -722,6 +753,7 @@ module Aws::XRay
|
|
|
722
753
|
#
|
|
723
754
|
class GetSamplingRulesRequest < Struct.new(
|
|
724
755
|
:next_token)
|
|
756
|
+
SENSITIVE = []
|
|
725
757
|
include Aws::Structure
|
|
726
758
|
end
|
|
727
759
|
|
|
@@ -738,6 +770,7 @@ module Aws::XRay
|
|
|
738
770
|
class GetSamplingRulesResult < Struct.new(
|
|
739
771
|
:sampling_rule_records,
|
|
740
772
|
:next_token)
|
|
773
|
+
SENSITIVE = []
|
|
741
774
|
include Aws::Structure
|
|
742
775
|
end
|
|
743
776
|
|
|
@@ -756,6 +789,7 @@ module Aws::XRay
|
|
|
756
789
|
#
|
|
757
790
|
class GetSamplingStatisticSummariesRequest < Struct.new(
|
|
758
791
|
:next_token)
|
|
792
|
+
SENSITIVE = []
|
|
759
793
|
include Aws::Structure
|
|
760
794
|
end
|
|
761
795
|
|
|
@@ -773,6 +807,7 @@ module Aws::XRay
|
|
|
773
807
|
class GetSamplingStatisticSummariesResult < Struct.new(
|
|
774
808
|
:sampling_statistic_summaries,
|
|
775
809
|
:next_token)
|
|
810
|
+
SENSITIVE = []
|
|
776
811
|
include Aws::Structure
|
|
777
812
|
end
|
|
778
813
|
|
|
@@ -801,6 +836,7 @@ module Aws::XRay
|
|
|
801
836
|
#
|
|
802
837
|
class GetSamplingTargetsRequest < Struct.new(
|
|
803
838
|
:sampling_statistics_documents)
|
|
839
|
+
SENSITIVE = []
|
|
804
840
|
include Aws::Structure
|
|
805
841
|
end
|
|
806
842
|
|
|
@@ -826,6 +862,7 @@ module Aws::XRay
|
|
|
826
862
|
:sampling_target_documents,
|
|
827
863
|
:last_rule_modification,
|
|
828
864
|
:unprocessed_statistics)
|
|
865
|
+
SENSITIVE = []
|
|
829
866
|
include Aws::Structure
|
|
830
867
|
end
|
|
831
868
|
|
|
@@ -868,6 +905,7 @@ module Aws::XRay
|
|
|
868
905
|
:group_name,
|
|
869
906
|
:group_arn,
|
|
870
907
|
:next_token)
|
|
908
|
+
SENSITIVE = []
|
|
871
909
|
include Aws::Structure
|
|
872
910
|
end
|
|
873
911
|
|
|
@@ -902,6 +940,7 @@ module Aws::XRay
|
|
|
902
940
|
:services,
|
|
903
941
|
:contains_old_group_versions,
|
|
904
942
|
:next_token)
|
|
943
|
+
SENSITIVE = []
|
|
905
944
|
include Aws::Structure
|
|
906
945
|
end
|
|
907
946
|
|
|
@@ -959,6 +998,7 @@ module Aws::XRay
|
|
|
959
998
|
:entity_selector_expression,
|
|
960
999
|
:period,
|
|
961
1000
|
:next_token)
|
|
1001
|
+
SENSITIVE = []
|
|
962
1002
|
include Aws::Structure
|
|
963
1003
|
end
|
|
964
1004
|
|
|
@@ -982,6 +1022,7 @@ module Aws::XRay
|
|
|
982
1022
|
:time_series_service_statistics,
|
|
983
1023
|
:contains_old_group_versions,
|
|
984
1024
|
:next_token)
|
|
1025
|
+
SENSITIVE = []
|
|
985
1026
|
include Aws::Structure
|
|
986
1027
|
end
|
|
987
1028
|
|
|
@@ -1006,6 +1047,7 @@ module Aws::XRay
|
|
|
1006
1047
|
class GetTraceGraphRequest < Struct.new(
|
|
1007
1048
|
:trace_ids,
|
|
1008
1049
|
:next_token)
|
|
1050
|
+
SENSITIVE = []
|
|
1009
1051
|
include Aws::Structure
|
|
1010
1052
|
end
|
|
1011
1053
|
|
|
@@ -1022,6 +1064,7 @@ module Aws::XRay
|
|
|
1022
1064
|
class GetTraceGraphResult < Struct.new(
|
|
1023
1065
|
:services,
|
|
1024
1066
|
:next_token)
|
|
1067
|
+
SENSITIVE = []
|
|
1025
1068
|
include Aws::Structure
|
|
1026
1069
|
end
|
|
1027
1070
|
|
|
@@ -1084,6 +1127,7 @@ module Aws::XRay
|
|
|
1084
1127
|
:sampling_strategy,
|
|
1085
1128
|
:filter_expression,
|
|
1086
1129
|
:next_token)
|
|
1130
|
+
SENSITIVE = []
|
|
1087
1131
|
include Aws::Structure
|
|
1088
1132
|
end
|
|
1089
1133
|
|
|
@@ -1115,6 +1159,7 @@ module Aws::XRay
|
|
|
1115
1159
|
:approximate_time,
|
|
1116
1160
|
:traces_processed_count,
|
|
1117
1161
|
:next_token)
|
|
1162
|
+
SENSITIVE = []
|
|
1118
1163
|
include Aws::Structure
|
|
1119
1164
|
end
|
|
1120
1165
|
|
|
@@ -1138,6 +1183,7 @@ module Aws::XRay
|
|
|
1138
1183
|
:group_name,
|
|
1139
1184
|
:group_arn,
|
|
1140
1185
|
:filter_expression)
|
|
1186
|
+
SENSITIVE = []
|
|
1141
1187
|
include Aws::Structure
|
|
1142
1188
|
end
|
|
1143
1189
|
|
|
@@ -1161,6 +1207,7 @@ module Aws::XRay
|
|
|
1161
1207
|
:group_name,
|
|
1162
1208
|
:group_arn,
|
|
1163
1209
|
:filter_expression)
|
|
1210
|
+
SENSITIVE = []
|
|
1164
1211
|
include Aws::Structure
|
|
1165
1212
|
end
|
|
1166
1213
|
|
|
@@ -1181,6 +1228,7 @@ module Aws::XRay
|
|
|
1181
1228
|
class HistogramEntry < Struct.new(
|
|
1182
1229
|
:value,
|
|
1183
1230
|
:count)
|
|
1231
|
+
SENSITIVE = []
|
|
1184
1232
|
include Aws::Structure
|
|
1185
1233
|
end
|
|
1186
1234
|
|
|
@@ -1214,6 +1262,7 @@ module Aws::XRay
|
|
|
1214
1262
|
:http_method,
|
|
1215
1263
|
:user_agent,
|
|
1216
1264
|
:client_ip)
|
|
1265
|
+
SENSITIVE = []
|
|
1217
1266
|
include Aws::Structure
|
|
1218
1267
|
end
|
|
1219
1268
|
|
|
@@ -1227,6 +1276,7 @@ module Aws::XRay
|
|
|
1227
1276
|
#
|
|
1228
1277
|
class InstanceIdDetail < Struct.new(
|
|
1229
1278
|
:id)
|
|
1279
|
+
SENSITIVE = []
|
|
1230
1280
|
include Aws::Structure
|
|
1231
1281
|
end
|
|
1232
1282
|
|
|
@@ -1239,6 +1289,7 @@ module Aws::XRay
|
|
|
1239
1289
|
#
|
|
1240
1290
|
class InvalidRequestException < Struct.new(
|
|
1241
1291
|
:message)
|
|
1292
|
+
SENSITIVE = []
|
|
1242
1293
|
include Aws::Structure
|
|
1243
1294
|
end
|
|
1244
1295
|
|
|
@@ -1278,6 +1329,7 @@ module Aws::XRay
|
|
|
1278
1329
|
class PutEncryptionConfigRequest < Struct.new(
|
|
1279
1330
|
:key_id,
|
|
1280
1331
|
:type)
|
|
1332
|
+
SENSITIVE = []
|
|
1281
1333
|
include Aws::Structure
|
|
1282
1334
|
end
|
|
1283
1335
|
|
|
@@ -1289,6 +1341,7 @@ module Aws::XRay
|
|
|
1289
1341
|
#
|
|
1290
1342
|
class PutEncryptionConfigResult < Struct.new(
|
|
1291
1343
|
:encryption_config)
|
|
1344
|
+
SENSITIVE = []
|
|
1292
1345
|
include Aws::Structure
|
|
1293
1346
|
end
|
|
1294
1347
|
|
|
@@ -1337,6 +1390,7 @@ module Aws::XRay
|
|
|
1337
1390
|
:ec2_instance_id,
|
|
1338
1391
|
:hostname,
|
|
1339
1392
|
:resource_arn)
|
|
1393
|
+
SENSITIVE = []
|
|
1340
1394
|
include Aws::Structure
|
|
1341
1395
|
end
|
|
1342
1396
|
|
|
@@ -1360,6 +1414,7 @@ module Aws::XRay
|
|
|
1360
1414
|
#
|
|
1361
1415
|
class PutTraceSegmentsRequest < Struct.new(
|
|
1362
1416
|
:trace_segment_documents)
|
|
1417
|
+
SENSITIVE = []
|
|
1363
1418
|
include Aws::Structure
|
|
1364
1419
|
end
|
|
1365
1420
|
|
|
@@ -1371,6 +1426,7 @@ module Aws::XRay
|
|
|
1371
1426
|
#
|
|
1372
1427
|
class PutTraceSegmentsResult < Struct.new(
|
|
1373
1428
|
:unprocessed_trace_segments)
|
|
1429
|
+
SENSITIVE = []
|
|
1374
1430
|
include Aws::Structure
|
|
1375
1431
|
end
|
|
1376
1432
|
|
|
@@ -1384,6 +1440,7 @@ module Aws::XRay
|
|
|
1384
1440
|
#
|
|
1385
1441
|
class ResourceARNDetail < Struct.new(
|
|
1386
1442
|
:arn)
|
|
1443
|
+
SENSITIVE = []
|
|
1387
1444
|
include Aws::Structure
|
|
1388
1445
|
end
|
|
1389
1446
|
|
|
@@ -1403,6 +1460,7 @@ module Aws::XRay
|
|
|
1403
1460
|
class ResponseTimeRootCause < Struct.new(
|
|
1404
1461
|
:services,
|
|
1405
1462
|
:client_impacting)
|
|
1463
|
+
SENSITIVE = []
|
|
1406
1464
|
include Aws::Structure
|
|
1407
1465
|
end
|
|
1408
1466
|
|
|
@@ -1427,6 +1485,7 @@ module Aws::XRay
|
|
|
1427
1485
|
:name,
|
|
1428
1486
|
:coverage,
|
|
1429
1487
|
:remote)
|
|
1488
|
+
SENSITIVE = []
|
|
1430
1489
|
include Aws::Structure
|
|
1431
1490
|
end
|
|
1432
1491
|
|
|
@@ -1467,6 +1526,7 @@ module Aws::XRay
|
|
|
1467
1526
|
:account_id,
|
|
1468
1527
|
:entity_path,
|
|
1469
1528
|
:inferred)
|
|
1529
|
+
SENSITIVE = []
|
|
1470
1530
|
include Aws::Structure
|
|
1471
1531
|
end
|
|
1472
1532
|
|
|
@@ -1485,6 +1545,7 @@ module Aws::XRay
|
|
|
1485
1545
|
class RootCauseException < Struct.new(
|
|
1486
1546
|
:name,
|
|
1487
1547
|
:message)
|
|
1548
|
+
SENSITIVE = []
|
|
1488
1549
|
include Aws::Structure
|
|
1489
1550
|
end
|
|
1490
1551
|
|
|
@@ -1497,6 +1558,7 @@ module Aws::XRay
|
|
|
1497
1558
|
#
|
|
1498
1559
|
class RuleLimitExceededException < Struct.new(
|
|
1499
1560
|
:message)
|
|
1561
|
+
SENSITIVE = []
|
|
1500
1562
|
include Aws::Structure
|
|
1501
1563
|
end
|
|
1502
1564
|
|
|
@@ -1601,6 +1663,7 @@ module Aws::XRay
|
|
|
1601
1663
|
:url_path,
|
|
1602
1664
|
:version,
|
|
1603
1665
|
:attributes)
|
|
1666
|
+
SENSITIVE = []
|
|
1604
1667
|
include Aws::Structure
|
|
1605
1668
|
end
|
|
1606
1669
|
|
|
@@ -1624,6 +1687,7 @@ module Aws::XRay
|
|
|
1624
1687
|
:sampling_rule,
|
|
1625
1688
|
:created_at,
|
|
1626
1689
|
:modified_at)
|
|
1690
|
+
SENSITIVE = []
|
|
1627
1691
|
include Aws::Structure
|
|
1628
1692
|
end
|
|
1629
1693
|
|
|
@@ -1719,6 +1783,7 @@ module Aws::XRay
|
|
|
1719
1783
|
:http_method,
|
|
1720
1784
|
:url_path,
|
|
1721
1785
|
:attributes)
|
|
1786
|
+
SENSITIVE = []
|
|
1722
1787
|
include Aws::Structure
|
|
1723
1788
|
end
|
|
1724
1789
|
|
|
@@ -1753,6 +1818,7 @@ module Aws::XRay
|
|
|
1753
1818
|
:request_count,
|
|
1754
1819
|
:borrow_count,
|
|
1755
1820
|
:sampled_count)
|
|
1821
|
+
SENSITIVE = []
|
|
1756
1822
|
include Aws::Structure
|
|
1757
1823
|
end
|
|
1758
1824
|
|
|
@@ -1805,6 +1871,7 @@ module Aws::XRay
|
|
|
1805
1871
|
:request_count,
|
|
1806
1872
|
:sampled_count,
|
|
1807
1873
|
:borrow_count)
|
|
1874
|
+
SENSITIVE = []
|
|
1808
1875
|
include Aws::Structure
|
|
1809
1876
|
end
|
|
1810
1877
|
|
|
@@ -1831,6 +1898,7 @@ module Aws::XRay
|
|
|
1831
1898
|
class SamplingStrategy < Struct.new(
|
|
1832
1899
|
:name,
|
|
1833
1900
|
:value)
|
|
1901
|
+
SENSITIVE = []
|
|
1834
1902
|
include Aws::Structure
|
|
1835
1903
|
end
|
|
1836
1904
|
|
|
@@ -1869,6 +1937,7 @@ module Aws::XRay
|
|
|
1869
1937
|
:reservoir_quota,
|
|
1870
1938
|
:reservoir_quota_ttl,
|
|
1871
1939
|
:interval)
|
|
1940
|
+
SENSITIVE = []
|
|
1872
1941
|
include Aws::Structure
|
|
1873
1942
|
end
|
|
1874
1943
|
|
|
@@ -1897,6 +1966,7 @@ module Aws::XRay
|
|
|
1897
1966
|
class Segment < Struct.new(
|
|
1898
1967
|
:id,
|
|
1899
1968
|
:document)
|
|
1969
|
+
SENSITIVE = []
|
|
1900
1970
|
include Aws::Structure
|
|
1901
1971
|
end
|
|
1902
1972
|
|
|
@@ -1987,6 +2057,7 @@ module Aws::XRay
|
|
|
1987
2057
|
:summary_statistics,
|
|
1988
2058
|
:duration_histogram,
|
|
1989
2059
|
:response_time_histogram)
|
|
2060
|
+
SENSITIVE = []
|
|
1990
2061
|
include Aws::Structure
|
|
1991
2062
|
end
|
|
1992
2063
|
|
|
@@ -2009,6 +2080,7 @@ module Aws::XRay
|
|
|
2009
2080
|
:names,
|
|
2010
2081
|
:account_id,
|
|
2011
2082
|
:type)
|
|
2083
|
+
SENSITIVE = []
|
|
2012
2084
|
include Aws::Structure
|
|
2013
2085
|
end
|
|
2014
2086
|
|
|
@@ -2045,6 +2117,7 @@ module Aws::XRay
|
|
|
2045
2117
|
:fault_statistics,
|
|
2046
2118
|
:total_count,
|
|
2047
2119
|
:total_response_time)
|
|
2120
|
+
SENSITIVE = []
|
|
2048
2121
|
include Aws::Structure
|
|
2049
2122
|
end
|
|
2050
2123
|
|
|
@@ -2094,6 +2167,7 @@ module Aws::XRay
|
|
|
2094
2167
|
:segments_spillover_count,
|
|
2095
2168
|
:segments_rejected_count,
|
|
2096
2169
|
:backend_connection_errors)
|
|
2170
|
+
SENSITIVE = []
|
|
2097
2171
|
include Aws::Structure
|
|
2098
2172
|
end
|
|
2099
2173
|
|
|
@@ -2106,6 +2180,7 @@ module Aws::XRay
|
|
|
2106
2180
|
#
|
|
2107
2181
|
class ThrottledException < Struct.new(
|
|
2108
2182
|
:message)
|
|
2183
|
+
SENSITIVE = []
|
|
2109
2184
|
include Aws::Structure
|
|
2110
2185
|
end
|
|
2111
2186
|
|
|
@@ -2134,6 +2209,7 @@ module Aws::XRay
|
|
|
2134
2209
|
:edge_summary_statistics,
|
|
2135
2210
|
:service_summary_statistics,
|
|
2136
2211
|
:response_time_histogram)
|
|
2212
|
+
SENSITIVE = []
|
|
2137
2213
|
include Aws::Structure
|
|
2138
2214
|
end
|
|
2139
2215
|
|
|
@@ -2160,6 +2236,7 @@ module Aws::XRay
|
|
|
2160
2236
|
:id,
|
|
2161
2237
|
:duration,
|
|
2162
2238
|
:segments)
|
|
2239
|
+
SENSITIVE = []
|
|
2163
2240
|
include Aws::Structure
|
|
2164
2241
|
end
|
|
2165
2242
|
|
|
@@ -2280,6 +2357,7 @@ module Aws::XRay
|
|
|
2280
2357
|
:response_time_root_causes,
|
|
2281
2358
|
:revision,
|
|
2282
2359
|
:matched_event_time)
|
|
2360
|
+
SENSITIVE = []
|
|
2283
2361
|
include Aws::Structure
|
|
2284
2362
|
end
|
|
2285
2363
|
|
|
@@ -2298,6 +2376,7 @@ module Aws::XRay
|
|
|
2298
2376
|
class TraceUser < Struct.new(
|
|
2299
2377
|
:user_name,
|
|
2300
2378
|
:service_ids)
|
|
2379
|
+
SENSITIVE = []
|
|
2301
2380
|
include Aws::Structure
|
|
2302
2381
|
end
|
|
2303
2382
|
|
|
@@ -2322,6 +2401,7 @@ module Aws::XRay
|
|
|
2322
2401
|
:rule_name,
|
|
2323
2402
|
:error_code,
|
|
2324
2403
|
:message)
|
|
2404
|
+
SENSITIVE = []
|
|
2325
2405
|
include Aws::Structure
|
|
2326
2406
|
end
|
|
2327
2407
|
|
|
@@ -2345,6 +2425,7 @@ module Aws::XRay
|
|
|
2345
2425
|
:id,
|
|
2346
2426
|
:error_code,
|
|
2347
2427
|
:message)
|
|
2428
|
+
SENSITIVE = []
|
|
2348
2429
|
include Aws::Structure
|
|
2349
2430
|
end
|
|
2350
2431
|
|
|
@@ -2376,6 +2457,7 @@ module Aws::XRay
|
|
|
2376
2457
|
:group_name,
|
|
2377
2458
|
:group_arn,
|
|
2378
2459
|
:filter_expression)
|
|
2460
|
+
SENSITIVE = []
|
|
2379
2461
|
include Aws::Structure
|
|
2380
2462
|
end
|
|
2381
2463
|
|
|
@@ -2389,6 +2471,7 @@ module Aws::XRay
|
|
|
2389
2471
|
#
|
|
2390
2472
|
class UpdateGroupResult < Struct.new(
|
|
2391
2473
|
:group)
|
|
2474
|
+
SENSITIVE = []
|
|
2392
2475
|
include Aws::Structure
|
|
2393
2476
|
end
|
|
2394
2477
|
|
|
@@ -2422,6 +2505,7 @@ module Aws::XRay
|
|
|
2422
2505
|
#
|
|
2423
2506
|
class UpdateSamplingRuleRequest < Struct.new(
|
|
2424
2507
|
:sampling_rule_update)
|
|
2508
|
+
SENSITIVE = []
|
|
2425
2509
|
include Aws::Structure
|
|
2426
2510
|
end
|
|
2427
2511
|
|
|
@@ -2433,6 +2517,7 @@ module Aws::XRay
|
|
|
2433
2517
|
#
|
|
2434
2518
|
class UpdateSamplingRuleResult < Struct.new(
|
|
2435
2519
|
:sampling_rule_record)
|
|
2520
|
+
SENSITIVE = []
|
|
2436
2521
|
include Aws::Structure
|
|
2437
2522
|
end
|
|
2438
2523
|
|
|
@@ -2451,6 +2536,7 @@ module Aws::XRay
|
|
|
2451
2536
|
class ValueWithServiceIds < Struct.new(
|
|
2452
2537
|
:annotation_value,
|
|
2453
2538
|
:service_ids)
|
|
2539
|
+
SENSITIVE = []
|
|
2454
2540
|
include Aws::Structure
|
|
2455
2541
|
end
|
|
2456
2542
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-xray
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.28.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|