aws-sdk-core 2.11.523 → 2.11.524

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
  SHA256:
3
- metadata.gz: ca12c6f5082451c9f2d501ac086085d015418895129197c5140c170ca4c338d4
4
- data.tar.gz: 4798e94acff35d2f2c1765f7760f19672cdd4e53f80b7e80a069a13a05ba50e0
3
+ metadata.gz: 11760466cffc25512c4986a89e22d359773745097a1fcfa100293e532d2db7a8
4
+ data.tar.gz: e8e1a06c4954fd920da4320eddb4b64173d7f1694dcda423c14e7db4cd1d1b3e
5
5
  SHA512:
6
- metadata.gz: 7bdd19c745a021406ed46221ab6587f596872f39af6725b89932190085f0ac17c2f256a6af0b4d8be5010e09ec03171e135fbba72053d1a77794686aeeb88678
7
- data.tar.gz: d9632590269e9be631105414c304991cde9c413d2b57f808df9696e2e508458201d9c18f4f0e083637e26a44a4f4f69f70907fef6bc325ce436d01076785c490
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":{
@@ -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" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.523'
2
+ VERSION = '2.11.524'
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.523
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-08 00:00:00.000000000 Z
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath