aws-sdk-core 2.11.202 → 2.11.203
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +17 -1
- data/apis/iot/2015-05-28/api-2.json +10 -1
- data/apis/sagemaker/2017-07-24/api-2.json +12 -6
- data/endpoints.json +23 -4
- 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: 273842ed8337a1a920d7cf0c1b2ada33d5648d0b
|
4
|
+
data.tar.gz: 2e48ebe3bfbe16bf51db7dd1dd7189b7379a9b5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78117ceb3a62c32b929ccf08d1240d3e63884615e28c8d0a1995e7f6e5ee088adbb5f72af42f19f9419fd7bb3afde85428e1ad32580b2563d8d15c6b8d899026
|
7
|
+
data.tar.gz: 304f8f05f55d5a78eb06aec69be0397a61caedc9b6a7b6fa9efb4c05f5275e503629f09f8390218b11239fbf86bb32dc3d81c8bfb5a96e74fba41c8f37118785
|
@@ -9587,7 +9587,9 @@
|
|
9587
9587
|
"SpotInstanceRequestIds":{
|
9588
9588
|
"shape":"SpotInstanceRequestIdList",
|
9589
9589
|
"locationName":"SpotInstanceRequestId"
|
9590
|
-
}
|
9590
|
+
},
|
9591
|
+
"NextToken":{"shape":"String"},
|
9592
|
+
"MaxResults":{"shape":"Integer"}
|
9591
9593
|
}
|
9592
9594
|
},
|
9593
9595
|
"DescribeSpotInstanceRequestsResult":{
|
@@ -9596,6 +9598,10 @@
|
|
9596
9598
|
"SpotInstanceRequests":{
|
9597
9599
|
"shape":"SpotInstanceRequestList",
|
9598
9600
|
"locationName":"spotInstanceRequestSet"
|
9601
|
+
},
|
9602
|
+
"NextToken":{
|
9603
|
+
"shape":"String",
|
9604
|
+
"locationName":"nextToken"
|
9599
9605
|
}
|
9600
9606
|
}
|
9601
9607
|
},
|
@@ -16782,6 +16788,10 @@
|
|
16782
16788
|
"shape":"Boolean",
|
16783
16789
|
"locationName":"singleInstanceType"
|
16784
16790
|
},
|
16791
|
+
"SingleAvailabilityZone":{
|
16792
|
+
"shape":"Boolean",
|
16793
|
+
"locationName":"singleAvailabilityZone"
|
16794
|
+
},
|
16785
16795
|
"MinTargetCapacity":{
|
16786
16796
|
"shape":"Integer",
|
16787
16797
|
"locationName":"minTargetCapacity"
|
@@ -16793,6 +16803,7 @@
|
|
16793
16803
|
"members":{
|
16794
16804
|
"AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"},
|
16795
16805
|
"SingleInstanceType":{"shape":"Boolean"},
|
16806
|
+
"SingleAvailabilityZone":{"shape":"Boolean"},
|
16796
16807
|
"MinTargetCapacity":{"shape":"Integer"}
|
16797
16808
|
}
|
16798
16809
|
},
|
@@ -20569,6 +20580,10 @@
|
|
20569
20580
|
"shape":"Boolean",
|
20570
20581
|
"locationName":"singleInstanceType"
|
20571
20582
|
},
|
20583
|
+
"SingleAvailabilityZone":{
|
20584
|
+
"shape":"Boolean",
|
20585
|
+
"locationName":"singleAvailabilityZone"
|
20586
|
+
},
|
20572
20587
|
"MinTargetCapacity":{
|
20573
20588
|
"shape":"Integer",
|
20574
20589
|
"locationName":"minTargetCapacity"
|
@@ -20582,6 +20597,7 @@
|
|
20582
20597
|
"InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
|
20583
20598
|
"InstancePoolsToUseCount":{"shape":"Integer"},
|
20584
20599
|
"SingleInstanceType":{"shape":"Boolean"},
|
20600
|
+
"SingleAvailabilityZone":{"shape":"Boolean"},
|
20585
20601
|
"MinTargetCapacity":{"shape":"Integer"}
|
20586
20602
|
}
|
20587
20603
|
},
|
@@ -4016,7 +4016,12 @@
|
|
4016
4016
|
"location":"uri",
|
4017
4017
|
"locationName":"ruleName"
|
4018
4018
|
},
|
4019
|
-
"topicRulePayload":{"shape":"TopicRulePayload"}
|
4019
|
+
"topicRulePayload":{"shape":"TopicRulePayload"},
|
4020
|
+
"tags":{
|
4021
|
+
"shape":"String",
|
4022
|
+
"location":"header",
|
4023
|
+
"locationName":"x-amz-tagging"
|
4024
|
+
}
|
4020
4025
|
},
|
4021
4026
|
"payload":"topicRulePayload"
|
4022
4027
|
},
|
@@ -5012,6 +5017,10 @@
|
|
5012
5017
|
},
|
5013
5018
|
"DynamoDBv2Action":{
|
5014
5019
|
"type":"structure",
|
5020
|
+
"required":[
|
5021
|
+
"roleArn",
|
5022
|
+
"putItem"
|
5023
|
+
],
|
5015
5024
|
"members":{
|
5016
5025
|
"roleArn":{"shape":"AwsArn"},
|
5017
5026
|
"putItem":{"shape":"PutItemInput"}
|
@@ -1520,7 +1520,8 @@
|
|
1520
1520
|
"VpcConfig":{"shape":"VpcConfig"},
|
1521
1521
|
"StoppingCondition":{"shape":"StoppingCondition"},
|
1522
1522
|
"Tags":{"shape":"TagList"},
|
1523
|
-
"EnableNetworkIsolation":{"shape":"Boolean"}
|
1523
|
+
"EnableNetworkIsolation":{"shape":"Boolean"},
|
1524
|
+
"EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
|
1524
1525
|
}
|
1525
1526
|
},
|
1526
1527
|
"CreateTrainingJobResponse":{
|
@@ -2073,7 +2074,8 @@
|
|
2073
2074
|
"LastModifiedTime":{"shape":"Timestamp"},
|
2074
2075
|
"SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
|
2075
2076
|
"FinalMetricDataList":{"shape":"FinalMetricDataList"},
|
2076
|
-
"EnableNetworkIsolation":{"shape":"Boolean"}
|
2077
|
+
"EnableNetworkIsolation":{"shape":"Boolean"},
|
2078
|
+
"EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
|
2077
2079
|
}
|
2078
2080
|
},
|
2079
2081
|
"DescribeTransformJobRequest":{
|
@@ -2280,7 +2282,7 @@
|
|
2280
2282
|
"type":"string",
|
2281
2283
|
"max":63,
|
2282
2284
|
"min":1,
|
2283
|
-
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])
|
2285
|
+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
|
2284
2286
|
},
|
2285
2287
|
"EnvironmentKey":{
|
2286
2288
|
"type":"string",
|
@@ -2460,7 +2462,8 @@
|
|
2460
2462
|
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
2461
2463
|
"ResourceConfig":{"shape":"ResourceConfig"},
|
2462
2464
|
"StoppingCondition":{"shape":"StoppingCondition"},
|
2463
|
-
"EnableNetworkIsolation":{"shape":"Boolean"}
|
2465
|
+
"EnableNetworkIsolation":{"shape":"Boolean"},
|
2466
|
+
"EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
|
2464
2467
|
}
|
2465
2468
|
},
|
2466
2469
|
"HyperParameterTrainingJobSummaries":{
|
@@ -2779,7 +2782,10 @@
|
|
2779
2782
|
"Total":{"shape":"LabelCounter"}
|
2780
2783
|
}
|
2781
2784
|
},
|
2782
|
-
"LabelingJobAlgorithmSpecificationArn":{
|
2785
|
+
"LabelingJobAlgorithmSpecificationArn":{
|
2786
|
+
"type":"string",
|
2787
|
+
"max":2048
|
2788
|
+
},
|
2783
2789
|
"LabelingJobAlgorithmsConfig":{
|
2784
2790
|
"type":"structure",
|
2785
2791
|
"required":["LabelingJobAlgorithmSpecificationArn"],
|
@@ -4429,7 +4435,7 @@
|
|
4429
4435
|
"type":"string",
|
4430
4436
|
"max":128,
|
4431
4437
|
"min":1,
|
4432
|
-
"pattern":"^(
|
4438
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
4433
4439
|
},
|
4434
4440
|
"TagKeyList":{
|
4435
4441
|
"type":"list",
|
data/endpoints.json
CHANGED
@@ -195,6 +195,9 @@
|
|
195
195
|
},
|
196
196
|
"endpoints" : {
|
197
197
|
"ap-northeast-1" : { },
|
198
|
+
"ap-southeast-1" : { },
|
199
|
+
"ap-southeast-2" : { },
|
200
|
+
"eu-central-1" : { },
|
198
201
|
"eu-west-1" : { },
|
199
202
|
"us-east-1" : { },
|
200
203
|
"us-west-2" : { }
|
@@ -725,6 +728,20 @@
|
|
725
728
|
"us-west-2" : { }
|
726
729
|
}
|
727
730
|
},
|
731
|
+
"datasync" : {
|
732
|
+
"endpoints" : {
|
733
|
+
"ap-northeast-1" : { },
|
734
|
+
"ap-northeast-2" : { },
|
735
|
+
"ap-southeast-1" : { },
|
736
|
+
"ap-southeast-2" : { },
|
737
|
+
"eu-central-1" : { },
|
738
|
+
"eu-west-1" : { },
|
739
|
+
"us-east-1" : { },
|
740
|
+
"us-east-2" : { },
|
741
|
+
"us-west-1" : { },
|
742
|
+
"us-west-2" : { }
|
743
|
+
}
|
744
|
+
},
|
728
745
|
"dax" : {
|
729
746
|
"endpoints" : {
|
730
747
|
"ap-northeast-1" : { },
|
@@ -1141,10 +1158,6 @@
|
|
1141
1158
|
}
|
1142
1159
|
},
|
1143
1160
|
"fsx" : {
|
1144
|
-
"defaults" : {
|
1145
|
-
"protocols" : [ "https" ],
|
1146
|
-
"sslCommonName" : "fsx.us-west-2.amazonaws.com"
|
1147
|
-
},
|
1148
1161
|
"endpoints" : {
|
1149
1162
|
"eu-west-1" : { },
|
1150
1163
|
"us-east-1" : { },
|
@@ -1608,6 +1621,12 @@
|
|
1608
1621
|
},
|
1609
1622
|
"hostname" : "rds.ap-southeast-1.amazonaws.com"
|
1610
1623
|
},
|
1624
|
+
"ap-southeast-2" : {
|
1625
|
+
"credentialScope" : {
|
1626
|
+
"region" : "ap-southeast-2"
|
1627
|
+
},
|
1628
|
+
"hostname" : "rds.ap-southeast-2.amazonaws.com"
|
1629
|
+
},
|
1611
1630
|
"eu-central-1" : {
|
1612
1631
|
"credentialScope" : {
|
1613
1632
|
"region" : "eu-central-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.203
|
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-01-
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|