aws-sdk-core 2.11.356 → 2.11.357

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: eb0ec7602c57b67f3b3444c95978fb1604097188
4
- data.tar.gz: 31a43757b289d708d2d5b63dc0b67919d7490121
3
+ metadata.gz: 2f08a1de0deaa652b94396459023160146581dd3
4
+ data.tar.gz: 6c25f6080820fd355ea40e76d7665cbe7c8d654d
5
5
  SHA512:
6
- metadata.gz: 03e810141400d95f33acc79dc209e91df5a07cda57c50d5f514fd385c900d3300f5ae48bf7aa8770b0223c116933f0f4563d324c197bdd00d167cb2ddc56610d
7
- data.tar.gz: c2d6ad0d201e96220f0ce0fe6cde4700a1309c5c2938112dca340fd44c14e3f703d62fcf0097527dc216225115c5f97af41599553d1e41def73e7c3620912032
6
+ metadata.gz: d9d4d5a9f9d0190b27df38d578f9855e4ecf7c37257429442bcf3d8441951a473c8f146c9bf41dbd5de60c87f088273cd3962afeb0aeee3f652656bbb01c902b
7
+ data.tar.gz: f0bb0e52aeab6dc891716750098959ad78dee6fa79f4900abc1c087579f42f32fe7ef728c2c5067816c70866147accbdc48d2d9723d215f37c00d50deb6b4f58
@@ -574,7 +574,8 @@
574
574
  "errors":[
575
575
  {"shape":"ServerException"},
576
576
  {"shape":"ClientException"},
577
- {"shape":"AccessDeniedException"}
577
+ {"shape":"AccessDeniedException"},
578
+ {"shape":"InvalidParameterException"}
578
579
  ]
579
580
  },
580
581
  "TagResource":{
@@ -920,6 +921,8 @@
920
921
  "containerArn":{"shape":"String"},
921
922
  "taskArn":{"shape":"String"},
922
923
  "name":{"shape":"String"},
924
+ "image":{"shape":"String"},
925
+ "imageDigest":{"shape":"String"},
923
926
  "runtimeId":{"shape":"String"},
924
927
  "lastStatus":{"shape":"String"},
925
928
  "exitCode":{"shape":"BoxedInteger"},
@@ -1068,6 +1071,7 @@
1068
1071
  "type":"structure",
1069
1072
  "members":{
1070
1073
  "containerName":{"shape":"String"},
1074
+ "imageDigest":{"shape":"String"},
1071
1075
  "runtimeId":{"shape":"String"},
1072
1076
  "exitCode":{"shape":"BoxedInteger"},
1073
1077
  "networkBindings":{"shape":"NetworkBindings"},
@@ -2736,6 +2736,7 @@
2736
2736
  "PublicKeys":{"shape":"PublicKeysList"},
2737
2737
  "NumberOfNodes":{"shape":"IntegerValue"},
2738
2738
  "WorkerType":{"shape":"WorkerType"},
2739
+ "GlueVersion":{"shape":"GlueVersionString"},
2739
2740
  "NumberOfWorkers":{"shape":"NullableInteger"},
2740
2741
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
2741
2742
  "ExtraJarsS3Path":{"shape":"GenericString"},
@@ -2756,6 +2757,7 @@
2756
2757
  "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
2757
2758
  "NumberOfNodes":{"shape":"IntegerValue"},
2758
2759
  "WorkerType":{"shape":"WorkerType"},
2760
+ "GlueVersion":{"shape":"GlueVersionString"},
2759
2761
  "NumberOfWorkers":{"shape":"NullableInteger"},
2760
2762
  "AvailabilityZone":{"shape":"GenericString"},
2761
2763
  "VpcId":{"shape":"GenericString"},
@@ -3345,6 +3347,7 @@
3345
3347
  "PublicAddress":{"shape":"GenericString"},
3346
3348
  "Status":{"shape":"GenericString"},
3347
3349
  "WorkerType":{"shape":"WorkerType"},
3350
+ "GlueVersion":{"shape":"GlueVersionString"},
3348
3351
  "NumberOfWorkers":{"shape":"NullableInteger"},
3349
3352
  "NumberOfNodes":{"shape":"IntegerValue"},
3350
3353
  "AvailabilityZone":{"shape":"GenericString"},
@@ -829,6 +829,10 @@
829
829
  "Entitlement": {
830
830
  "type": "structure",
831
831
  "members": {
832
+ "DataTransferSubscriberFeePercent": {
833
+ "shape": "__integer",
834
+ "locationName": "dataTransferSubscriberFeePercent"
835
+ },
832
836
  "Description": {
833
837
  "shape": "__string",
834
838
  "locationName": "description"
@@ -925,6 +929,10 @@
925
929
  "GrantEntitlementRequest": {
926
930
  "type": "structure",
927
931
  "members": {
932
+ "DataTransferSubscriberFeePercent": {
933
+ "shape": "__integer",
934
+ "locationName": "dataTransferSubscriberFeePercent"
935
+ },
928
936
  "Description": {
929
937
  "shape": "__string",
930
938
  "locationName": "description"
@@ -1097,6 +1105,10 @@
1097
1105
  "ListedEntitlement": {
1098
1106
  "type": "structure",
1099
1107
  "members": {
1108
+ "DataTransferSubscriberFeePercent": {
1109
+ "shape": "__integer",
1110
+ "locationName": "dataTransferSubscriberFeePercent"
1111
+ },
1100
1112
  "EntitlementArn": {
1101
1113
  "shape": "__string",
1102
1114
  "locationName": "entitlementArn"
@@ -1184,6 +1196,10 @@
1184
1196
  "Output": {
1185
1197
  "type": "structure",
1186
1198
  "members": {
1199
+ "DataTransferSubscriberFeePercent": {
1200
+ "shape": "__integer",
1201
+ "locationName": "dataTransferSubscriberFeePercent"
1202
+ },
1187
1203
  "Description": {
1188
1204
  "shape": "__string",
1189
1205
  "locationName": "description"
@@ -1376,6 +1392,10 @@
1376
1392
  "Source": {
1377
1393
  "type": "structure",
1378
1394
  "members": {
1395
+ "DataTransferSubscriberFeePercent": {
1396
+ "shape": "__integer",
1397
+ "locationName": "dataTransferSubscriberFeePercent"
1398
+ },
1379
1399
  "Decryption": {
1380
1400
  "shape": "Encryption",
1381
1401
  "locationName": "decryption"
@@ -1103,12 +1103,6 @@
1103
1103
  },
1104
1104
  "hostname" : "rds.ap-northeast-2.amazonaws.com"
1105
1105
  },
1106
- "ap-south-1" : {
1107
- "credentialScope" : {
1108
- "region" : "ap-south-1"
1109
- },
1110
- "hostname" : "rds.ap-south-1.amazonaws.com"
1111
- },
1112
1106
  "ap-southeast-2" : {
1113
1107
  "credentialScope" : {
1114
1108
  "region" : "ap-southeast-2"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.356'
2
+ VERSION = '2.11.357'
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.356
4
+ version: 2.11.357
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-09-18 00:00:00.000000000 Z
11
+ date: 2019-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath