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 +4 -4
- data/apis/lambda/2015-03-31/api-2.json +1 -0
- data/apis/lambda/2015-03-31/examples-1.json +5 -5
- data/apis/servicecatalog/2015-12-10/api-2.json +6 -2
- data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
- data/endpoints.json +5 -0
- 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: af2978027628ad5d85b6dccb91c9bae1ecbbc6d2
|
|
4
|
+
data.tar.gz: a16acf27802a615d6e72288c5ea98cb058d4da0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e24f309f4e1b57ce62b9fa56067056f1e9444dcf98d47d2fc74f1febd3ce78ebe2f91a226b57311bb0fc3668c97ee3f4bd30e151cca06cfcd3a192a67ee94963
|
|
7
|
+
data.tar.gz: f7d89093a8f74c96e06fd9bbe2ec6c15f6693423f551d58ca92e7f547304c58baf3ce699b81ae8c991be5c8898cf0f3e85ef5b694bf90b7ac4bf86e421ebfe21
|
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
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":
|
|
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":
|
|
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",
|
data/endpoints.json
CHANGED
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.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-
|
|
11
|
+
date: 2020-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|