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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3946447fe176ff5992f429accbb0da2e560f46c64b583f69c9470179d8fafb21
4
- data.tar.gz: 8407ef5680ee6d3d5b560233bc6743c2aee44acac047f9e0199f740dcaa41377
3
+ metadata.gz: 496b7ca661e815d7a55c2d83e1699ddcd31988d61e8e1b63dea43b54179a0717
4
+ data.tar.gz: 86114905f06ee0240127eb57a36833c73ab5fa20bfb2ae7b086851be00cf4ea8
5
5
  SHA512:
6
- metadata.gz: 817b765c7b18ac93f6fbbe18bd1b69520633504ecb8fde386e704d2fa63c873785412cd2ddf3516708d25ea04e764ba947cbe68dc8150f0fd0b0e121195ec38b
7
- data.tar.gz: fb674dd680f83c835a9166ed4663b333ac603be7e34303bec1b193d3b2d09a2f3f086c0e9c8e83c9cf5f83557ca127612231afa183dd31e8b2b0b3221203bf53
6
+ metadata.gz: 773e32a1c523a484a92d9ce74e4a4561f88c7bf71ffea9e6e8cd149b791c185323c2ed4e8c28cf2216e4801af964246e8f2cbacafb1e052934f20c0f9928a45c
7
+ data.tar.gz: 67ff886ea8be76592f591f7f9dd8054241447453d82a26742e7659dd6463b8d0f0741c633d13748936aabd604080ab7c052e0d748d6ba4c0fff482bc2635663b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.72.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -4318,7 +4318,7 @@ module Aws::SSOAdmin
4318
4318
  tracer: tracer
4319
4319
  )
4320
4320
  context[:gem_name] = 'aws-sdk-ssoadmin'
4321
- context[:gem_version] = '1.72.0'
4321
+ context[:gem_version] = '1.73.0'
4322
4322
  Seahorse::Client::Request.new(handlers, context)
4323
4323
  end
4324
4324
 
@@ -55,7 +55,7 @@ module Aws::SSOAdmin
55
55
  autoload :EndpointProvider, 'aws-sdk-ssoadmin/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssoadmin/endpoints'
57
57
 
58
- GEM_VERSION = '1.72.0'
58
+ GEM_VERSION = '1.73.0'
59
59
 
60
60
  end
61
61
 
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.72.0
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