aws-sdk-verifiedpermissions 1.2.0 → 1.3.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +1 -1
- data/lib/aws-sdk-verifiedpermissions/types.rb +31 -19
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bef7a233137cbe95eede197edd2da58948c379b2dc02052b2654dc664137be70
|
|
4
|
+
data.tar.gz: cb776c176eb48d199c146fd982d32b7dfc8d38a4d289fb07106b0ebf119123b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be925507f2781eb6b6b4ec1994e74c6bf509e67a0342b4edb1d05e6b3d019b111a6f22a2005784944b440a44a9606d0e6cdbe7804279904019786ca93a8ce14c
|
|
7
|
+
data.tar.gz: 51546a414864a2de885137bc893190379bec27185477bd721f2d4223e9e5470ed40bf514174c961cc111d1a7436c1187ea576879fe5757b03c102173b5c8a356
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
|
@@ -1936,7 +1936,7 @@ module Aws::VerifiedPermissions
|
|
|
1936
1936
|
params: params,
|
|
1937
1937
|
config: config)
|
|
1938
1938
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
|
1939
|
-
context[:gem_version] = '1.
|
|
1939
|
+
context[:gem_version] = '1.3.0'
|
|
1940
1940
|
Seahorse::Client::Request.new(handlers, context)
|
|
1941
1941
|
end
|
|
1942
1942
|
|
|
@@ -71,11 +71,13 @@ module Aws::VerifiedPermissions
|
|
|
71
71
|
# @note AttributeValue is a union - when making an API calls you must set exactly one of the members.
|
|
72
72
|
#
|
|
73
73
|
# @!attribute [rw] boolean
|
|
74
|
-
# An attribute value of
|
|
75
|
-
# [Boolean](docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-boolean)
|
|
76
|
-
# type.
|
|
74
|
+
# An attribute value of [Boolean][1] type.
|
|
77
75
|
#
|
|
78
76
|
# Example: `\{"boolean": true\}`
|
|
77
|
+
#
|
|
78
|
+
#
|
|
79
|
+
#
|
|
80
|
+
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#boolean
|
|
79
81
|
# @return [Boolean]
|
|
80
82
|
#
|
|
81
83
|
# @!attribute [rw] entity_identifier
|
|
@@ -90,35 +92,43 @@ module Aws::VerifiedPermissions
|
|
|
90
92
|
# @return [Types::EntityIdentifier]
|
|
91
93
|
#
|
|
92
94
|
# @!attribute [rw] long
|
|
93
|
-
# An attribute value of
|
|
94
|
-
# [Long](docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-long)
|
|
95
|
-
# type.
|
|
95
|
+
# An attribute value of [Long][1] type.
|
|
96
96
|
#
|
|
97
97
|
# Example: `\{"long": 0\}`
|
|
98
|
+
#
|
|
99
|
+
#
|
|
100
|
+
#
|
|
101
|
+
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#long
|
|
98
102
|
# @return [Integer]
|
|
99
103
|
#
|
|
100
104
|
# @!attribute [rw] string
|
|
101
|
-
# An attribute value of
|
|
102
|
-
# [String](docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-string)
|
|
103
|
-
# type.
|
|
105
|
+
# An attribute value of [String][1] type.
|
|
104
106
|
#
|
|
105
107
|
# Example: `\{"string": "abc"\}`
|
|
108
|
+
#
|
|
109
|
+
#
|
|
110
|
+
#
|
|
111
|
+
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#string
|
|
106
112
|
# @return [String]
|
|
107
113
|
#
|
|
108
114
|
# @!attribute [rw] set
|
|
109
|
-
# An attribute value of
|
|
110
|
-
# [Set](docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-set)
|
|
111
|
-
# type.
|
|
115
|
+
# An attribute value of [Set][1] type.
|
|
112
116
|
#
|
|
113
117
|
# Example: `\{"set": [ \{\} ] \}`
|
|
118
|
+
#
|
|
119
|
+
#
|
|
120
|
+
#
|
|
121
|
+
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#set
|
|
114
122
|
# @return [Array<Types::AttributeValue>]
|
|
115
123
|
#
|
|
116
124
|
# @!attribute [rw] record
|
|
117
|
-
# An attribute value of
|
|
118
|
-
# [Record](docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-record)
|
|
119
|
-
# type.
|
|
125
|
+
# An attribute value of [Record][1] type.
|
|
120
126
|
#
|
|
121
127
|
# Example: `\{"record": \{ "keyName": \{\} \} \}`
|
|
128
|
+
#
|
|
129
|
+
#
|
|
130
|
+
#
|
|
131
|
+
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#record
|
|
122
132
|
# @return [Hash<String,Types::AttributeValue>]
|
|
123
133
|
#
|
|
124
134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/AttributeValue AWS API Documentation
|
|
@@ -2856,8 +2866,7 @@ module Aws::VerifiedPermissions
|
|
|
2856
2866
|
# The policy attempts to access a record or entity attribute that
|
|
2857
2867
|
# isn't specified in the schema. Test for the existence of the
|
|
2858
2868
|
# attribute first before attempting to access its value. For more
|
|
2859
|
-
# information, see the [has (presence of attribute test)
|
|
2860
|
-
# operator](docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test)
|
|
2869
|
+
# information, see the [has (presence of attribute test) operator][1]
|
|
2861
2870
|
# in the *Cedar Policy Language Guide*.
|
|
2862
2871
|
#
|
|
2863
2872
|
# * **UnsafeOptionalAttributeAccess**
|
|
@@ -2866,8 +2875,7 @@ module Aws::VerifiedPermissions
|
|
|
2866
2875
|
# optional and isn't guaranteed to be present. Test for the existence
|
|
2867
2876
|
# of the attribute first before attempting to access its value. For
|
|
2868
2877
|
# more information, see the [has (presence of attribute test)
|
|
2869
|
-
# operator]
|
|
2870
|
-
# in the *Cedar Policy Language Guide*.
|
|
2878
|
+
# operator][1] in the *Cedar Policy Language Guide*.
|
|
2871
2879
|
#
|
|
2872
2880
|
# * **ImpossiblePolicy**
|
|
2873
2881
|
#
|
|
@@ -2886,6 +2894,10 @@ module Aws::VerifiedPermissions
|
|
|
2886
2894
|
# example, a string that is to be parsed as an IPv4 address can
|
|
2887
2895
|
# contain only digits and the period character.
|
|
2888
2896
|
#
|
|
2897
|
+
#
|
|
2898
|
+
#
|
|
2899
|
+
# [1]: https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test
|
|
2900
|
+
#
|
|
2889
2901
|
# @!attribute [rw] message
|
|
2890
2902
|
# @return [String]
|
|
2891
2903
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-verifiedpermissions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
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: 2023-06-
|
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|