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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77ee34342bd22e5ba83fc8f55e065c2ad05ef37e12443d93aec9401e93523b4b
4
- data.tar.gz: b926ce5b369338fdd20938275bd785c8dd8ed8e9b380939254542de0b54597a0
3
+ metadata.gz: bef7a233137cbe95eede197edd2da58948c379b2dc02052b2654dc664137be70
4
+ data.tar.gz: cb776c176eb48d199c146fd982d32b7dfc8d38a4d289fb07106b0ebf119123b8
5
5
  SHA512:
6
- metadata.gz: d62cad6c2faab7fbea612a37eb178730c6a2bc49daf5eacae3e5fab6b214cc5c5a68f4212ba679cdbaa0ba9a26e73efb6c9f736c8e28975da47ee01129ee8c2d
7
- data.tar.gz: 22390d42401fec3e375528616bff07a0c9422f2e655846596a7bec8e5af8b315961413764efe7021df497b940c9259057c1b7483404699b78d5b0a632e176ea7
6
+ metadata.gz: be925507f2781eb6b6b4ec1994e74c6bf509e67a0342b4edb1d05e6b3d019b111a6f22a2005784944b440a44a9606d0e6cdbe7804279904019786ca93a8ce14c
7
+ data.tar.gz: 51546a414864a2de885137bc893190379bec27185477bd721f2d4223e9e5470ed40bf514174c961cc111d1a7436c1187ea576879fe5757b03c102173b5c8a356
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-06-27)
5
+ ------------------
6
+
7
+ * Feature - This update fixes several broken links to the Cedar documentation.
8
+
4
9
  1.2.0 (2023-06-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
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.2.0'
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](docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test)
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
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-verifiedpermissions/customizations'
53
53
  # @!group service
54
54
  module Aws::VerifiedPermissions
55
55
 
56
- GEM_VERSION = '1.2.0'
56
+ GEM_VERSION = '1.3.0'
57
57
 
58
58
  end
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.2.0
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-23 00:00:00.000000000 Z
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