aws-sdk-core 2.11.356 → 2.11.357
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/apis/ecs/2014-11-13/api-2.json +5 -1
- data/apis/glue/2017-03-31/api-2.json +3 -0
- data/apis/mediaconnect/2018-11-14/api-2.json +20 -0
- data/endpoints.json +0 -6
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f08a1de0deaa652b94396459023160146581dd3
|
|
4
|
+
data.tar.gz: 6c25f6080820fd355ea40e76d7665cbe7c8d654d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"
|
data/endpoints.json
CHANGED
|
@@ -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"
|
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.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-
|
|
11
|
+
date: 2019-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|