aws-sdk-verifiedpermissions 1.0.0 → 1.2.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +28 -5
- data/lib/aws-sdk-verifiedpermissions/endpoints.rb +1 -0
- data/lib/aws-sdk-verifiedpermissions/types.rb +21 -7
- 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: 77ee34342bd22e5ba83fc8f55e065c2ad05ef37e12443d93aec9401e93523b4b
|
4
|
+
data.tar.gz: b926ce5b369338fdd20938275bd785c8dd8ed8e9b380939254542de0b54597a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d62cad6c2faab7fbea612a37eb178730c6a2bc49daf5eacae3e5fab6b214cc5c5a68f4212ba679cdbaa0ba9a26e73efb6c9f736c8e28975da47ee01129ee8c2d
|
7
|
+
data.tar.gz: 22390d42401fec3e375528616bff07a0c9422f2e655846596a7bec8e5af8b315961413764efe7021df497b940c9259057c1b7483404699b78d5b0a632e176ea7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.2.0 (2023-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added improved descriptions and new code samples to SDK documentation.
|
8
|
+
|
9
|
+
1.1.0 (2023-06-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.0.0 (2023-06-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -611,6 +611,15 @@ module Aws::VerifiedPermissions
|
|
611
611
|
# Creates a policy store. A policy store is a container for policy
|
612
612
|
# resources.
|
613
613
|
#
|
614
|
+
# <note markdown="1"> Although [Cedar supports multiple namespaces][1], Verified Permissions
|
615
|
+
# currently supports only one namespace per policy store.
|
616
|
+
#
|
617
|
+
# </note>
|
618
|
+
#
|
619
|
+
#
|
620
|
+
#
|
621
|
+
# [1]: https://docs.cedarpolicy.com/schema.html#namespace
|
622
|
+
#
|
614
623
|
# @option params [String] :client_token
|
615
624
|
# Specifies a unique, case-sensitive ID that you provide to ensure the
|
616
625
|
# idempotency of the request. This lets you safely retry the request
|
@@ -1125,8 +1134,15 @@ module Aws::VerifiedPermissions
|
|
1125
1134
|
# authorization decisions.
|
1126
1135
|
#
|
1127
1136
|
# @option params [Types::EntitiesDefinition] :entities
|
1128
|
-
# Specifies the list of
|
1129
|
-
# Verified Permissions can examine when evaluating the
|
1137
|
+
# Specifies the list of resources and principals and their associated
|
1138
|
+
# attributes that Verified Permissions can examine when evaluating the
|
1139
|
+
# policies.
|
1140
|
+
#
|
1141
|
+
# <note markdown="1"> You can include only principal and resource entities in this
|
1142
|
+
# parameter; you can't include actions. You must specify actions in the
|
1143
|
+
# schema.
|
1144
|
+
#
|
1145
|
+
# </note>
|
1130
1146
|
#
|
1131
1147
|
# @return [Types::IsAuthorizedOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1132
1148
|
#
|
@@ -1236,8 +1252,15 @@ module Aws::VerifiedPermissions
|
|
1236
1252
|
# authorization decisions.
|
1237
1253
|
#
|
1238
1254
|
# @option params [Types::EntitiesDefinition] :entities
|
1239
|
-
# Specifies the list of
|
1240
|
-
# Verified Permissions can examine when evaluating the
|
1255
|
+
# Specifies the list of resources and principals and their associated
|
1256
|
+
# attributes that Verified Permissions can examine when evaluating the
|
1257
|
+
# policies.
|
1258
|
+
#
|
1259
|
+
# <note markdown="1"> You can include only principal and resource entities in this
|
1260
|
+
# parameter; you can't include actions. You must specify actions in the
|
1261
|
+
# schema.
|
1262
|
+
#
|
1263
|
+
# </note>
|
1241
1264
|
#
|
1242
1265
|
# @return [Types::IsAuthorizedWithTokenOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1243
1266
|
#
|
@@ -1913,7 +1936,7 @@ module Aws::VerifiedPermissions
|
|
1913
1936
|
params: params,
|
1914
1937
|
config: config)
|
1915
1938
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
1916
|
-
context[:gem_version] = '1.
|
1939
|
+
context[:gem_version] = '1.2.0'
|
1917
1940
|
Seahorse::Client::Request.new(handlers, context)
|
1918
1941
|
end
|
1919
1942
|
|
@@ -152,7 +152,7 @@ module Aws::VerifiedPermissions
|
|
152
152
|
# [Configuration][1] structure that is used as a parameter to the
|
153
153
|
# [Configuration][1].
|
154
154
|
#
|
155
|
-
# Example:`"CognitoUserPoolConfiguration":\{"UserPoolArn":"cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5","ClientIds":
|
155
|
+
# Example:`"CognitoUserPoolConfiguration":\{"UserPoolArn":"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5","ClientIds":
|
156
156
|
# ["a1b2c3d4e5f6g7h8i9j0kalbmc"]\}`
|
157
157
|
#
|
158
158
|
#
|
@@ -164,7 +164,7 @@ module Aws::VerifiedPermissions
|
|
164
164
|
# that contains the identities to be authorized.
|
165
165
|
#
|
166
166
|
# Example: `"UserPoolArn":
|
167
|
-
# "cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5"`
|
167
|
+
# "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5"`
|
168
168
|
#
|
169
169
|
#
|
170
170
|
#
|
@@ -213,7 +213,7 @@ module Aws::VerifiedPermissions
|
|
213
213
|
# Amazon Cognito user pool and one or more application client IDs.
|
214
214
|
#
|
215
215
|
# Example:
|
216
|
-
# `"configuration":\{"cognitoUserPoolConfiguration":\{"userPoolArn":"cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5","clientIds":
|
216
|
+
# `"configuration":\{"cognitoUserPoolConfiguration":\{"userPoolArn":"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5","clientIds":
|
217
217
|
# ["a1b2c3d4e5f6g7h8i9j0kalbmc"]\}\}`
|
218
218
|
#
|
219
219
|
#
|
@@ -1375,8 +1375,15 @@ module Aws::VerifiedPermissions
|
|
1375
1375
|
# @return [Types::ContextDefinition]
|
1376
1376
|
#
|
1377
1377
|
# @!attribute [rw] entities
|
1378
|
-
# Specifies the list of
|
1379
|
-
# Verified Permissions can examine when evaluating the
|
1378
|
+
# Specifies the list of resources and principals and their associated
|
1379
|
+
# attributes that Verified Permissions can examine when evaluating the
|
1380
|
+
# policies.
|
1381
|
+
#
|
1382
|
+
# <note markdown="1"> You can include only principal and resource entities in this
|
1383
|
+
# parameter; you can't include actions. You must specify actions in
|
1384
|
+
# the schema.
|
1385
|
+
#
|
1386
|
+
# </note>
|
1380
1387
|
# @return [Types::EntitiesDefinition]
|
1381
1388
|
#
|
1382
1389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/IsAuthorizedInput AWS API Documentation
|
@@ -1460,8 +1467,15 @@ module Aws::VerifiedPermissions
|
|
1460
1467
|
# @return [Types::ContextDefinition]
|
1461
1468
|
#
|
1462
1469
|
# @!attribute [rw] entities
|
1463
|
-
# Specifies the list of
|
1464
|
-
# Verified Permissions can examine when evaluating the
|
1470
|
+
# Specifies the list of resources and principals and their associated
|
1471
|
+
# attributes that Verified Permissions can examine when evaluating the
|
1472
|
+
# policies.
|
1473
|
+
#
|
1474
|
+
# <note markdown="1"> You can include only principal and resource entities in this
|
1475
|
+
# parameter; you can't include actions. You must specify actions in
|
1476
|
+
# the schema.
|
1477
|
+
#
|
1478
|
+
# </note>
|
1465
1479
|
# @return [Types::EntitiesDefinition]
|
1466
1480
|
#
|
1467
1481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/IsAuthorizedWithTokenInput AWS API Documentation
|
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.2.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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|