aws-sdk-ssoadmin 1.72.0 → 1.73.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-ssoadmin/client.rb +1 -1
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- data/sig/client.rbs +8 -26
- data/sig/params.rbs +24 -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: 496b7ca661e815d7a55c2d83e1699ddcd31988d61e8e1b63dea43b54179a0717
|
|
4
|
+
data.tar.gz: 86114905f06ee0240127eb57a36833c73ab5fa20bfb2ae7b086851be00cf4ea8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 773e32a1c523a484a92d9ce74e4a4561f88c7bf71ffea9e6e8cd149b791c185323c2ed4e8c28cf2216e4801af964246e8f2cbacafb1e052934f20c0f9928a45c
|
|
7
|
+
data.tar.gz: 67ff886ea8be76592f591f7f9dd8054241447453d82a26742e7659dd6463b8d0f0741c633d13748936aabd604080ab7c052e0d748d6ba4c0fff482bc2635663b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
data/lib/aws-sdk-ssoadmin.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -153,7 +153,7 @@ module Aws
|
|
|
153
153
|
{
|
|
154
154
|
key: ::String,
|
|
155
155
|
value: ::String
|
|
156
|
-
}
|
|
156
|
+
}
|
|
157
157
|
],
|
|
158
158
|
?status: ("ENABLED" | "DISABLED"),
|
|
159
159
|
?client_token: ::String
|
|
@@ -183,7 +183,7 @@ module Aws
|
|
|
183
183
|
{
|
|
184
184
|
key: ::String,
|
|
185
185
|
value: ::String
|
|
186
|
-
}
|
|
186
|
+
}
|
|
187
187
|
]
|
|
188
188
|
) -> _CreateInstanceResponseSuccess
|
|
189
189
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceResponseSuccess
|
|
@@ -194,16 +194,7 @@ module Aws
|
|
|
194
194
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_instance_access_control_attribute_configuration-instance_method
|
|
195
195
|
def create_instance_access_control_attribute_configuration: (
|
|
196
196
|
instance_arn: ::String,
|
|
197
|
-
instance_access_control_attribute_configuration:
|
|
198
|
-
access_control_attributes: Array[
|
|
199
|
-
{
|
|
200
|
-
key: ::String,
|
|
201
|
-
value: {
|
|
202
|
-
source: Array[::String]
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
]
|
|
206
|
-
}
|
|
197
|
+
instance_access_control_attribute_configuration: Params::instance_access_control_attribute_configuration
|
|
207
198
|
) -> _CreateInstanceAccessControlAttributeConfigurationResponseSuccess
|
|
208
199
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceAccessControlAttributeConfigurationResponseSuccess
|
|
209
200
|
|
|
@@ -222,7 +213,7 @@ module Aws
|
|
|
222
213
|
{
|
|
223
214
|
key: ::String,
|
|
224
215
|
value: ::String
|
|
225
|
-
}
|
|
216
|
+
}
|
|
226
217
|
]
|
|
227
218
|
) -> _CreatePermissionSetResponseSuccess
|
|
228
219
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePermissionSetResponseSuccess
|
|
@@ -249,7 +240,7 @@ module Aws
|
|
|
249
240
|
{
|
|
250
241
|
key: ::String,
|
|
251
242
|
value: ::String
|
|
252
|
-
}
|
|
243
|
+
}
|
|
253
244
|
]
|
|
254
245
|
) -> _CreateTrustedTokenIssuerResponseSuccess
|
|
255
246
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustedTokenIssuerResponseSuccess
|
|
@@ -972,7 +963,7 @@ module Aws
|
|
|
972
963
|
{
|
|
973
964
|
trusted_token_issuer_arn: ::String?,
|
|
974
965
|
authorized_audiences: Array[::String]?
|
|
975
|
-
}
|
|
966
|
+
}
|
|
976
967
|
]?
|
|
977
968
|
}?,
|
|
978
969
|
refresh_token: {
|
|
@@ -1043,7 +1034,7 @@ module Aws
|
|
|
1043
1034
|
{
|
|
1044
1035
|
key: ::String,
|
|
1045
1036
|
value: ::String
|
|
1046
|
-
}
|
|
1037
|
+
}
|
|
1047
1038
|
]
|
|
1048
1039
|
) -> _TagResourceResponseSuccess
|
|
1049
1040
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1097,16 +1088,7 @@ module Aws
|
|
|
1097
1088
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_instance_access_control_attribute_configuration-instance_method
|
|
1098
1089
|
def update_instance_access_control_attribute_configuration: (
|
|
1099
1090
|
instance_arn: ::String,
|
|
1100
|
-
instance_access_control_attribute_configuration:
|
|
1101
|
-
access_control_attributes: Array[
|
|
1102
|
-
{
|
|
1103
|
-
key: ::String,
|
|
1104
|
-
value: {
|
|
1105
|
-
source: Array[::String]
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
]
|
|
1109
|
-
}
|
|
1091
|
+
instance_access_control_attribute_configuration: Params::instance_access_control_attribute_configuration
|
|
1110
1092
|
) -> _UpdateInstanceAccessControlAttributeConfigurationResponseSuccess
|
|
1111
1093
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInstanceAccessControlAttributeConfigurationResponseSuccess
|
|
1112
1094
|
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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 SSOAdmin
|
|
10
|
+
module Params
|
|
11
|
+
type instance_access_control_attribute_configuration = {
|
|
12
|
+
access_control_attributes: Array[
|
|
13
|
+
{
|
|
14
|
+
key: ::String,
|
|
15
|
+
value: {
|
|
16
|
+
source: Array[::String]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ssoadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.73.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-ssoadmin/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
|