aws-sdk-verifiedpermissions 1.26.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +10 -1
- data/lib/aws-sdk-verifiedpermissions/types.rb +16 -16
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e4e8593048136191f278c35ef439eb633c3bce8a53d0d6a7e56226e365f7914
|
4
|
+
data.tar.gz: 8f3656ad59bb5aeebec0ae5ca05bd32cd6c77f1489b3b08d255693a856ad3955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c73f6353485694103b4b35fc12fb7e7b7348e2df8b2e853acefb2b462739a49347434471f69cb7ea7d34dfde8b942f2be39073533f0da0b4edda0a5d368438e2
|
7
|
+
data.tar.gz: 26bfd86c1b65b6a65ac60ddde64049d72251b5868251ddb121f1c3ab1328f5a34d1624cf5c0b132c1b97d14bb401ab074c0c8391689c41115dc750c5b0364271
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.28.0 (2024-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.27.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.26.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -312,6 +312,15 @@ module Aws::VerifiedPermissions
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :simple_json (false)
|
316
325
|
# Disables request parameter conversion, validation, and formatting.
|
317
326
|
# Also disables response data type conversions. The request parameters
|
@@ -2488,7 +2497,7 @@ module Aws::VerifiedPermissions
|
|
2488
2497
|
params: params,
|
2489
2498
|
config: config)
|
2490
2499
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
2491
|
-
context[:gem_version] = '1.
|
2500
|
+
context[:gem_version] = '1.28.0'
|
2492
2501
|
Seahorse::Client::Request.new(handlers, context)
|
2493
2502
|
end
|
2494
2503
|
|
@@ -274,7 +274,7 @@ module Aws::VerifiedPermissions
|
|
274
274
|
:decision,
|
275
275
|
:determining_policies,
|
276
276
|
:errors)
|
277
|
-
SENSITIVE = []
|
277
|
+
SENSITIVE = [:errors]
|
278
278
|
include Aws::Structure
|
279
279
|
end
|
280
280
|
|
@@ -420,7 +420,7 @@ module Aws::VerifiedPermissions
|
|
420
420
|
:decision,
|
421
421
|
:determining_policies,
|
422
422
|
:errors)
|
423
|
-
SENSITIVE = []
|
423
|
+
SENSITIVE = [:errors]
|
424
424
|
include Aws::Structure
|
425
425
|
end
|
426
426
|
|
@@ -542,7 +542,7 @@ module Aws::VerifiedPermissions
|
|
542
542
|
:user_pool_arn,
|
543
543
|
:client_ids,
|
544
544
|
:group_configuration)
|
545
|
-
SENSITIVE = []
|
545
|
+
SENSITIVE = [:client_ids]
|
546
546
|
include Aws::Structure
|
547
547
|
end
|
548
548
|
|
@@ -602,7 +602,7 @@ module Aws::VerifiedPermissions
|
|
602
602
|
:client_ids,
|
603
603
|
:issuer,
|
604
604
|
:group_configuration)
|
605
|
-
SENSITIVE = []
|
605
|
+
SENSITIVE = [:client_ids]
|
606
606
|
include Aws::Structure
|
607
607
|
end
|
608
608
|
|
@@ -662,7 +662,7 @@ module Aws::VerifiedPermissions
|
|
662
662
|
:client_ids,
|
663
663
|
:issuer,
|
664
664
|
:group_configuration)
|
665
|
-
SENSITIVE = []
|
665
|
+
SENSITIVE = [:client_ids]
|
666
666
|
include Aws::Structure
|
667
667
|
end
|
668
668
|
|
@@ -1829,7 +1829,7 @@ module Aws::VerifiedPermissions
|
|
1829
1829
|
:created_date,
|
1830
1830
|
:last_updated_date,
|
1831
1831
|
:namespaces)
|
1832
|
-
SENSITIVE = [:schema]
|
1832
|
+
SENSITIVE = [:schema, :namespaces]
|
1833
1833
|
include Aws::Structure
|
1834
1834
|
end
|
1835
1835
|
|
@@ -1882,7 +1882,7 @@ module Aws::VerifiedPermissions
|
|
1882
1882
|
:user_pool_arn,
|
1883
1883
|
:discovery_url,
|
1884
1884
|
:open_id_issuer)
|
1885
|
-
SENSITIVE = []
|
1885
|
+
SENSITIVE = [:client_ids]
|
1886
1886
|
include Aws::Structure
|
1887
1887
|
end
|
1888
1888
|
|
@@ -2008,7 +2008,7 @@ module Aws::VerifiedPermissions
|
|
2008
2008
|
:user_pool_arn,
|
2009
2009
|
:discovery_url,
|
2010
2010
|
:open_id_issuer)
|
2011
|
-
SENSITIVE = []
|
2011
|
+
SENSITIVE = [:client_ids]
|
2012
2012
|
include Aws::Structure
|
2013
2013
|
end
|
2014
2014
|
|
@@ -2103,7 +2103,7 @@ module Aws::VerifiedPermissions
|
|
2103
2103
|
:decision,
|
2104
2104
|
:determining_policies,
|
2105
2105
|
:errors)
|
2106
|
-
SENSITIVE = []
|
2106
|
+
SENSITIVE = [:errors]
|
2107
2107
|
include Aws::Structure
|
2108
2108
|
end
|
2109
2109
|
|
@@ -2212,7 +2212,7 @@ module Aws::VerifiedPermissions
|
|
2212
2212
|
:determining_policies,
|
2213
2213
|
:errors,
|
2214
2214
|
:principal)
|
2215
|
-
SENSITIVE = []
|
2215
|
+
SENSITIVE = [:errors]
|
2216
2216
|
include Aws::Structure
|
2217
2217
|
end
|
2218
2218
|
|
@@ -2849,7 +2849,7 @@ module Aws::VerifiedPermissions
|
|
2849
2849
|
class OpenIdConnectIdentityTokenConfiguration < Struct.new(
|
2850
2850
|
:principal_id_claim,
|
2851
2851
|
:client_ids)
|
2852
|
-
SENSITIVE = [:principal_id_claim]
|
2852
|
+
SENSITIVE = [:principal_id_claim, :client_ids]
|
2853
2853
|
include Aws::Structure
|
2854
2854
|
end
|
2855
2855
|
|
@@ -2882,7 +2882,7 @@ module Aws::VerifiedPermissions
|
|
2882
2882
|
class OpenIdConnectIdentityTokenConfigurationDetail < Struct.new(
|
2883
2883
|
:principal_id_claim,
|
2884
2884
|
:client_ids)
|
2885
|
-
SENSITIVE = [:principal_id_claim]
|
2885
|
+
SENSITIVE = [:principal_id_claim, :client_ids]
|
2886
2886
|
include Aws::Structure
|
2887
2887
|
end
|
2888
2888
|
|
@@ -2915,7 +2915,7 @@ module Aws::VerifiedPermissions
|
|
2915
2915
|
class OpenIdConnectIdentityTokenConfigurationItem < Struct.new(
|
2916
2916
|
:principal_id_claim,
|
2917
2917
|
:client_ids)
|
2918
|
-
SENSITIVE = [:principal_id_claim]
|
2918
|
+
SENSITIVE = [:principal_id_claim, :client_ids]
|
2919
2919
|
include Aws::Structure
|
2920
2920
|
end
|
2921
2921
|
|
@@ -3405,7 +3405,7 @@ module Aws::VerifiedPermissions
|
|
3405
3405
|
:namespaces,
|
3406
3406
|
:created_date,
|
3407
3407
|
:last_updated_date)
|
3408
|
-
SENSITIVE = []
|
3408
|
+
SENSITIVE = [:namespaces]
|
3409
3409
|
include Aws::Structure
|
3410
3410
|
end
|
3411
3411
|
|
@@ -3763,7 +3763,7 @@ module Aws::VerifiedPermissions
|
|
3763
3763
|
:user_pool_arn,
|
3764
3764
|
:client_ids,
|
3765
3765
|
:group_configuration)
|
3766
|
-
SENSITIVE = []
|
3766
|
+
SENSITIVE = [:client_ids]
|
3767
3767
|
include Aws::Structure
|
3768
3768
|
end
|
3769
3769
|
|
@@ -4013,7 +4013,7 @@ module Aws::VerifiedPermissions
|
|
4013
4013
|
class UpdateOpenIdConnectIdentityTokenConfiguration < Struct.new(
|
4014
4014
|
:principal_id_claim,
|
4015
4015
|
:client_ids)
|
4016
|
-
SENSITIVE = [:principal_id_claim]
|
4016
|
+
SENSITIVE = [:principal_id_claim, :client_ids]
|
4017
4017
|
include Aws::Structure
|
4018
4018
|
end
|
4019
4019
|
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
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.28.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: 2024-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|