aws-sdk-xray 1.21.0 → 1.22.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fbed9f19170516c3db60bce55fd32ee8843602b
4
- data.tar.gz: 3d67764b999a707554cae61691c3b096e30870ef
3
+ metadata.gz: 43e730803966709850ffe2c4b469ae90182a4981
4
+ data.tar.gz: 2fb535a3ddd482aa782feb725b780b75fe1a8095
5
5
  SHA512:
6
- metadata.gz: b867397d185729ba0daba3f445c67934548169708e13b0eeeddabf1520117d0c90e6695b762d54cf00dffd3d6d8cac3b415c28fff9c160fc234189c0e5d44d7f
7
- data.tar.gz: 21fa7e33b51be6abbd02867576482ba11bf719c5cd234810e8572a243bcc84f2b8d43b3f38a9e43eb6bec3717475ed3ea830f0168a39e02d2fb4142c271d674b
6
+ metadata.gz: 75b0b73872fd4c156eee099b3cb371b539719a638ff813d22f3867b15fb2ec4938f98eb0b8fc4d2e957da7c565912c449b19ba691f5ed953c47a4b91fe354379
7
+ data.tar.gz: dc129737c40adafc2f665af5f966572d5ea3a2599e5b61514a9cd7e7702824067b62a6adaeb7bded12ce59313e389a10b3666cba3faf0dbe75830ab455dcf423
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-xray/customizations'
42
42
  # @service
43
43
  module Aws::XRay
44
44
 
45
- GEM_VERSION = '1.21.0'
45
+ GEM_VERSION = '1.22.0'
46
46
 
47
47
  end
@@ -262,7 +262,7 @@ module Aws::XRay
262
262
  # Specify the trace IDs of requests for which to retrieve segments.
263
263
  #
264
264
  # @option params [String] :next_token
265
- # Pagination token. Not used.
265
+ # Pagination token.
266
266
  #
267
267
  # @return [Types::BatchGetTracesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
268
268
  #
@@ -532,7 +532,7 @@ module Aws::XRay
532
532
  # Retrieves all active group details.
533
533
  #
534
534
  # @option params [String] :next_token
535
- # Pagination token. Not used.
535
+ # Pagination token.
536
536
  #
537
537
  # @return [Types::GetGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
538
538
  #
@@ -565,7 +565,7 @@ module Aws::XRay
565
565
  # Retrieves all sampling rules.
566
566
  #
567
567
  # @option params [String] :next_token
568
- # Pagination token. Not used.
568
+ # Pagination token.
569
569
  #
570
570
  # @return [Types::GetSamplingRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
571
571
  #
@@ -612,7 +612,7 @@ module Aws::XRay
612
612
  # rules.
613
613
  #
614
614
  # @option params [String] :next_token
615
- # Pagination token. Not used.
615
+ # Pagination token.
616
616
  #
617
617
  # @return [Types::GetSamplingStatisticSummariesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
618
618
  #
@@ -697,9 +697,13 @@ module Aws::XRay
697
697
  # Retrieves a document that describes services that process incoming
698
698
  # requests, and downstream services that they call as a result. Root
699
699
  # services process incoming requests and make calls to downstream
700
- # services. Root services are applications that use the AWS X-Ray SDK.
701
- # Downstream services can be other applications, AWS resources, HTTP web
702
- # APIs, or SQL databases.
700
+ # services. Root services are applications that use the [AWS X-Ray
701
+ # SDK][1]. Downstream services can be other applications, AWS resources,
702
+ # HTTP web APIs, or SQL databases.
703
+ #
704
+ #
705
+ #
706
+ # [1]: https://docs.aws.amazon.com/xray/index.html
703
707
  #
704
708
  # @option params [required, Time,DateTime,Date,Integer,String] :start_time
705
709
  # The start of the time frame for which to generate a graph.
@@ -714,7 +718,7 @@ module Aws::XRay
714
718
  # The ARN of a group to generate a graph based on.
715
719
  #
716
720
  # @option params [String] :next_token
717
- # Pagination token. Not used.
721
+ # Pagination token.
718
722
  #
719
723
  # @return [Types::GetServiceGraphResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
720
724
  #
@@ -820,7 +824,7 @@ module Aws::XRay
820
824
  # Aggregation period in seconds.
821
825
  #
822
826
  # @option params [String] :next_token
823
- # Pagination token. Not used.
827
+ # Pagination token.
824
828
  #
825
829
  # @return [Types::GetTimeSeriesServiceStatisticsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
826
830
  #
@@ -881,7 +885,7 @@ module Aws::XRay
881
885
  # Trace IDs of requests for which to generate a service graph.
882
886
  #
883
887
  # @option params [String] :next_token
884
- # Pagination token. Not used.
888
+ # Pagination token.
885
889
  #
886
890
  # @return [Types::GetTraceGraphResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
887
891
  #
@@ -953,9 +957,9 @@ module Aws::XRay
953
957
  req.send_request(options)
954
958
  end
955
959
 
956
- # Retrieves IDs and metadata for traces available for a specified time
957
- # frame using an optional filter. To get the full traces, pass the trace
958
- # IDs to `BatchGetTraces`.
960
+ # Retrieves IDs and annotations for traces available for a specified
961
+ # time frame using an optional filter. To get the full traces, pass the
962
+ # trace IDs to `BatchGetTraces`.
959
963
  #
960
964
  # A filter expression can target traced requests that hit specific
961
965
  # service nodes or edges, have errors, or come from a known user. For
@@ -1138,7 +1142,8 @@ module Aws::XRay
1138
1142
  # * **Alias** - The name of the key. For example, `alias/MyKey`.
1139
1143
  #
1140
1144
  # * **Key ID** - The KMS key ID of the key. For example,
1141
- # `ae4aa6d49-a4d8-9df9-a475-4ff6d7898456`.
1145
+ # `ae4aa6d49-a4d8-9df9-a475-4ff6d7898456`. AWS X-Ray does not support
1146
+ # asymmetric CMKs.
1142
1147
  #
1143
1148
  # * **ARN** - The full Amazon Resource Name of the key ID or alias. For
1144
1149
  # example,
@@ -1223,13 +1228,13 @@ module Aws::XRay
1223
1228
  req.send_request(options)
1224
1229
  end
1225
1230
 
1226
- # Uploads segment documents to AWS X-Ray. The X-Ray SDK generates
1231
+ # Uploads segment documents to AWS X-Ray. The [X-Ray SDK][1] generates
1227
1232
  # segment documents and sends them to the X-Ray daemon, which uploads
1228
1233
  # them in batches. A segment document can be a completed segment, an
1229
1234
  # in-progress segment, or an array of subsegments.
1230
1235
  #
1231
1236
  # Segments must include the following fields. For the full segment
1232
- # document schema, see [AWS X-Ray Segment Documents][1] in the *AWS
1237
+ # document schema, see [AWS X-Ray Segment Documents][2] in the *AWS
1233
1238
  # X-Ray Developer Guide*.
1234
1239
  #
1235
1240
  # **Required Segment Document Fields**
@@ -1273,7 +1278,8 @@ module Aws::XRay
1273
1278
  #
1274
1279
  #
1275
1280
  #
1276
- # [1]: https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html
1281
+ # [1]: https://docs.aws.amazon.com/xray/index.html
1282
+ # [2]: https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html
1277
1283
  #
1278
1284
  # @option params [required, Array<String>] :trace_segment_documents
1279
1285
  # A string containing a JSON document defining one or more segments or
@@ -1415,7 +1421,7 @@ module Aws::XRay
1415
1421
  params: params,
1416
1422
  config: config)
1417
1423
  context[:gem_name] = 'aws-sdk-xray'
1418
- context[:gem_version] = '1.21.0'
1424
+ context[:gem_version] = '1.22.0'
1419
1425
  Seahorse::Client::Request.new(handlers, context)
1420
1426
  end
1421
1427
 
@@ -123,7 +123,7 @@ module Aws::XRay
123
123
  # @return [Array<String>]
124
124
  #
125
125
  # @!attribute [rw] next_token
126
- # Pagination token. Not used.
126
+ # Pagination token.
127
127
  # @return [String]
128
128
  #
129
129
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/BatchGetTracesRequest AWS API Documentation
@@ -143,7 +143,7 @@ module Aws::XRay
143
143
  # @return [Array<String>]
144
144
  #
145
145
  # @!attribute [rw] next_token
146
- # Pagination token. Not used.
146
+ # Pagination token.
147
147
  # @return [String]
148
148
  #
149
149
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/BatchGetTracesResult AWS API Documentation
@@ -671,7 +671,7 @@ module Aws::XRay
671
671
  # }
672
672
  #
673
673
  # @!attribute [rw] next_token
674
- # Pagination token. Not used.
674
+ # Pagination token.
675
675
  # @return [String]
676
676
  #
677
677
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetGroupsRequest AWS API Documentation
@@ -686,7 +686,7 @@ module Aws::XRay
686
686
  # @return [Array<Types::GroupSummary>]
687
687
  #
688
688
  # @!attribute [rw] next_token
689
- # Pagination token. Not used.
689
+ # Pagination token.
690
690
  # @return [String]
691
691
  #
692
692
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetGroupsResult AWS API Documentation
@@ -705,7 +705,7 @@ module Aws::XRay
705
705
  # }
706
706
  #
707
707
  # @!attribute [rw] next_token
708
- # Pagination token. Not used.
708
+ # Pagination token.
709
709
  # @return [String]
710
710
  #
711
711
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetSamplingRulesRequest AWS API Documentation
@@ -720,7 +720,7 @@ module Aws::XRay
720
720
  # @return [Array<Types::SamplingRuleRecord>]
721
721
  #
722
722
  # @!attribute [rw] next_token
723
- # Pagination token. Not used.
723
+ # Pagination token.
724
724
  # @return [String]
725
725
  #
726
726
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetSamplingRulesResult AWS API Documentation
@@ -739,7 +739,7 @@ module Aws::XRay
739
739
  # }
740
740
  #
741
741
  # @!attribute [rw] next_token
742
- # Pagination token. Not used.
742
+ # Pagination token.
743
743
  # @return [String]
744
744
  #
745
745
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetSamplingStatisticSummariesRequest AWS API Documentation
@@ -755,7 +755,7 @@ module Aws::XRay
755
755
  # @return [Array<Types::SamplingStatisticSummary>]
756
756
  #
757
757
  # @!attribute [rw] next_token
758
- # Pagination token. Not used.
758
+ # Pagination token.
759
759
  # @return [String]
760
760
  #
761
761
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetSamplingStatisticSummariesResult AWS API Documentation
@@ -847,7 +847,7 @@ module Aws::XRay
847
847
  # @return [String]
848
848
  #
849
849
  # @!attribute [rw] next_token
850
- # Pagination token. Not used.
850
+ # Pagination token.
851
851
  # @return [String]
852
852
  #
853
853
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetServiceGraphRequest AWS API Documentation
@@ -881,7 +881,7 @@ module Aws::XRay
881
881
  # @return [Boolean]
882
882
  #
883
883
  # @!attribute [rw] next_token
884
- # Pagination token. Not used.
884
+ # Pagination token.
885
885
  # @return [String]
886
886
  #
887
887
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetServiceGraphResult AWS API Documentation
@@ -936,7 +936,7 @@ module Aws::XRay
936
936
  # @return [Integer]
937
937
  #
938
938
  # @!attribute [rw] next_token
939
- # Pagination token. Not used.
939
+ # Pagination token.
940
940
  # @return [String]
941
941
  #
942
942
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTimeSeriesServiceStatisticsRequest AWS API Documentation
@@ -963,7 +963,7 @@ module Aws::XRay
963
963
  # @return [Boolean]
964
964
  #
965
965
  # @!attribute [rw] next_token
966
- # Pagination token. Not used.
966
+ # Pagination token.
967
967
  # @return [String]
968
968
  #
969
969
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTimeSeriesServiceStatisticsResult AWS API Documentation
@@ -988,7 +988,7 @@ module Aws::XRay
988
988
  # @return [Array<String>]
989
989
  #
990
990
  # @!attribute [rw] next_token
991
- # Pagination token. Not used.
991
+ # Pagination token.
992
992
  # @return [String]
993
993
  #
994
994
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTraceGraphRequest AWS API Documentation
@@ -1004,7 +1004,7 @@ module Aws::XRay
1004
1004
  # @return [Array<Types::Service>]
1005
1005
  #
1006
1006
  # @!attribute [rw] next_token
1007
- # Pagination token. Not used.
1007
+ # Pagination token.
1008
1008
  # @return [String]
1009
1009
  #
1010
1010
  # @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTraceGraphResult AWS API Documentation
@@ -1078,8 +1078,8 @@ module Aws::XRay
1078
1078
  end
1079
1079
 
1080
1080
  # @!attribute [rw] trace_summaries
1081
- # Trace IDs and metadata for traces that were found in the specified
1082
- # time frame.
1081
+ # Trace IDs and annotations for traces that were found in the
1082
+ # specified time frame.
1083
1083
  # @return [Array<Types::TraceSummary>]
1084
1084
  #
1085
1085
  # @!attribute [rw] approximate_time
@@ -1247,7 +1247,8 @@ module Aws::XRay
1247
1247
  # * **Alias** - The name of the key. For example, `alias/MyKey`.
1248
1248
  #
1249
1249
  # * **Key ID** - The KMS key ID of the key. For example,
1250
- # `ae4aa6d49-a4d8-9df9-a475-4ff6d7898456`.
1250
+ # `ae4aa6d49-a4d8-9df9-a475-4ff6d7898456`. AWS X-Ray does not
1251
+ # support asymmetric CMKs.
1251
1252
  #
1252
1253
  # * **ARN** - The full Amazon Resource Name of the key ID or alias.
1253
1254
  # For example,
@@ -2168,11 +2169,11 @@ module Aws::XRay
2168
2169
  # @return [Float]
2169
2170
  #
2170
2171
  # @!attribute [rw] has_fault
2171
- # One or more of the segment documents has a 500 series error.
2172
+ # The root segment document has a 500 series error.
2172
2173
  # @return [Boolean]
2173
2174
  #
2174
2175
  # @!attribute [rw] has_error
2175
- # One or more of the segment documents has a 400 series error.
2176
+ # The root segment document has a 400 series error.
2176
2177
  # @return [Boolean]
2177
2178
  #
2178
2179
  # @!attribute [rw] has_throttle
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.21.0
4
+ version: 1.22.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core