aws-sdk-core 2.11.342 → 2.11.343
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47eb730b0fa873df4ce6e429a01b0eabfcd1cafa
|
4
|
+
data.tar.gz: c3e0d1966e8bb0fe8c2daa344b09ae96fe3c4166
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8518c53d0df25dcef18781ebdbc51e98fcbf2ee5be23f52dc65f7d786b681a6cb9d4a8ac483b823676027c2e22c96cadeddd1115b2ddfdbf71403eacd7411462
|
7
|
+
data.tar.gz: 0eb865103313ce5e3eea62f3a20a8daac13330ce96a4d590e3461c115171cafcdabeb753547cac34203f578ce96e07edc7127186759f831d0803c4046d455f7e
|
@@ -41,7 +41,8 @@
|
|
41
41
|
{"shape":"ListenerNotFoundException"},
|
42
42
|
{"shape":"InternalServiceErrorException"},
|
43
43
|
{"shape":"InvalidArgumentException"},
|
44
|
-
{"shape":"LimitExceededException"}
|
44
|
+
{"shape":"LimitExceededException"},
|
45
|
+
{"shape":"AccessDeniedException"}
|
45
46
|
]
|
46
47
|
},
|
47
48
|
"CreateListener":{
|
@@ -83,6 +84,7 @@
|
|
83
84
|
},
|
84
85
|
"input":{"shape":"DeleteEndpointGroupRequest"},
|
85
86
|
"errors":[
|
87
|
+
{"shape":"InvalidArgumentException"},
|
86
88
|
{"shape":"EndpointGroupNotFoundException"},
|
87
89
|
{"shape":"InternalServiceErrorException"}
|
88
90
|
]
|
@@ -95,6 +97,7 @@
|
|
95
97
|
},
|
96
98
|
"input":{"shape":"DeleteListenerRequest"},
|
97
99
|
"errors":[
|
100
|
+
{"shape":"InvalidArgumentException"},
|
98
101
|
{"shape":"ListenerNotFoundException"},
|
99
102
|
{"shape":"AssociatedEndpointGroupFoundException"},
|
100
103
|
{"shape":"InternalServiceErrorException"}
|
@@ -137,6 +140,7 @@
|
|
137
140
|
"input":{"shape":"DescribeEndpointGroupRequest"},
|
138
141
|
"output":{"shape":"DescribeEndpointGroupResponse"},
|
139
142
|
"errors":[
|
143
|
+
{"shape":"InvalidArgumentException"},
|
140
144
|
{"shape":"EndpointGroupNotFoundException"},
|
141
145
|
{"shape":"InternalServiceErrorException"}
|
142
146
|
]
|
@@ -164,6 +168,7 @@
|
|
164
168
|
"input":{"shape":"ListAcceleratorsRequest"},
|
165
169
|
"output":{"shape":"ListAcceleratorsResponse"},
|
166
170
|
"errors":[
|
171
|
+
{"shape":"InvalidArgumentException"},
|
167
172
|
{"shape":"InvalidNextTokenException"},
|
168
173
|
{"shape":"InternalServiceErrorException"}
|
169
174
|
]
|
@@ -192,6 +197,7 @@
|
|
192
197
|
"input":{"shape":"ListListenersRequest"},
|
193
198
|
"output":{"shape":"ListListenersResponse"},
|
194
199
|
"errors":[
|
200
|
+
{"shape":"InvalidArgumentException"},
|
195
201
|
{"shape":"AcceleratorNotFoundException"},
|
196
202
|
{"shape":"InvalidNextTokenException"},
|
197
203
|
{"shape":"InternalServiceErrorException"}
|
@@ -222,7 +228,8 @@
|
|
222
228
|
"errors":[
|
223
229
|
{"shape":"AcceleratorNotFoundException"},
|
224
230
|
{"shape":"InternalServiceErrorException"},
|
225
|
-
{"shape":"InvalidArgumentException"}
|
231
|
+
{"shape":"InvalidArgumentException"},
|
232
|
+
{"shape":"AccessDeniedException"}
|
226
233
|
]
|
227
234
|
},
|
228
235
|
"UpdateEndpointGroup":{
|
@@ -237,7 +244,8 @@
|
|
237
244
|
{"shape":"InvalidArgumentException"},
|
238
245
|
{"shape":"EndpointGroupNotFoundException"},
|
239
246
|
{"shape":"InternalServiceErrorException"},
|
240
|
-
{"shape":"LimitExceededException"}
|
247
|
+
{"shape":"LimitExceededException"},
|
248
|
+
{"shape":"AccessDeniedException"}
|
241
249
|
]
|
242
250
|
},
|
243
251
|
"UpdateListener":{
|
@@ -304,6 +312,13 @@
|
|
304
312
|
"type":"list",
|
305
313
|
"member":{"shape":"Accelerator"}
|
306
314
|
},
|
315
|
+
"AccessDeniedException":{
|
316
|
+
"type":"structure",
|
317
|
+
"members":{
|
318
|
+
"Message":{"shape":"ErrorMessage"}
|
319
|
+
},
|
320
|
+
"exception":true
|
321
|
+
},
|
307
322
|
"AssociatedEndpointGroupFoundException":{
|
308
323
|
"type":"structure",
|
309
324
|
"members":{
|
@@ -415,6 +430,7 @@
|
|
415
430
|
},
|
416
431
|
"DescribeAcceleratorAttributesRequest":{
|
417
432
|
"type":"structure",
|
433
|
+
"required":["AcceleratorArn"],
|
418
434
|
"members":{
|
419
435
|
"AcceleratorArn":{"shape":"GenericString"}
|
420
436
|
}
|
@@ -468,7 +484,8 @@
|
|
468
484
|
"type":"structure",
|
469
485
|
"members":{
|
470
486
|
"EndpointId":{"shape":"GenericString"},
|
471
|
-
"Weight":{"shape":"EndpointWeight"}
|
487
|
+
"Weight":{"shape":"EndpointWeight"},
|
488
|
+
"ClientIPPreservationEnabled":{"shape":"GenericBoolean"}
|
472
489
|
}
|
473
490
|
},
|
474
491
|
"EndpointConfigurations":{
|
@@ -483,7 +500,8 @@
|
|
483
500
|
"EndpointId":{"shape":"GenericString"},
|
484
501
|
"Weight":{"shape":"EndpointWeight"},
|
485
502
|
"HealthState":{"shape":"HealthState"},
|
486
|
-
"HealthReason":{"shape":"GenericString"}
|
503
|
+
"HealthReason":{"shape":"GenericString"},
|
504
|
+
"ClientIPPreservationEnabled":{"shape":"GenericBoolean"}
|
487
505
|
}
|
488
506
|
},
|
489
507
|
"EndpointDescriptions":{
|
@@ -729,6 +747,7 @@
|
|
729
747
|
},
|
730
748
|
"UpdateAcceleratorAttributesRequest":{
|
731
749
|
"type":"structure",
|
750
|
+
"required":["AcceleratorArn"],
|
732
751
|
"members":{
|
733
752
|
"AcceleratorArn":{"shape":"GenericString"},
|
734
753
|
"FlowLogsEnabled":{"shape":"GenericBoolean"},
|
@@ -2034,6 +2034,10 @@
|
|
2034
2034
|
"shape": "JobSettings",
|
2035
2035
|
"locationName": "settings"
|
2036
2036
|
},
|
2037
|
+
"SimulateReservedQueue": {
|
2038
|
+
"shape": "SimulateReservedQueue",
|
2039
|
+
"locationName": "simulateReservedQueue"
|
2040
|
+
},
|
2037
2041
|
"StatusUpdateInterval": {
|
2038
2042
|
"shape": "StatusUpdateInterval",
|
2039
2043
|
"locationName": "statusUpdateInterval"
|
@@ -4725,6 +4729,10 @@
|
|
4725
4729
|
"shape": "JobSettings",
|
4726
4730
|
"locationName": "settings"
|
4727
4731
|
},
|
4732
|
+
"SimulateReservedQueue": {
|
4733
|
+
"shape": "SimulateReservedQueue",
|
4734
|
+
"locationName": "simulateReservedQueue"
|
4735
|
+
},
|
4728
4736
|
"Status": {
|
4729
4737
|
"shape": "JobStatus",
|
4730
4738
|
"locationName": "status"
|
@@ -6820,6 +6828,13 @@
|
|
6820
6828
|
}
|
6821
6829
|
}
|
6822
6830
|
},
|
6831
|
+
"SimulateReservedQueue": {
|
6832
|
+
"type": "string",
|
6833
|
+
"enum": [
|
6834
|
+
"DISABLED",
|
6835
|
+
"ENABLED"
|
6836
|
+
]
|
6837
|
+
},
|
6823
6838
|
"SpekeKeyProvider": {
|
6824
6839
|
"type": "structure",
|
6825
6840
|
"members": {
|
@@ -705,6 +705,18 @@
|
|
705
705
|
},
|
706
706
|
"flattened":true
|
707
707
|
},
|
708
|
+
"MessageBodySystemAttributeMap":{
|
709
|
+
"type":"map",
|
710
|
+
"key":{
|
711
|
+
"shape":"MessageSystemAttributeNameForSends",
|
712
|
+
"locationName":"Name"
|
713
|
+
},
|
714
|
+
"value":{
|
715
|
+
"shape":"MessageSystemAttributeValue",
|
716
|
+
"locationName":"Value"
|
717
|
+
},
|
718
|
+
"flattened":true
|
719
|
+
},
|
708
720
|
"MessageList":{
|
709
721
|
"type":"list",
|
710
722
|
"member":{
|
@@ -746,9 +758,33 @@
|
|
746
758
|
"ApproximateFirstReceiveTimestamp",
|
747
759
|
"SequenceNumber",
|
748
760
|
"MessageDeduplicationId",
|
749
|
-
"MessageGroupId"
|
761
|
+
"MessageGroupId",
|
762
|
+
"AWSTraceHeader"
|
750
763
|
]
|
751
764
|
},
|
765
|
+
"MessageSystemAttributeNameForSends":{
|
766
|
+
"type":"string",
|
767
|
+
"enum":["AWSTraceHeader"]
|
768
|
+
},
|
769
|
+
"MessageSystemAttributeValue":{
|
770
|
+
"type":"structure",
|
771
|
+
"required":["DataType"],
|
772
|
+
"members":{
|
773
|
+
"StringValue":{"shape":"String"},
|
774
|
+
"BinaryValue":{"shape":"Binary"},
|
775
|
+
"StringListValues":{
|
776
|
+
"shape":"StringList",
|
777
|
+
"flattened":true,
|
778
|
+
"locationName":"StringListValue"
|
779
|
+
},
|
780
|
+
"BinaryListValues":{
|
781
|
+
"shape":"BinaryList",
|
782
|
+
"flattened":true,
|
783
|
+
"locationName":"BinaryListValue"
|
784
|
+
},
|
785
|
+
"DataType":{"shape":"String"}
|
786
|
+
}
|
787
|
+
},
|
752
788
|
"OverLimit":{
|
753
789
|
"type":"structure",
|
754
790
|
"members":{
|
@@ -916,6 +952,10 @@
|
|
916
952
|
"shape":"MessageBodyAttributeMap",
|
917
953
|
"locationName":"MessageAttribute"
|
918
954
|
},
|
955
|
+
"MessageSystemAttributes":{
|
956
|
+
"shape":"MessageBodySystemAttributeMap",
|
957
|
+
"locationName":"MessageSystemAttribute"
|
958
|
+
},
|
919
959
|
"MessageDeduplicationId":{"shape":"String"},
|
920
960
|
"MessageGroupId":{"shape":"String"}
|
921
961
|
}
|
@@ -951,6 +991,7 @@
|
|
951
991
|
"MessageId":{"shape":"String"},
|
952
992
|
"MD5OfMessageBody":{"shape":"String"},
|
953
993
|
"MD5OfMessageAttributes":{"shape":"String"},
|
994
|
+
"MD5OfMessageSystemAttributes":{"shape":"String"},
|
954
995
|
"SequenceNumber":{"shape":"String"}
|
955
996
|
}
|
956
997
|
},
|
@@ -976,6 +1017,10 @@
|
|
976
1017
|
"shape":"MessageBodyAttributeMap",
|
977
1018
|
"locationName":"MessageAttribute"
|
978
1019
|
},
|
1020
|
+
"MessageSystemAttributes":{
|
1021
|
+
"shape":"MessageBodySystemAttributeMap",
|
1022
|
+
"locationName":"MessageSystemAttribute"
|
1023
|
+
},
|
979
1024
|
"MessageDeduplicationId":{"shape":"String"},
|
980
1025
|
"MessageGroupId":{"shape":"String"}
|
981
1026
|
}
|
@@ -985,6 +1030,7 @@
|
|
985
1030
|
"members":{
|
986
1031
|
"MD5OfMessageBody":{"shape":"String"},
|
987
1032
|
"MD5OfMessageAttributes":{"shape":"String"},
|
1033
|
+
"MD5OfMessageSystemAttributes":{"shape":"String"},
|
988
1034
|
"MessageId":{"shape":"String"},
|
989
1035
|
"SequenceNumber":{"shape":"String"}
|
990
1036
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.343
|
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-08-
|
11
|
+
date: 2019-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|