aws-sdk-core 2.11.529 → 2.11.530
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/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/ec2/2016-11-15/api-2.json +12 -0
- data/apis/route53/2013-04-01/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/endpoints.json +16 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e29772470c5e0bcc45b3bdc54a922951c25d7f1645453c4db9955596cf36edf7
|
|
4
|
+
data.tar.gz: 1f82e6e8b0c24bd98e78a3761f8d2d01b23746aa0df69c1a9e59773bfa52521a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b78227b401d6c55bb87e5edc2e3d068031aa8fafaac6515b058d6112d97ed3fc8f2ba2db660d23a8768da8a4a6b265eae225631b7472a1b13316e5385ebc7b43
|
|
7
|
+
data.tar.gz: 206e8b156b3d23f21bc838f60d64e2c69c9593e76bb1d8d9e49d8433ae61aefae1aede2d1b587c784282cd8e3585c161f5277a55f9b76d1d8a4698e2f003d8ad
|
|
@@ -1741,6 +1741,23 @@
|
|
|
1741
1741
|
"senderFault": true
|
|
1742
1742
|
}
|
|
1743
1743
|
},
|
|
1744
|
+
"ListenerTimeout": {
|
|
1745
|
+
"type": "structure",
|
|
1746
|
+
"members": {
|
|
1747
|
+
"grpc": {
|
|
1748
|
+
"shape": "GrpcTimeout"
|
|
1749
|
+
},
|
|
1750
|
+
"http": {
|
|
1751
|
+
"shape": "HttpTimeout"
|
|
1752
|
+
},
|
|
1753
|
+
"http2": {
|
|
1754
|
+
"shape": "HttpTimeout"
|
|
1755
|
+
},
|
|
1756
|
+
"tcp": {
|
|
1757
|
+
"shape": "TcpTimeout"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1744
1761
|
"MeshList": {
|
|
1745
1762
|
"type": "list",
|
|
1746
1763
|
"member": {
|
|
@@ -2212,6 +2229,17 @@
|
|
|
2212
2229
|
}
|
|
2213
2230
|
}
|
|
2214
2231
|
},
|
|
2232
|
+
"HttpTimeout": {
|
|
2233
|
+
"type": "structure",
|
|
2234
|
+
"members": {
|
|
2235
|
+
"idle": {
|
|
2236
|
+
"shape": "Duration"
|
|
2237
|
+
},
|
|
2238
|
+
"perRequest": {
|
|
2239
|
+
"shape": "Duration"
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2215
2243
|
"DeleteVirtualServiceInput": {
|
|
2216
2244
|
"type": "structure",
|
|
2217
2245
|
"required": [
|
|
@@ -2718,6 +2746,17 @@
|
|
|
2718
2746
|
}
|
|
2719
2747
|
}
|
|
2720
2748
|
},
|
|
2749
|
+
"GrpcTimeout": {
|
|
2750
|
+
"type": "structure",
|
|
2751
|
+
"members": {
|
|
2752
|
+
"idle": {
|
|
2753
|
+
"shape": "Duration"
|
|
2754
|
+
},
|
|
2755
|
+
"perRequest": {
|
|
2756
|
+
"shape": "Duration"
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2721
2760
|
"VirtualNodeStatus": {
|
|
2722
2761
|
"type": "structure",
|
|
2723
2762
|
"required": [
|
|
@@ -3040,6 +3079,9 @@
|
|
|
3040
3079
|
"members": {
|
|
3041
3080
|
"action": {
|
|
3042
3081
|
"shape": "TcpRouteAction"
|
|
3082
|
+
},
|
|
3083
|
+
"timeout": {
|
|
3084
|
+
"shape": "TcpTimeout"
|
|
3043
3085
|
}
|
|
3044
3086
|
}
|
|
3045
3087
|
},
|
|
@@ -3390,6 +3432,9 @@
|
|
|
3390
3432
|
"portMapping": {
|
|
3391
3433
|
"shape": "PortMapping"
|
|
3392
3434
|
},
|
|
3435
|
+
"timeout": {
|
|
3436
|
+
"shape": "ListenerTimeout"
|
|
3437
|
+
},
|
|
3393
3438
|
"tls": {
|
|
3394
3439
|
"shape": "ListenerTls"
|
|
3395
3440
|
}
|
|
@@ -3410,6 +3455,9 @@
|
|
|
3410
3455
|
},
|
|
3411
3456
|
"retryPolicy": {
|
|
3412
3457
|
"shape": "GrpcRetryPolicy"
|
|
3458
|
+
},
|
|
3459
|
+
"timeout": {
|
|
3460
|
+
"shape": "GrpcTimeout"
|
|
3413
3461
|
}
|
|
3414
3462
|
}
|
|
3415
3463
|
},
|
|
@@ -3646,6 +3694,14 @@
|
|
|
3646
3694
|
"String": {
|
|
3647
3695
|
"type": "string"
|
|
3648
3696
|
},
|
|
3697
|
+
"TcpTimeout": {
|
|
3698
|
+
"type": "structure",
|
|
3699
|
+
"members": {
|
|
3700
|
+
"idle": {
|
|
3701
|
+
"shape": "Duration"
|
|
3702
|
+
}
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3649
3705
|
"HttpScheme": {
|
|
3650
3706
|
"type": "string",
|
|
3651
3707
|
"enum": [
|
|
@@ -3706,6 +3762,9 @@
|
|
|
3706
3762
|
},
|
|
3707
3763
|
"retryPolicy": {
|
|
3708
3764
|
"shape": "HttpRetryPolicy"
|
|
3765
|
+
},
|
|
3766
|
+
"timeout": {
|
|
3767
|
+
"shape": "HttpTimeout"
|
|
3709
3768
|
}
|
|
3710
3769
|
}
|
|
3711
3770
|
},
|
|
@@ -13514,6 +13514,10 @@
|
|
|
13514
13514
|
"EbsOptimizedInfo":{
|
|
13515
13515
|
"shape":"EbsOptimizedInfo",
|
|
13516
13516
|
"locationName":"ebsOptimizedInfo"
|
|
13517
|
+
},
|
|
13518
|
+
"NvmeSupport":{
|
|
13519
|
+
"shape":"EbsNvmeSupport",
|
|
13520
|
+
"locationName":"nvmeSupport"
|
|
13517
13521
|
}
|
|
13518
13522
|
}
|
|
13519
13523
|
},
|
|
@@ -13551,6 +13555,14 @@
|
|
|
13551
13555
|
}
|
|
13552
13556
|
}
|
|
13553
13557
|
},
|
|
13558
|
+
"EbsNvmeSupport":{
|
|
13559
|
+
"type":"string",
|
|
13560
|
+
"enum":[
|
|
13561
|
+
"unsupported",
|
|
13562
|
+
"supported",
|
|
13563
|
+
"required"
|
|
13564
|
+
]
|
|
13565
|
+
},
|
|
13554
13566
|
"EbsOptimizedInfo":{
|
|
13555
13567
|
"type":"structure",
|
|
13556
13568
|
"members":{
|
|
@@ -450,7 +450,8 @@
|
|
|
450
450
|
"ClusterId":{"shape":"ClusterId"},
|
|
451
451
|
"SnowballType":{"shape":"SnowballType"},
|
|
452
452
|
"ForwardingAddressId":{"shape":"AddressId"},
|
|
453
|
-
"TaxDocuments":{"shape":"TaxDocuments"}
|
|
453
|
+
"TaxDocuments":{"shape":"TaxDocuments"},
|
|
454
|
+
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
|
|
454
455
|
}
|
|
455
456
|
},
|
|
456
457
|
"CreateJobResult":{
|
|
@@ -522,6 +523,12 @@
|
|
|
522
523
|
"SubJobMetadata":{"shape":"JobMetadataList"}
|
|
523
524
|
}
|
|
524
525
|
},
|
|
526
|
+
"DeviceConfiguration":{
|
|
527
|
+
"type":"structure",
|
|
528
|
+
"members":{
|
|
529
|
+
"SnowconeDeviceConfiguration":{"shape":"SnowconeDeviceConfiguration"}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
525
532
|
"Ec2AmiResource":{
|
|
526
533
|
"type":"structure",
|
|
527
534
|
"required":["AmiId"],
|
|
@@ -699,7 +706,8 @@
|
|
|
699
706
|
"JobLogInfo":{"shape":"JobLogs"},
|
|
700
707
|
"ClusterId":{"shape":"String"},
|
|
701
708
|
"ForwardingAddressId":{"shape":"AddressId"},
|
|
702
|
-
"TaxDocuments":{"shape":"TaxDocuments"}
|
|
709
|
+
"TaxDocuments":{"shape":"TaxDocuments"},
|
|
710
|
+
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
|
|
703
711
|
}
|
|
704
712
|
},
|
|
705
713
|
"JobMetadataList":{
|
|
@@ -898,6 +906,7 @@
|
|
|
898
906
|
"T100",
|
|
899
907
|
"T42",
|
|
900
908
|
"T98",
|
|
909
|
+
"T8",
|
|
901
910
|
"NoPreference"
|
|
902
911
|
]
|
|
903
912
|
},
|
|
@@ -908,9 +917,16 @@
|
|
|
908
917
|
"EDGE",
|
|
909
918
|
"EDGE_C",
|
|
910
919
|
"EDGE_CG",
|
|
911
|
-
"EDGE_S"
|
|
920
|
+
"EDGE_S",
|
|
921
|
+
"SNC1_HDD"
|
|
912
922
|
]
|
|
913
923
|
},
|
|
924
|
+
"SnowconeDeviceConfiguration":{
|
|
925
|
+
"type":"structure",
|
|
926
|
+
"members":{
|
|
927
|
+
"WirelessConnection":{"shape":"WirelessConnection"}
|
|
928
|
+
}
|
|
929
|
+
},
|
|
914
930
|
"SnsTopicARN":{
|
|
915
931
|
"type":"string",
|
|
916
932
|
"max":255,
|
|
@@ -972,6 +988,12 @@
|
|
|
972
988
|
"type":"structure",
|
|
973
989
|
"members":{
|
|
974
990
|
}
|
|
991
|
+
},
|
|
992
|
+
"WirelessConnection":{
|
|
993
|
+
"type":"structure",
|
|
994
|
+
"members":{
|
|
995
|
+
"IsWifiEnabled":{"shape":"Boolean"}
|
|
996
|
+
}
|
|
975
997
|
}
|
|
976
998
|
}
|
|
977
999
|
}
|
data/endpoints.json
CHANGED
|
@@ -1442,6 +1442,7 @@
|
|
|
1442
1442
|
},
|
|
1443
1443
|
"datasync" : {
|
|
1444
1444
|
"endpoints" : {
|
|
1445
|
+
"af-south-1" : { },
|
|
1445
1446
|
"ap-east-1" : { },
|
|
1446
1447
|
"ap-northeast-1" : { },
|
|
1447
1448
|
"ap-northeast-2" : { },
|
|
@@ -1451,6 +1452,7 @@
|
|
|
1451
1452
|
"ca-central-1" : { },
|
|
1452
1453
|
"eu-central-1" : { },
|
|
1453
1454
|
"eu-north-1" : { },
|
|
1455
|
+
"eu-south-1" : { },
|
|
1454
1456
|
"eu-west-1" : { },
|
|
1455
1457
|
"eu-west-2" : { },
|
|
1456
1458
|
"eu-west-3" : { },
|
|
@@ -3230,6 +3232,7 @@
|
|
|
3230
3232
|
},
|
|
3231
3233
|
"license-manager" : {
|
|
3232
3234
|
"endpoints" : {
|
|
3235
|
+
"af-south-1" : { },
|
|
3233
3236
|
"ap-east-1" : { },
|
|
3234
3237
|
"ap-northeast-1" : { },
|
|
3235
3238
|
"ap-northeast-2" : { },
|
|
@@ -3239,6 +3242,7 @@
|
|
|
3239
3242
|
"ca-central-1" : { },
|
|
3240
3243
|
"eu-central-1" : { },
|
|
3241
3244
|
"eu-north-1" : { },
|
|
3245
|
+
"eu-south-1" : { },
|
|
3242
3246
|
"eu-west-1" : { },
|
|
3243
3247
|
"eu-west-2" : { },
|
|
3244
3248
|
"eu-west-3" : { },
|
|
@@ -6032,6 +6036,18 @@
|
|
|
6032
6036
|
"cn-northwest-1" : { }
|
|
6033
6037
|
}
|
|
6034
6038
|
},
|
|
6039
|
+
"budgets" : {
|
|
6040
|
+
"endpoints" : {
|
|
6041
|
+
"aws-cn-global" : {
|
|
6042
|
+
"credentialScope" : {
|
|
6043
|
+
"region" : "cn-northwest-1"
|
|
6044
|
+
},
|
|
6045
|
+
"hostname" : "budgets.amazonaws.com.cn"
|
|
6046
|
+
}
|
|
6047
|
+
},
|
|
6048
|
+
"isRegionalized" : false,
|
|
6049
|
+
"partitionEndpoint" : "aws-cn-global"
|
|
6050
|
+
},
|
|
6035
6051
|
"cloudformation" : {
|
|
6036
6052
|
"endpoints" : {
|
|
6037
6053
|
"cn-north-1" : { },
|
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.530
|
|
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: 2020-06-
|
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|