aws-sdk-core 2.11.340 → 2.11.341
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/securityhub/2018-10-26/api-2.json +11 -1
- data/apis/ssm/2014-11-06/api-2.json +3 -2
- 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: 83acce714434c9abcb6684e5b5bbceef174cb458
|
|
4
|
+
data.tar.gz: f04959f346b505c6bdf27594d4b4fef615f21c35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19831e51675503d02061e152056bebcfd507e0944f57da5b697596973fcb0e0db1b21cb101a0ddedcfb1dd51e78a9cf39b3c34363f3a4f5e920dcb094b7dc7e6
|
|
7
|
+
data.tar.gz: 7976a593d22c13fdf8748c8a1608fdc7778a143d1d7ebff264f0f5f2183efe69f1394a97f8eb336c6be70053f31cd41076dbff4a82d3fdd70df2a1fbaa4250a3
|
|
@@ -603,6 +603,10 @@
|
|
|
603
603
|
"shapes":{
|
|
604
604
|
"AcceptInvitationRequest":{
|
|
605
605
|
"type":"structure",
|
|
606
|
+
"required":[
|
|
607
|
+
"MasterId",
|
|
608
|
+
"InvitationId"
|
|
609
|
+
],
|
|
606
610
|
"members":{
|
|
607
611
|
"MasterId":{"shape":"NonEmptyString"},
|
|
608
612
|
"InvitationId":{"shape":"NonEmptyString"}
|
|
@@ -987,6 +991,7 @@
|
|
|
987
991
|
},
|
|
988
992
|
"DeclineInvitationsRequest":{
|
|
989
993
|
"type":"structure",
|
|
994
|
+
"required":["AccountIds"],
|
|
990
995
|
"members":{
|
|
991
996
|
"AccountIds":{"shape":"AccountIdList"}
|
|
992
997
|
}
|
|
@@ -1035,6 +1040,7 @@
|
|
|
1035
1040
|
},
|
|
1036
1041
|
"DeleteInvitationsRequest":{
|
|
1037
1042
|
"type":"structure",
|
|
1043
|
+
"required":["AccountIds"],
|
|
1038
1044
|
"members":{
|
|
1039
1045
|
"AccountIds":{"shape":"AccountIdList"}
|
|
1040
1046
|
}
|
|
@@ -1076,7 +1082,11 @@
|
|
|
1076
1082
|
"DescribeHubRequest":{
|
|
1077
1083
|
"type":"structure",
|
|
1078
1084
|
"members":{
|
|
1079
|
-
"HubArn":{
|
|
1085
|
+
"HubArn":{
|
|
1086
|
+
"shape":"NonEmptyString",
|
|
1087
|
+
"location":"querystring",
|
|
1088
|
+
"locationName":"HubArn"
|
|
1089
|
+
}
|
|
1080
1090
|
}
|
|
1081
1091
|
},
|
|
1082
1092
|
"DescribeHubResponse":{
|
|
@@ -7015,7 +7015,8 @@
|
|
|
7015
7015
|
"type":"string",
|
|
7016
7016
|
"enum":[
|
|
7017
7017
|
"Standard",
|
|
7018
|
-
"Advanced"
|
|
7018
|
+
"Advanced",
|
|
7019
|
+
"Intelligent-Tiering"
|
|
7019
7020
|
]
|
|
7020
7021
|
},
|
|
7021
7022
|
"ParameterType":{
|
|
@@ -7396,7 +7397,7 @@
|
|
|
7396
7397
|
},
|
|
7397
7398
|
"PatchSourceConfiguration":{
|
|
7398
7399
|
"type":"string",
|
|
7399
|
-
"max":
|
|
7400
|
+
"max":1024,
|
|
7400
7401
|
"min":1,
|
|
7401
7402
|
"sensitive":true
|
|
7402
7403
|
},
|
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.341
|
|
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: 2019-08-
|
|
11
|
+
date: 2019-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|