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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db681e0fd9ad33c01c981c84a10194fc2f71f0ab51342e70f72b64c3b53740e6
4
- data.tar.gz: d7e80d51e40f0221f325c5d85c6d394982c198420519d931a981ea0e18620389
3
+ metadata.gz: 77ee34342bd22e5ba83fc8f55e065c2ad05ef37e12443d93aec9401e93523b4b
4
+ data.tar.gz: b926ce5b369338fdd20938275bd785c8dd8ed8e9b380939254542de0b54597a0
5
5
  SHA512:
6
- metadata.gz: 91a84130d98a4cc914ead1e25794fca0a3fb54e8f585f47aec6ee87b25ff883298686b65090f498b4bc89450340556ff18ece65483fb81787197d69a5a5b3022
7
- data.tar.gz: d299c2475ce5efb0a3b8fd77793ac8de97159aada704d0e32ae5bb18334fd8255a27f7f0eb6128247365644b89505580f41d0417f3e04e83103d0cc069b8173e
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.0.0
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 entities and their associated attributes that
1129
- # Verified Permissions can examine when evaluating the policies.
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 entities and their associated attributes that
1240
- # Verified Permissions can examine when evaluating the policies.
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.0.0'
1939
+ context[:gem_version] = '1.2.0'
1917
1940
  Seahorse::Client::Request.new(handlers, context)
1918
1941
  end
1919
1942
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::VerifiedPermissions
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateIdentitySource
@@ -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 entities and their associated attributes that
1379
- # Verified Permissions can examine when evaluating the policies.
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 entities and their associated attributes that
1464
- # Verified Permissions can examine when evaluating the policies.
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
@@ -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.0.0'
56
+ GEM_VERSION = '1.2.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.0.0
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-13 00:00:00.000000000 Z
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