aws-sdk-core 2.11.447 → 2.11.448

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a06670c8c8187144d2ab654b638b96c39c8b1791
4
- data.tar.gz: '0979ec4b714831bf0b3dd292d304919fff6a31b1'
3
+ metadata.gz: af2978027628ad5d85b6dccb91c9bae1ecbbc6d2
4
+ data.tar.gz: a16acf27802a615d6e72288c5ea98cb058d4da0d
5
5
  SHA512:
6
- metadata.gz: db89eb7cc991a267d1bd3d9544c6b73b3c3688e9a271aa96b5da14bbce86eb7d2ac64570444b51e63979a2e2c88f522a8d8df24f058a11046affcec4165b6bca
7
- data.tar.gz: 453a89db6142fa72397716fca435c3c0230757512e171cfcbbe16b912dae8c887387a3786deee64c33f22b573a05000ade622742cc2e1db5a6b82e2d1d65e370
6
+ metadata.gz: e24f309f4e1b57ce62b9fa56067056f1e9444dcf98d47d2fc74f1febd3ce78ebe2f91a226b57311bb0fc3668c97ee3f4bd30e151cca06cfcd3a192a67ee94963
7
+ data.tar.gz: f7d89093a8f74c96e06fd9bbe2ec6c15f6693423f551d58ca92e7f547304c58baf3ce699b81ae8c991be5c8898cf0f3e85ef5b694bf90b7ac4bf86e421ebfe21
@@ -2613,6 +2613,7 @@
2613
2613
  "nodejs4.3-edge",
2614
2614
  "go1.x",
2615
2615
  "ruby2.5",
2616
+ "ruby2.7",
2616
2617
  "provided"
2617
2618
  ]
2618
2619
  },
@@ -36,7 +36,7 @@
36
36
  "MemorySize": 128,
37
37
  "Publish": true,
38
38
  "Role": "arn:aws:iam::123456789012:role/service-role/role-name",
39
- "Runtime": "nodejs8.10",
39
+ "Runtime": "nodejs12.x",
40
40
  "Timeout": 15,
41
41
  "VpcConfig": {
42
42
  }
@@ -51,7 +51,7 @@
51
51
  "LastModified": "2016-11-21T19:49:20.006+0000",
52
52
  "MemorySize": 128,
53
53
  "Role": "arn:aws:iam::123456789012:role/service-role/role-name",
54
- "Runtime": "nodejs8.10",
54
+ "Runtime": "nodejs12.x",
55
55
  "Timeout": 123,
56
56
  "Version": "1",
57
57
  "VpcConfig": {
@@ -226,7 +226,7 @@
226
226
  "LastModified": "2016-11-21T19:49:20.006+0000",
227
227
  "MemorySize": 128,
228
228
  "Role": "arn:aws:iam::123456789012:role/lambda_basic_execution",
229
- "Runtime": "nodejs8.10",
229
+ "Runtime": "nodejs12.x",
230
230
  "Timeout": 3,
231
231
  "Version": "$LATEST",
232
232
  "VpcConfig": {
@@ -384,7 +384,7 @@
384
384
  {
385
385
  "input": {
386
386
  "Marker": "",
387
- "MaxItems": 123
387
+ "MaxItems": 25
388
388
  },
389
389
  "output": {
390
390
  "Functions": [
@@ -408,7 +408,7 @@
408
408
  "input": {
409
409
  "FunctionName": "myFunction",
410
410
  "Marker": "",
411
- "MaxItems": 123
411
+ "MaxItems": 25
412
412
  },
413
413
  "output": {
414
414
  "NextMarker": "",
@@ -759,7 +759,8 @@
759
759
  "input":{"shape":"ListPortfolioAccessInput"},
760
760
  "output":{"shape":"ListPortfolioAccessOutput"},
761
761
  "errors":[
762
- {"shape":"ResourceNotFoundException"}
762
+ {"shape":"ResourceNotFoundException"},
763
+ {"shape":"InvalidParametersException"}
763
764
  ]
764
765
  },
765
766
  "ListPortfolios":{
@@ -2360,7 +2361,10 @@
2360
2361
  "required":["PortfolioId"],
2361
2362
  "members":{
2362
2363
  "AcceptLanguage":{"shape":"AcceptLanguage"},
2363
- "PortfolioId":{"shape":"Id"}
2364
+ "PortfolioId":{"shape":"Id"},
2365
+ "OrganizationParentId":{"shape":"Id"},
2366
+ "PageToken":{"shape":"PageToken"},
2367
+ "PageSize":{"shape":"PageSize"}
2364
2368
  }
2365
2369
  },
2366
2370
  "ListPortfolioAccessOutput":{
@@ -25,6 +25,11 @@
25
25
  "output_token": "NextPageToken",
26
26
  "limit_key": "PageSize"
27
27
  },
28
+ "ListPortfolioAccess": {
29
+ "input_token": "PageToken",
30
+ "output_token": "NextPageToken",
31
+ "limit_key": "PageSize"
32
+ },
28
33
  "ListPortfolios": {
29
34
  "input_token": "PageToken",
30
35
  "output_token": "NextPageToken",
@@ -2289,6 +2289,11 @@
2289
2289
  "us-east-1" : { }
2290
2290
  }
2291
2291
  },
2292
+ "managedblockchain" : {
2293
+ "endpoints" : {
2294
+ "us-east-1" : { }
2295
+ }
2296
+ },
2292
2297
  "marketplacecommerceanalytics" : {
2293
2298
  "endpoints" : {
2294
2299
  "us-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.447'
2
+ VERSION = '2.11.448'
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.447
4
+ version: 2.11.448
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-02-18 00:00:00.000000000 Z
11
+ date: 2020-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath