aws-sdk-verifiedpermissions 1.64.0 → 1.65.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.rb +1 -1
- data/sig/client.rbs +12 -160
- data/sig/params.rbs +104 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de6327898505d960a11fc6c18b1338311da8ae060d272f6c9efbb30ddb32c393
|
|
4
|
+
data.tar.gz: 7adca25d2dd2fd8086269a481a52a674d07d2656cd1ffd52ae3d904290d3b1cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff1286a001d9242225a5034ed5f2a57f778cb096f6d15b98e92df66f4fb2b6da0e1a6572e57c68aa9ed066bfede341430a074a4e9550302bb8edd6c88ad680e1
|
|
7
|
+
data.tar.gz: '04882e419d8e336409d9f4b9bf3256c5370c8dbfd66af91ed743b1dafcb045be4ca153ebfeea78a13e09915d7e559d89a5b19fdc9adeea0fde6feb60f6da2b26'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -5001,7 +5001,7 @@ module Aws::VerifiedPermissions
|
|
|
5001
5001
|
tracer: tracer
|
|
5002
5002
|
)
|
|
5003
5003
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
|
5004
|
-
context[:gem_version] = '1.
|
|
5004
|
+
context[:gem_version] = '1.65.0'
|
|
5005
5005
|
Seahorse::Client::Request.new(handlers, context)
|
|
5006
5006
|
end
|
|
5007
5007
|
|
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
{
|
|
91
91
|
policy_store_id: ::String,
|
|
92
92
|
policy_id: ::String
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
]
|
|
95
95
|
) -> _BatchGetPolicyResponseSuccess
|
|
96
96
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetPolicyResponseSuccess
|
|
@@ -102,41 +102,7 @@ module Aws
|
|
|
102
102
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VerifiedPermissions/Client.html#batch_is_authorized-instance_method
|
|
103
103
|
def batch_is_authorized: (
|
|
104
104
|
policy_store_id: ::String,
|
|
105
|
-
?entities:
|
|
106
|
-
entity_list: Array[
|
|
107
|
-
{
|
|
108
|
-
identifier: {
|
|
109
|
-
entity_type: ::String,
|
|
110
|
-
entity_id: ::String
|
|
111
|
-
},
|
|
112
|
-
attributes: Hash[::String, untyped]?,
|
|
113
|
-
parents: Array[
|
|
114
|
-
{
|
|
115
|
-
entity_type: ::String,
|
|
116
|
-
entity_id: ::String
|
|
117
|
-
},
|
|
118
|
-
]?,
|
|
119
|
-
tags: Hash[::String, {
|
|
120
|
-
boolean: bool?,
|
|
121
|
-
entity_identifier: {
|
|
122
|
-
entity_type: ::String,
|
|
123
|
-
entity_id: ::String
|
|
124
|
-
}?,
|
|
125
|
-
long: ::Integer?,
|
|
126
|
-
string: ::String?,
|
|
127
|
-
set: Array[
|
|
128
|
-
untyped,
|
|
129
|
-
]?,
|
|
130
|
-
record: Hash[::String, untyped]?,
|
|
131
|
-
ipaddr: ::String?,
|
|
132
|
-
decimal: ::String?,
|
|
133
|
-
datetime: ::String?,
|
|
134
|
-
duration: ::String?
|
|
135
|
-
}]?
|
|
136
|
-
},
|
|
137
|
-
]?,
|
|
138
|
-
cedar_json: ::String?
|
|
139
|
-
},
|
|
105
|
+
?entities: Params::entities_definition,
|
|
140
106
|
requests: Array[
|
|
141
107
|
{
|
|
142
108
|
principal: {
|
|
@@ -151,11 +117,8 @@ module Aws
|
|
|
151
117
|
entity_type: ::String,
|
|
152
118
|
entity_id: ::String
|
|
153
119
|
}?,
|
|
154
|
-
context:
|
|
155
|
-
|
|
156
|
-
cedar_json: ::String?
|
|
157
|
-
}?
|
|
158
|
-
},
|
|
120
|
+
context: Params::context_definition?
|
|
121
|
+
}
|
|
159
122
|
]
|
|
160
123
|
) -> _BatchIsAuthorizedResponseSuccess
|
|
161
124
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchIsAuthorizedResponseSuccess
|
|
@@ -170,41 +133,7 @@ module Aws
|
|
|
170
133
|
policy_store_id: ::String,
|
|
171
134
|
?identity_token: ::String,
|
|
172
135
|
?access_token: ::String,
|
|
173
|
-
?entities:
|
|
174
|
-
entity_list: Array[
|
|
175
|
-
{
|
|
176
|
-
identifier: {
|
|
177
|
-
entity_type: ::String,
|
|
178
|
-
entity_id: ::String
|
|
179
|
-
},
|
|
180
|
-
attributes: Hash[::String, untyped]?,
|
|
181
|
-
parents: Array[
|
|
182
|
-
{
|
|
183
|
-
entity_type: ::String,
|
|
184
|
-
entity_id: ::String
|
|
185
|
-
},
|
|
186
|
-
]?,
|
|
187
|
-
tags: Hash[::String, {
|
|
188
|
-
boolean: bool?,
|
|
189
|
-
entity_identifier: {
|
|
190
|
-
entity_type: ::String,
|
|
191
|
-
entity_id: ::String
|
|
192
|
-
}?,
|
|
193
|
-
long: ::Integer?,
|
|
194
|
-
string: ::String?,
|
|
195
|
-
set: Array[
|
|
196
|
-
untyped,
|
|
197
|
-
]?,
|
|
198
|
-
record: Hash[::String, untyped]?,
|
|
199
|
-
ipaddr: ::String?,
|
|
200
|
-
decimal: ::String?,
|
|
201
|
-
datetime: ::String?,
|
|
202
|
-
duration: ::String?
|
|
203
|
-
}]?
|
|
204
|
-
},
|
|
205
|
-
]?,
|
|
206
|
-
cedar_json: ::String?
|
|
207
|
-
},
|
|
136
|
+
?entities: Params::entities_definition,
|
|
208
137
|
requests: Array[
|
|
209
138
|
{
|
|
210
139
|
action: {
|
|
@@ -215,11 +144,8 @@ module Aws
|
|
|
215
144
|
entity_type: ::String,
|
|
216
145
|
entity_id: ::String
|
|
217
146
|
}?,
|
|
218
|
-
context:
|
|
219
|
-
|
|
220
|
-
cedar_json: ::String?
|
|
221
|
-
}?
|
|
222
|
-
},
|
|
147
|
+
context: Params::context_definition?
|
|
148
|
+
}
|
|
223
149
|
]
|
|
224
150
|
) -> _BatchIsAuthorizedWithTokenResponseSuccess
|
|
225
151
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchIsAuthorizedWithTokenResponseSuccess
|
|
@@ -533,45 +459,8 @@ module Aws
|
|
|
533
459
|
entity_type: ::String,
|
|
534
460
|
entity_id: ::String
|
|
535
461
|
},
|
|
536
|
-
?context:
|
|
537
|
-
|
|
538
|
-
cedar_json: ::String?
|
|
539
|
-
},
|
|
540
|
-
?entities: {
|
|
541
|
-
entity_list: Array[
|
|
542
|
-
{
|
|
543
|
-
identifier: {
|
|
544
|
-
entity_type: ::String,
|
|
545
|
-
entity_id: ::String
|
|
546
|
-
},
|
|
547
|
-
attributes: Hash[::String, untyped]?,
|
|
548
|
-
parents: Array[
|
|
549
|
-
{
|
|
550
|
-
entity_type: ::String,
|
|
551
|
-
entity_id: ::String
|
|
552
|
-
},
|
|
553
|
-
]?,
|
|
554
|
-
tags: Hash[::String, {
|
|
555
|
-
boolean: bool?,
|
|
556
|
-
entity_identifier: {
|
|
557
|
-
entity_type: ::String,
|
|
558
|
-
entity_id: ::String
|
|
559
|
-
}?,
|
|
560
|
-
long: ::Integer?,
|
|
561
|
-
string: ::String?,
|
|
562
|
-
set: Array[
|
|
563
|
-
untyped,
|
|
564
|
-
]?,
|
|
565
|
-
record: Hash[::String, untyped]?,
|
|
566
|
-
ipaddr: ::String?,
|
|
567
|
-
decimal: ::String?,
|
|
568
|
-
datetime: ::String?,
|
|
569
|
-
duration: ::String?
|
|
570
|
-
}]?
|
|
571
|
-
},
|
|
572
|
-
]?,
|
|
573
|
-
cedar_json: ::String?
|
|
574
|
-
}
|
|
462
|
+
?context: Params::context_definition,
|
|
463
|
+
?entities: Params::entities_definition
|
|
575
464
|
) -> _IsAuthorizedResponseSuccess
|
|
576
465
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _IsAuthorizedResponseSuccess
|
|
577
466
|
|
|
@@ -595,45 +484,8 @@ module Aws
|
|
|
595
484
|
entity_type: ::String,
|
|
596
485
|
entity_id: ::String
|
|
597
486
|
},
|
|
598
|
-
?context:
|
|
599
|
-
|
|
600
|
-
cedar_json: ::String?
|
|
601
|
-
},
|
|
602
|
-
?entities: {
|
|
603
|
-
entity_list: Array[
|
|
604
|
-
{
|
|
605
|
-
identifier: {
|
|
606
|
-
entity_type: ::String,
|
|
607
|
-
entity_id: ::String
|
|
608
|
-
},
|
|
609
|
-
attributes: Hash[::String, untyped]?,
|
|
610
|
-
parents: Array[
|
|
611
|
-
{
|
|
612
|
-
entity_type: ::String,
|
|
613
|
-
entity_id: ::String
|
|
614
|
-
},
|
|
615
|
-
]?,
|
|
616
|
-
tags: Hash[::String, {
|
|
617
|
-
boolean: bool?,
|
|
618
|
-
entity_identifier: {
|
|
619
|
-
entity_type: ::String,
|
|
620
|
-
entity_id: ::String
|
|
621
|
-
}?,
|
|
622
|
-
long: ::Integer?,
|
|
623
|
-
string: ::String?,
|
|
624
|
-
set: Array[
|
|
625
|
-
untyped,
|
|
626
|
-
]?,
|
|
627
|
-
record: Hash[::String, untyped]?,
|
|
628
|
-
ipaddr: ::String?,
|
|
629
|
-
decimal: ::String?,
|
|
630
|
-
datetime: ::String?,
|
|
631
|
-
duration: ::String?
|
|
632
|
-
}]?
|
|
633
|
-
},
|
|
634
|
-
]?,
|
|
635
|
-
cedar_json: ::String?
|
|
636
|
-
}
|
|
487
|
+
?context: Params::context_definition,
|
|
488
|
+
?entities: Params::entities_definition
|
|
637
489
|
) -> _IsAuthorizedWithTokenResponseSuccess
|
|
638
490
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _IsAuthorizedWithTokenResponseSuccess
|
|
639
491
|
|
|
@@ -650,7 +502,7 @@ module Aws
|
|
|
650
502
|
?filters: Array[
|
|
651
503
|
{
|
|
652
504
|
principal_entity_type: ::String?
|
|
653
|
-
}
|
|
505
|
+
}
|
|
654
506
|
]
|
|
655
507
|
) -> _ListIdentitySourcesResponseSuccess
|
|
656
508
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdentitySourcesResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module VerifiedPermissions
|
|
10
|
+
module Params
|
|
11
|
+
type entities_definition = {
|
|
12
|
+
entity_list: Array[
|
|
13
|
+
Params::entity_item
|
|
14
|
+
]?,
|
|
15
|
+
cedar_json: ::String?
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
type entity_item = {
|
|
19
|
+
identifier: {
|
|
20
|
+
entity_type: ::String,
|
|
21
|
+
entity_id: ::String
|
|
22
|
+
},
|
|
23
|
+
attributes: Hash[::String, Params::attribute_value]?,
|
|
24
|
+
parents: Array[
|
|
25
|
+
{
|
|
26
|
+
entity_type: ::String,
|
|
27
|
+
entity_id: ::String
|
|
28
|
+
}
|
|
29
|
+
]?,
|
|
30
|
+
tags: Hash[::String, Params::cedar_tag_value]?
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
type attribute_value = {
|
|
34
|
+
boolean: bool?,
|
|
35
|
+
entity_identifier: {
|
|
36
|
+
entity_type: ::String,
|
|
37
|
+
entity_id: ::String
|
|
38
|
+
}?,
|
|
39
|
+
long: ::Integer?,
|
|
40
|
+
string: ::String?,
|
|
41
|
+
set: Array[untyped]?,
|
|
42
|
+
record: Hash[::String, untyped]?,
|
|
43
|
+
ipaddr: ::String?,
|
|
44
|
+
decimal: ::String?,
|
|
45
|
+
datetime: ::String?,
|
|
46
|
+
duration: ::String?
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
type cedar_tag_value = {
|
|
50
|
+
boolean: bool?,
|
|
51
|
+
entity_identifier: {
|
|
52
|
+
entity_type: ::String,
|
|
53
|
+
entity_id: ::String
|
|
54
|
+
}?,
|
|
55
|
+
long: ::Integer?,
|
|
56
|
+
string: ::String?,
|
|
57
|
+
set: Array[
|
|
58
|
+
{
|
|
59
|
+
boolean: bool?,
|
|
60
|
+
entity_identifier: {
|
|
61
|
+
entity_type: ::String,
|
|
62
|
+
entity_id: ::String
|
|
63
|
+
}?,
|
|
64
|
+
long: ::Integer?,
|
|
65
|
+
string: ::String?,
|
|
66
|
+
set: untyped?,
|
|
67
|
+
record: Hash[::String, untyped]?,
|
|
68
|
+
ipaddr: ::String?,
|
|
69
|
+
decimal: ::String?,
|
|
70
|
+
datetime: ::String?,
|
|
71
|
+
duration: ::String?
|
|
72
|
+
}
|
|
73
|
+
]?,
|
|
74
|
+
record: Hash[::String, {
|
|
75
|
+
boolean: bool?,
|
|
76
|
+
entity_identifier: {
|
|
77
|
+
entity_type: ::String,
|
|
78
|
+
entity_id: ::String
|
|
79
|
+
}?,
|
|
80
|
+
long: ::Integer?,
|
|
81
|
+
string: ::String?,
|
|
82
|
+
set: Array[
|
|
83
|
+
untyped
|
|
84
|
+
]?,
|
|
85
|
+
record: untyped?,
|
|
86
|
+
ipaddr: ::String?,
|
|
87
|
+
decimal: ::String?,
|
|
88
|
+
datetime: ::String?,
|
|
89
|
+
duration: ::String?
|
|
90
|
+
}]?,
|
|
91
|
+
ipaddr: ::String?,
|
|
92
|
+
decimal: ::String?,
|
|
93
|
+
datetime: ::String?,
|
|
94
|
+
duration: ::String?
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
type context_definition = {
|
|
98
|
+
context_map: Hash[::String, Params::attribute_value]?,
|
|
99
|
+
cedar_json: ::String?
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.65.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-verifiedpermissions/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|