aws-sdk-core 2.11.523 → 2.11.524
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/transfer/2018-11-05/api-2.json +8 -2
- data/endpoints.json +13 -1
- 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: 11760466cffc25512c4986a89e22d359773745097a1fcfa100293e532d2db7a8
|
4
|
+
data.tar.gz: e8e1a06c4954fd920da4320eddb4b64173d7f1694dcda423c14e7db4cd1d1b3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f350ad9142db1f786ac87dbb8ffabe044b5be75ef189ad338bd2be015b26f00ccf05cc270c1381804559e2331cdb46d5420c255fd757ae8fd97c720aad439e2
|
7
|
+
data.tar.gz: cb9aa87b38b984d107bbb6c60a25f337022d2577fa1f3cdfa415f71c5deabffb925dbb5f6f3ae888ac9d7fc1b17204098e095645a9f65b225a9852ab24b0c449
|
@@ -779,6 +779,11 @@
|
|
779
779
|
"fault":true,
|
780
780
|
"synthetic":true
|
781
781
|
},
|
782
|
+
"SourceIp":{
|
783
|
+
"type":"string",
|
784
|
+
"max":32,
|
785
|
+
"pattern":"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"
|
786
|
+
},
|
782
787
|
"SshPublicKey":{
|
783
788
|
"type":"structure",
|
784
789
|
"required":[
|
@@ -890,9 +895,10 @@
|
|
890
895
|
],
|
891
896
|
"members":{
|
892
897
|
"ServerId":{"shape":"ServerId"},
|
898
|
+
"ServerProtocol":{"shape":"Protocol"},
|
899
|
+
"SourceIp":{"shape":"SourceIp"},
|
893
900
|
"UserName":{"shape":"UserName"},
|
894
|
-
"UserPassword":{"shape":"UserPassword"}
|
895
|
-
"ServerProtocol":{"shape":"Protocol"}
|
901
|
+
"UserPassword":{"shape":"UserPassword"}
|
896
902
|
}
|
897
903
|
},
|
898
904
|
"TestIdentityProviderResponse":{
|
data/endpoints.json
CHANGED
@@ -6628,7 +6628,19 @@
|
|
6628
6628
|
},
|
6629
6629
|
"api.sagemaker" : {
|
6630
6630
|
"endpoints" : {
|
6631
|
-
"us-gov-west-1" : { }
|
6631
|
+
"us-gov-west-1" : { },
|
6632
|
+
"us-gov-west-1-fips" : {
|
6633
|
+
"credentialScope" : {
|
6634
|
+
"region" : "us-gov-west-1"
|
6635
|
+
},
|
6636
|
+
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com"
|
6637
|
+
},
|
6638
|
+
"us-gov-west-1-fips-secondary" : {
|
6639
|
+
"credentialScope" : {
|
6640
|
+
"region" : "us-gov-west-1"
|
6641
|
+
},
|
6642
|
+
"hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com"
|
6643
|
+
}
|
6632
6644
|
}
|
6633
6645
|
},
|
6634
6646
|
"apigateway" : {
|
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.524
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|