aws-sdk-core 2.11.118 → 2.11.119

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba65b5832b1a554439df8ee8cd780ee75a0e5ebb
4
- data.tar.gz: 5c5590725ef55dc07cb4ce579c771cbd8cedf686
3
+ metadata.gz: 19c71e9bb61544890ba4742ad7ec4c1cd6c03e8f
4
+ data.tar.gz: 186177ef6762ed37fa5748fb238b4a70be6f7d63
5
5
  SHA512:
6
- metadata.gz: ff705e1fde6445b13337f5c03eb5889b513d763cb088d63f8fd247a503a97fd834cb00e650160d7a1a4914290e38d4be9ca6fa837b05ce720cdbb1137e20891e
7
- data.tar.gz: 6cb8a4c358512d0ebb4fb76f08c5bacca25513bfb33270214ff08b4b326de5ef534c5384beec590406e38eeb91b0c683ff7706a725ecff02e3174d133172153d
6
+ metadata.gz: 6bdb699dd00332ce1bbf18f0bfecee89072d1963f7dc06caa27720b0ed6e81b60012999159b13d65b7769517a13abfb320cae4f3033cfe868e47574c220899f6
7
+ data.tar.gz: 1d61fca53430197a1d91b653da39d019e592abc238e3011b92d7f3ce1af30a0c869259d80baf9028d4f4b32d0f61cc998c582add6f25437f82dd70086b207a12
@@ -419,6 +419,22 @@
419
419
  {"shape":"OperationTimeoutException"}
420
420
  ]
421
421
  },
422
+ "DeleteResourcePolicy":{
423
+ "name":"DeleteResourcePolicy",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"DeleteResourcePolicyRequest"},
429
+ "output":{"shape":"DeleteResourcePolicyResponse"},
430
+ "errors":[
431
+ {"shape":"EntityNotFoundException"},
432
+ {"shape":"InternalServiceException"},
433
+ {"shape":"OperationTimeoutException"},
434
+ {"shape":"InvalidInputException"},
435
+ {"shape":"ConditionCheckFailureException"}
436
+ ]
437
+ },
422
438
  "DeleteSecurityConfiguration":{
423
439
  "name":"DeleteSecurityConfiguration",
424
440
  "http":{
@@ -795,6 +811,21 @@
795
811
  {"shape":"OperationTimeoutException"}
796
812
  ]
797
813
  },
814
+ "GetResourcePolicy":{
815
+ "name":"GetResourcePolicy",
816
+ "http":{
817
+ "method":"POST",
818
+ "requestUri":"/"
819
+ },
820
+ "input":{"shape":"GetResourcePolicyRequest"},
821
+ "output":{"shape":"GetResourcePolicyResponse"},
822
+ "errors":[
823
+ {"shape":"EntityNotFoundException"},
824
+ {"shape":"InternalServiceException"},
825
+ {"shape":"OperationTimeoutException"},
826
+ {"shape":"InvalidInputException"}
827
+ ]
828
+ },
798
829
  "GetSecurityConfiguration":{
799
830
  "name":"GetSecurityConfiguration",
800
831
  "http":{
@@ -978,6 +1009,22 @@
978
1009
  {"shape":"OperationTimeoutException"}
979
1010
  ]
980
1011
  },
1012
+ "PutResourcePolicy":{
1013
+ "name":"PutResourcePolicy",
1014
+ "http":{
1015
+ "method":"POST",
1016
+ "requestUri":"/"
1017
+ },
1018
+ "input":{"shape":"PutResourcePolicyRequest"},
1019
+ "output":{"shape":"PutResourcePolicyResponse"},
1020
+ "errors":[
1021
+ {"shape":"EntityNotFoundException"},
1022
+ {"shape":"InternalServiceException"},
1023
+ {"shape":"OperationTimeoutException"},
1024
+ {"shape":"InvalidInputException"},
1025
+ {"shape":"ConditionCheckFailureException"}
1026
+ ]
1027
+ },
981
1028
  "ResetJobBookmark":{
982
1029
  "name":"ResetJobBookmark",
983
1030
  "http":{
@@ -1677,6 +1724,13 @@
1677
1724
  "State":{"shape":"JobRunState"}
1678
1725
  }
1679
1726
  },
1727
+ "ConditionCheckFailureException":{
1728
+ "type":"structure",
1729
+ "members":{
1730
+ "Message":{"shape":"MessageString"}
1731
+ },
1732
+ "exception":true
1733
+ },
1680
1734
  "ConditionList":{
1681
1735
  "type":"list",
1682
1736
  "member":{"shape":"Condition"}
@@ -2280,6 +2334,17 @@
2280
2334
  "members":{
2281
2335
  }
2282
2336
  },
2337
+ "DeleteResourcePolicyRequest":{
2338
+ "type":"structure",
2339
+ "members":{
2340
+ "PolicyHashCondition":{"shape":"HashString"}
2341
+ }
2342
+ },
2343
+ "DeleteResourcePolicyResponse":{
2344
+ "type":"structure",
2345
+ "members":{
2346
+ }
2347
+ },
2283
2348
  "DeleteSecurityConfigurationRequest":{
2284
2349
  "type":"structure",
2285
2350
  "required":["Name"],
@@ -2460,6 +2525,14 @@
2460
2525
  }
2461
2526
  },
2462
2527
  "ExecutionTime":{"type":"integer"},
2528
+ "ExistCondition":{
2529
+ "type":"string",
2530
+ "enum":[
2531
+ "MUST_EXIST",
2532
+ "NOT_EXIST",
2533
+ "NONE"
2534
+ ]
2535
+ },
2463
2536
  "FieldType":{"type":"string"},
2464
2537
  "FilterString":{
2465
2538
  "type":"string",
@@ -2807,6 +2880,20 @@
2807
2880
  "ScalaCode":{"shape":"ScalaCode"}
2808
2881
  }
2809
2882
  },
2883
+ "GetResourcePolicyRequest":{
2884
+ "type":"structure",
2885
+ "members":{
2886
+ }
2887
+ },
2888
+ "GetResourcePolicyResponse":{
2889
+ "type":"structure",
2890
+ "members":{
2891
+ "PolicyInJson":{"shape":"PolicyJsonString"},
2892
+ "PolicyHash":{"shape":"HashString"},
2893
+ "CreateTime":{"shape":"Timestamp"},
2894
+ "UpdateTime":{"shape":"Timestamp"}
2895
+ }
2896
+ },
2810
2897
  "GetSecurityConfigurationRequest":{
2811
2898
  "type":"structure",
2812
2899
  "required":["Name"],
@@ -3011,6 +3098,12 @@
3011
3098
  "min":1,
3012
3099
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\t]*"
3013
3100
  },
3101
+ "HashString":{
3102
+ "type":"string",
3103
+ "max":255,
3104
+ "min":1,
3105
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
3106
+ },
3014
3107
  "IdString":{
3015
3108
  "type":"string",
3016
3109
  "max":255,
@@ -3442,6 +3535,11 @@
3442
3535
  "AvailabilityZone":{"shape":"NameString"}
3443
3536
  }
3444
3537
  },
3538
+ "PolicyJsonString":{
3539
+ "type":"string",
3540
+ "max":10240,
3541
+ "min":2
3542
+ },
3445
3543
  "Predecessor":{
3446
3544
  "type":"structure",
3447
3545
  "members":{
@@ -3492,6 +3590,21 @@
3492
3590
  "members":{
3493
3591
  }
3494
3592
  },
3593
+ "PutResourcePolicyRequest":{
3594
+ "type":"structure",
3595
+ "required":["PolicyInJson"],
3596
+ "members":{
3597
+ "PolicyInJson":{"shape":"PolicyJsonString"},
3598
+ "PolicyHashCondition":{"shape":"HashString"},
3599
+ "PolicyExistsCondition":{"shape":"ExistCondition"}
3600
+ }
3601
+ },
3602
+ "PutResourcePolicyResponse":{
3603
+ "type":"structure",
3604
+ "members":{
3605
+ "PolicyHash":{"shape":"HashString"}
3606
+ }
3607
+ },
3495
3608
  "PythonScript":{"type":"string"},
3496
3609
  "ResetJobBookmarkRequest":{
3497
3610
  "type":"structure",
@@ -5,6 +5,7 @@
5
5
  "endpointPrefix":"xray",
6
6
  "protocol":"rest-json",
7
7
  "serviceFullName":"AWS X-Ray",
8
+ "serviceId":"XRay",
8
9
  "signatureVersion":"v4",
9
10
  "uid":"xray-2016-04-12"
10
11
  },
@@ -22,6 +23,33 @@
22
23
  {"shape":"ThrottledException"}
23
24
  ]
24
25
  },
26
+ "CreateSamplingRule":{
27
+ "name":"CreateSamplingRule",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/CreateSamplingRule"
31
+ },
32
+ "input":{"shape":"CreateSamplingRuleRequest"},
33
+ "output":{"shape":"CreateSamplingRuleResult"},
34
+ "errors":[
35
+ {"shape":"InvalidRequestException"},
36
+ {"shape":"ThrottledException"},
37
+ {"shape":"RuleLimitExceededException"}
38
+ ]
39
+ },
40
+ "DeleteSamplingRule":{
41
+ "name":"DeleteSamplingRule",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/DeleteSamplingRule"
45
+ },
46
+ "input":{"shape":"DeleteSamplingRuleRequest"},
47
+ "output":{"shape":"DeleteSamplingRuleResult"},
48
+ "errors":[
49
+ {"shape":"InvalidRequestException"},
50
+ {"shape":"ThrottledException"}
51
+ ]
52
+ },
25
53
  "GetEncryptionConfig":{
26
54
  "name":"GetEncryptionConfig",
27
55
  "http":{
@@ -35,6 +63,45 @@
35
63
  {"shape":"ThrottledException"}
36
64
  ]
37
65
  },
66
+ "GetSamplingRules":{
67
+ "name":"GetSamplingRules",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/GetSamplingRules"
71
+ },
72
+ "input":{"shape":"GetSamplingRulesRequest"},
73
+ "output":{"shape":"GetSamplingRulesResult"},
74
+ "errors":[
75
+ {"shape":"InvalidRequestException"},
76
+ {"shape":"ThrottledException"}
77
+ ]
78
+ },
79
+ "GetSamplingStatisticSummaries":{
80
+ "name":"GetSamplingStatisticSummaries",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/SamplingStatisticSummaries"
84
+ },
85
+ "input":{"shape":"GetSamplingStatisticSummariesRequest"},
86
+ "output":{"shape":"GetSamplingStatisticSummariesResult"},
87
+ "errors":[
88
+ {"shape":"InvalidRequestException"},
89
+ {"shape":"ThrottledException"}
90
+ ]
91
+ },
92
+ "GetSamplingTargets":{
93
+ "name":"GetSamplingTargets",
94
+ "http":{
95
+ "method":"POST",
96
+ "requestUri":"/SamplingTargets"
97
+ },
98
+ "input":{"shape":"GetSamplingTargetsRequest"},
99
+ "output":{"shape":"GetSamplingTargetsResult"},
100
+ "errors":[
101
+ {"shape":"InvalidRequestException"},
102
+ {"shape":"ThrottledException"}
103
+ ]
104
+ },
38
105
  "GetServiceGraph":{
39
106
  "name":"GetServiceGraph",
40
107
  "http":{
@@ -112,6 +179,19 @@
112
179
  {"shape":"InvalidRequestException"},
113
180
  {"shape":"ThrottledException"}
114
181
  ]
182
+ },
183
+ "UpdateSamplingRule":{
184
+ "name":"UpdateSamplingRule",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/UpdateSamplingRule"
188
+ },
189
+ "input":{"shape":"UpdateSamplingRuleRequest"},
190
+ "output":{"shape":"UpdateSamplingRuleResult"},
191
+ "errors":[
192
+ {"shape":"InvalidRequestException"},
193
+ {"shape":"ThrottledException"}
194
+ ]
115
195
  }
116
196
  },
117
197
  "shapes":{
@@ -145,6 +225,22 @@
145
225
  "key":{"shape":"AnnotationKey"},
146
226
  "value":{"shape":"ValuesWithServiceIds"}
147
227
  },
228
+ "AttributeKey":{
229
+ "type":"string",
230
+ "max":32,
231
+ "min":1
232
+ },
233
+ "AttributeMap":{
234
+ "type":"map",
235
+ "key":{"shape":"AttributeKey"},
236
+ "value":{"shape":"AttributeValue"},
237
+ "max":5
238
+ },
239
+ "AttributeValue":{
240
+ "type":"string",
241
+ "max":32,
242
+ "min":1
243
+ },
148
244
  "BackendConnectionErrors":{
149
245
  "type":"structure",
150
246
  "members":{
@@ -172,6 +268,41 @@
172
268
  "NextToken":{"shape":"String"}
173
269
  }
174
270
  },
271
+ "BorrowCount":{
272
+ "type":"integer",
273
+ "min":0
274
+ },
275
+ "ClientID":{
276
+ "type":"string",
277
+ "max":24,
278
+ "min":24
279
+ },
280
+ "CreateSamplingRuleRequest":{
281
+ "type":"structure",
282
+ "required":["SamplingRule"],
283
+ "members":{
284
+ "SamplingRule":{"shape":"SamplingRule"}
285
+ }
286
+ },
287
+ "CreateSamplingRuleResult":{
288
+ "type":"structure",
289
+ "members":{
290
+ "SamplingRuleRecord":{"shape":"SamplingRuleRecord"}
291
+ }
292
+ },
293
+ "DeleteSamplingRuleRequest":{
294
+ "type":"structure",
295
+ "members":{
296
+ "RuleName":{"shape":"String"},
297
+ "RuleARN":{"shape":"String"}
298
+ }
299
+ },
300
+ "DeleteSamplingRuleResult":{
301
+ "type":"structure",
302
+ "members":{
303
+ "SamplingRuleRecord":{"shape":"SamplingRuleRecord"}
304
+ }
305
+ },
175
306
  "Double":{"type":"double"},
176
307
  "EC2InstanceId":{
177
308
  "type":"string",
@@ -250,6 +381,11 @@
250
381
  "max":2000,
251
382
  "min":1
252
383
  },
384
+ "FixedRate":{
385
+ "type":"double",
386
+ "max":1,
387
+ "min":0
388
+ },
253
389
  "GetEncryptionConfigRequest":{
254
390
  "type":"structure",
255
391
  "members":{
@@ -261,6 +397,47 @@
261
397
  "EncryptionConfig":{"shape":"EncryptionConfig"}
262
398
  }
263
399
  },
400
+ "GetSamplingRulesRequest":{
401
+ "type":"structure",
402
+ "members":{
403
+ "NextToken":{"shape":"String"}
404
+ }
405
+ },
406
+ "GetSamplingRulesResult":{
407
+ "type":"structure",
408
+ "members":{
409
+ "SamplingRuleRecords":{"shape":"SamplingRuleRecordList"},
410
+ "NextToken":{"shape":"String"}
411
+ }
412
+ },
413
+ "GetSamplingStatisticSummariesRequest":{
414
+ "type":"structure",
415
+ "members":{
416
+ "NextToken":{"shape":"String"}
417
+ }
418
+ },
419
+ "GetSamplingStatisticSummariesResult":{
420
+ "type":"structure",
421
+ "members":{
422
+ "SamplingStatisticSummaries":{"shape":"SamplingStatisticSummaryList"},
423
+ "NextToken":{"shape":"String"}
424
+ }
425
+ },
426
+ "GetSamplingTargetsRequest":{
427
+ "type":"structure",
428
+ "required":["SamplingStatisticsDocuments"],
429
+ "members":{
430
+ "SamplingStatisticsDocuments":{"shape":"SamplingStatisticsDocumentList"}
431
+ }
432
+ },
433
+ "GetSamplingTargetsResult":{
434
+ "type":"structure",
435
+ "members":{
436
+ "SamplingTargetDocuments":{"shape":"SamplingTargetDocumentList"},
437
+ "LastRuleModification":{"shape":"Timestamp"},
438
+ "UnprocessedStatistics":{"shape":"UnprocessedStatisticsList"}
439
+ }
440
+ },
264
441
  "GetServiceGraphRequest":{
265
442
  "type":"structure",
266
443
  "required":[
@@ -320,6 +497,10 @@
320
497
  "NextToken":{"shape":"String"}
321
498
  }
322
499
  },
500
+ "HTTPMethod":{
501
+ "type":"string",
502
+ "max":10
503
+ },
323
504
  "Histogram":{
324
505
  "type":"list",
325
506
  "member":{"shape":"HistogramEntry"}
@@ -331,6 +512,10 @@
331
512
  "Count":{"shape":"Integer"}
332
513
  }
333
514
  },
515
+ "Host":{
516
+ "type":"string",
517
+ "max":64
518
+ },
334
519
  "Hostname":{
335
520
  "type":"string",
336
521
  "max":255
@@ -357,6 +542,11 @@
357
542
  "NullableDouble":{"type":"double"},
358
543
  "NullableInteger":{"type":"integer"},
359
544
  "NullableLong":{"type":"long"},
545
+ "Priority":{
546
+ "type":"integer",
547
+ "max":9999,
548
+ "min":1
549
+ },
360
550
  "PutEncryptionConfigRequest":{
361
551
  "type":"structure",
362
552
  "required":["Type"],
@@ -399,10 +589,144 @@
399
589
  "UnprocessedTraceSegments":{"shape":"UnprocessedTraceSegmentList"}
400
590
  }
401
591
  },
592
+ "RequestCount":{
593
+ "type":"integer",
594
+ "min":0
595
+ },
596
+ "ReservoirSize":{
597
+ "type":"integer",
598
+ "min":0
599
+ },
402
600
  "ResourceARN":{
403
601
  "type":"string",
404
602
  "max":500
405
603
  },
604
+ "RuleLimitExceededException":{
605
+ "type":"structure",
606
+ "members":{
607
+ "Message":{"shape":"ErrorMessage"}
608
+ },
609
+ "exception":true
610
+ },
611
+ "RuleName":{
612
+ "type":"string",
613
+ "max":32,
614
+ "min":1
615
+ },
616
+ "SampledCount":{
617
+ "type":"integer",
618
+ "min":0
619
+ },
620
+ "SamplingRule":{
621
+ "type":"structure",
622
+ "required":[
623
+ "ResourceARN",
624
+ "Priority",
625
+ "FixedRate",
626
+ "ReservoirSize",
627
+ "ServiceName",
628
+ "ServiceType",
629
+ "Host",
630
+ "HTTPMethod",
631
+ "URLPath",
632
+ "Version"
633
+ ],
634
+ "members":{
635
+ "RuleName":{"shape":"RuleName"},
636
+ "RuleARN":{"shape":"String"},
637
+ "ResourceARN":{"shape":"ResourceARN"},
638
+ "Priority":{"shape":"Priority"},
639
+ "FixedRate":{"shape":"FixedRate"},
640
+ "ReservoirSize":{"shape":"ReservoirSize"},
641
+ "ServiceName":{"shape":"ServiceName"},
642
+ "ServiceType":{"shape":"ServiceType"},
643
+ "Host":{"shape":"Host"},
644
+ "HTTPMethod":{"shape":"HTTPMethod"},
645
+ "URLPath":{"shape":"URLPath"},
646
+ "Version":{"shape":"Version"},
647
+ "Attributes":{"shape":"AttributeMap"}
648
+ }
649
+ },
650
+ "SamplingRuleRecord":{
651
+ "type":"structure",
652
+ "members":{
653
+ "SamplingRule":{"shape":"SamplingRule"},
654
+ "CreatedAt":{"shape":"Timestamp"},
655
+ "ModifiedAt":{"shape":"Timestamp"}
656
+ }
657
+ },
658
+ "SamplingRuleRecordList":{
659
+ "type":"list",
660
+ "member":{"shape":"SamplingRuleRecord"}
661
+ },
662
+ "SamplingRuleUpdate":{
663
+ "type":"structure",
664
+ "members":{
665
+ "RuleName":{"shape":"RuleName"},
666
+ "RuleARN":{"shape":"String"},
667
+ "ResourceARN":{"shape":"ResourceARN"},
668
+ "Priority":{"shape":"NullableInteger"},
669
+ "FixedRate":{"shape":"NullableDouble"},
670
+ "ReservoirSize":{"shape":"NullableInteger"},
671
+ "Host":{"shape":"Host"},
672
+ "ServiceName":{"shape":"ServiceName"},
673
+ "ServiceType":{"shape":"ServiceType"},
674
+ "HTTPMethod":{"shape":"HTTPMethod"},
675
+ "URLPath":{"shape":"URLPath"},
676
+ "Attributes":{"shape":"AttributeMap"}
677
+ }
678
+ },
679
+ "SamplingStatisticSummary":{
680
+ "type":"structure",
681
+ "members":{
682
+ "RuleName":{"shape":"String"},
683
+ "Timestamp":{"shape":"Timestamp"},
684
+ "RequestCount":{"shape":"Integer"},
685
+ "BorrowCount":{"shape":"Integer"},
686
+ "SampledCount":{"shape":"Integer"}
687
+ }
688
+ },
689
+ "SamplingStatisticSummaryList":{
690
+ "type":"list",
691
+ "member":{"shape":"SamplingStatisticSummary"}
692
+ },
693
+ "SamplingStatisticsDocument":{
694
+ "type":"structure",
695
+ "required":[
696
+ "RuleName",
697
+ "ClientID",
698
+ "Timestamp",
699
+ "RequestCount",
700
+ "SampledCount"
701
+ ],
702
+ "members":{
703
+ "RuleName":{"shape":"RuleName"},
704
+ "ClientID":{"shape":"ClientID"},
705
+ "Timestamp":{"shape":"Timestamp"},
706
+ "RequestCount":{"shape":"RequestCount"},
707
+ "SampledCount":{"shape":"SampledCount"},
708
+ "BorrowCount":{"shape":"BorrowCount"}
709
+ }
710
+ },
711
+ "SamplingStatisticsDocumentList":{
712
+ "type":"list",
713
+ "member":{"shape":"SamplingStatisticsDocument"},
714
+ "max":25
715
+ },
716
+ "SamplingTargetDocument":{
717
+ "type":"structure",
718
+ "members":{
719
+ "RuleName":{"shape":"String"},
720
+ "FixedRate":{"shape":"Double"},
721
+ "ReservoirQuota":{"shape":"NullableInteger"},
722
+ "ReservoirQuotaTTL":{"shape":"Timestamp"},
723
+ "Interval":{"shape":"NullableInteger"}
724
+ }
725
+ },
726
+ "SamplingTargetDocumentList":{
727
+ "type":"list",
728
+ "member":{"shape":"SamplingTargetDocument"}
729
+ },
406
730
  "Segment":{
407
731
  "type":"structure",
408
732
  "members":{
@@ -454,6 +778,10 @@
454
778
  "type":"list",
455
779
  "member":{"shape":"Service"}
456
780
  },
781
+ "ServiceName":{
782
+ "type":"string",
783
+ "max":64
784
+ },
457
785
  "ServiceNames":{
458
786
  "type":"list",
459
787
  "member":{"shape":"String"}
@@ -468,6 +796,10 @@
468
796
  "TotalResponseTime":{"shape":"NullableDouble"}
469
797
  }
470
798
  },
799
+ "ServiceType":{
800
+ "type":"string",
801
+ "max":64
802
+ },
471
803
  "String":{"type":"string"},
472
804
  "TelemetryRecord":{
473
805
  "type":"structure",
@@ -551,6 +883,22 @@
551
883
  "type":"list",
552
884
  "member":{"shape":"TraceUser"}
553
885
  },
886
+ "URLPath":{
887
+ "type":"string",
888
+ "max":128
889
+ },
890
+ "UnprocessedStatistics":{
891
+ "type":"structure",
892
+ "members":{
893
+ "RuleName":{"shape":"String"},
894
+ "ErrorCode":{"shape":"String"},
895
+ "Message":{"shape":"String"}
896
+ }
897
+ },
898
+ "UnprocessedStatisticsList":{
899
+ "type":"list",
900
+ "member":{"shape":"UnprocessedStatistics"}
901
+ },
554
902
  "UnprocessedTraceIdList":{
555
903
  "type":"list",
556
904
  "member":{"shape":"TraceId"}
@@ -567,6 +915,19 @@
567
915
  "type":"list",
568
916
  "member":{"shape":"UnprocessedTraceSegment"}
569
917
  },
918
+ "UpdateSamplingRuleRequest":{
919
+ "type":"structure",
920
+ "required":["SamplingRuleUpdate"],
921
+ "members":{
922
+ "SamplingRuleUpdate":{"shape":"SamplingRuleUpdate"}
923
+ }
924
+ },
925
+ "UpdateSamplingRuleResult":{
926
+ "type":"structure",
927
+ "members":{
928
+ "SamplingRuleRecord":{"shape":"SamplingRuleRecord"}
929
+ }
930
+ },
570
931
  "ValueWithServiceIds":{
571
932
  "type":"structure",
572
933
  "members":{
@@ -577,6 +938,10 @@
577
938
  "ValuesWithServiceIds":{
578
939
  "type":"list",
579
940
  "member":{"shape":"ValueWithServiceIds"}
941
+ },
942
+ "Version":{
943
+ "type":"integer",
944
+ "min":1
580
945
  }
581
946
  }
582
947
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.118'
2
+ VERSION = '2.11.119'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.118
4
+ version: 2.11.119
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: 2018-08-27 00:00:00.000000000 Z
11
+ date: 2018-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath