aws-sdk-core 2.11.507 → 2.11.508

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: ebd20711d80812a10437e5cb37679cb01f48e89aa918aac9ba256ac47ecf3276
4
- data.tar.gz: 50898430f5c8d87922b29059716c59d9d3d2eb51b6931c011d164b81d0aa2524
3
+ metadata.gz: 02e150894aaf1ad691d81459b0a3e322ad39212670d6fc20a98a64caf9260782
4
+ data.tar.gz: 10d812cfcbacd7dbcfe6123740bc1aa7d8aa55c648b86ebb97dea2917224cba9
5
5
  SHA512:
6
- metadata.gz: 55ff7056e26a2e2aea1fd21a01075b82f4cab47a890ac1e53616a05cff2d1c13d829d67824c30ce2b35ee59a788da97b1a3ac6a845e2d26e2edf2eb9e00337f2
7
- data.tar.gz: 7526512464673361eafcc694e52b76855be385e141e8bca5b12153958ade3b5c4e1a3f87d3d19b1088d704d2da6db697a791c87e8a12562467a6ea7a36c52a65
6
+ metadata.gz: ecb75297cbf016497d8a1137ed774ffc7b4f9c3628775cf450f28328c6650ef340c54e6bf69724a4340e888f86d2eb30d8121b6839d77a5b14d7eb07085ffad3
7
+ data.tar.gz: d96a374205d59107da86d17b355bd0d9f705e37182b7da0d4ed58d09ba341277c6635a7ef455afe188273d720dcc2908e65b8b2a69937d6989fd06364c09f565
@@ -6911,6 +6911,10 @@
6911
6911
  "members":{
6912
6912
  "LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"},
6913
6913
  "VpcId":{"shape":"VpcId"},
6914
+ "TagSpecifications":{
6915
+ "shape":"TagSpecificationList",
6916
+ "locationName":"TagSpecification"
6917
+ },
6914
6918
  "DryRun":{"shape":"Boolean"}
6915
6919
  }
6916
6920
  },
@@ -869,6 +869,7 @@
869
869
  "changeDescription":{"shape":"NonEmptyString"},
870
870
  "type":{"shape":"ComponentType"},
871
871
  "platform":{"shape":"Platform"},
872
+ "supportedOsVersions":{"shape":"OsVersionList"},
872
873
  "owner":{"shape":"NonEmptyString"},
873
874
  "data":{"shape":"ComponentData"},
874
875
  "kmsKeyId":{"shape":"NonEmptyString"},
@@ -905,6 +906,7 @@
905
906
  "name":{"shape":"ResourceName"},
906
907
  "version":{"shape":"VersionNumber"},
907
908
  "platform":{"shape":"Platform"},
909
+ "supportedOsVersions":{"shape":"OsVersionList"},
908
910
  "type":{"shape":"ComponentType"},
909
911
  "owner":{"shape":"NonEmptyString"},
910
912
  "description":{"shape":"NonEmptyString"},
@@ -932,6 +934,7 @@
932
934
  "version":{"shape":"VersionNumber"},
933
935
  "description":{"shape":"NonEmptyString"},
934
936
  "platform":{"shape":"Platform"},
937
+ "supportedOsVersions":{"shape":"OsVersionList"},
935
938
  "type":{"shape":"ComponentType"},
936
939
  "owner":{"shape":"NonEmptyString"},
937
940
  "dateCreated":{"shape":"DateTime"}
@@ -963,6 +966,7 @@
963
966
  "description":{"shape":"NonEmptyString"},
964
967
  "changeDescription":{"shape":"NonEmptyString"},
965
968
  "platform":{"shape":"Platform"},
969
+ "supportedOsVersions":{"shape":"OsVersionList"},
966
970
  "data":{"shape":"InlineComponentData"},
967
971
  "uri":{"shape":"Uri"},
968
972
  "kmsKeyId":{"shape":"NonEmptyString"},
@@ -2067,6 +2071,12 @@
2067
2071
  "type":"string",
2068
2072
  "min":1
2069
2073
  },
2074
+ "OsVersionList":{
2075
+ "type":"list",
2076
+ "member":{"shape":"OsVersion"},
2077
+ "max":25,
2078
+ "min":1
2079
+ },
2070
2080
  "OutputResources":{
2071
2081
  "type":"structure",
2072
2082
  "members":{
data/endpoints.json CHANGED
@@ -3264,6 +3264,24 @@
3264
3264
  "us-east-1" : { }
3265
3265
  }
3266
3266
  },
3267
+ "macie" : {
3268
+ "endpoints" : {
3269
+ "fips-us-east-1" : {
3270
+ "credentialScope" : {
3271
+ "region" : "us-east-1"
3272
+ },
3273
+ "hostname" : "macie-fips.us-east-1.amazonaws.com"
3274
+ },
3275
+ "fips-us-west-2" : {
3276
+ "credentialScope" : {
3277
+ "region" : "us-west-2"
3278
+ },
3279
+ "hostname" : "macie-fips.us-west-2.amazonaws.com"
3280
+ },
3281
+ "us-east-1" : { },
3282
+ "us-west-2" : { }
3283
+ }
3284
+ },
3267
3285
  "managedblockchain" : {
3268
3286
  "endpoints" : {
3269
3287
  "ap-northeast-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.507'
2
+ VERSION = '2.11.508'
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.507
4
+ version: 2.11.508
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-05-13 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath