aws-sdk-licensemanager 1.89.0 → 1.91.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: e33deb8c76fe665121e1d475aa6a49e29e383171c07bec3455ffe2f5bcafeb8d
4
- data.tar.gz: 15e96fa62e0a14ceaa9f5f396efa4a93e100efdb7c0e0e53108120c6245ce6a9
3
+ metadata.gz: 75f3c092be550254446a41c247b6b612742fe807c1f579d799dba6d21302df13
4
+ data.tar.gz: bc19a778df6f7c0592503ed3986c651a7d9bbbccb7e36ed409b996e7782ec6be
5
5
  SHA512:
6
- metadata.gz: 8376dffdd696e559f5aa495049b46b6bbbac69c0f3d66eedcb172508e5cfaadb9d91709c825d5dab36536e6e16cdb5d10a61615d5bc3c31a210c732466365228
7
- data.tar.gz: e6661c803b7aaf9c946f035bc3ba946c59f49779e181773244ca46199b4732a69214b178d9b3417d5b970434cad9853a362279439f900c18540fdeb21e054bef
6
+ metadata.gz: 7a5402a5dc0099edc8c1c3c5f8cc9050b02cc1dbb28321fa50fd8364121b85e8c3e9782a1c75a789a85f1a3fb4918139eebfb5c927ec53da36a160b25782c86b
7
+ data.tar.gz: 0477f3ebae46d1d0950153964c864116c32f8d9ed8f273112a08f4c8730877f12bd7723c40e7b433af05b71b9c459464f9ca878d0f39c41c4a3df4cc23839ac6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.90.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.89.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.91.0
@@ -199,7 +199,7 @@ module Aws::LicenseManager
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::LicenseManager
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4382,7 +4380,7 @@ module Aws::LicenseManager
4382
4380
  tracer: tracer
4383
4381
  )
4384
4382
  context[:gem_name] = 'aws-sdk-licensemanager'
4385
- context[:gem_version] = '1.89.0'
4383
+ context[:gem_version] = '1.91.0'
4386
4384
  Seahorse::Client::Request.new(handlers, context)
4387
4385
  end
4388
4386
 
@@ -54,7 +54,7 @@ module Aws::LicenseManager
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.89.0'
57
+ GEM_VERSION = '1.91.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -120,7 +120,7 @@ module Aws
120
120
  name: ::String,
121
121
  value: ::String?,
122
122
  unit: ("Count" | "None" | "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second")
123
- },
123
+ }
124
124
  ],
125
125
  digital_signature_method: ("JWT_PS384"),
126
126
  ?node_id: ::String,
@@ -128,7 +128,7 @@ module Aws
128
128
  {
129
129
  name: ::String?,
130
130
  value: ::String?
131
- },
131
+ }
132
132
  ],
133
133
  client_token: ::String
134
134
  ) -> _CheckoutBorrowLicenseResponseSuccess
@@ -155,7 +155,7 @@ module Aws
155
155
  name: ::String,
156
156
  value: ::String?,
157
157
  unit: ("Count" | "None" | "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second")
158
- },
158
+ }
159
159
  ],
160
160
  client_token: ::String,
161
161
  ?beneficiary: ::String,
@@ -181,7 +181,7 @@ module Aws
181
181
  {
182
182
  key: ::String?,
183
183
  value: ::String?
184
- },
184
+ }
185
185
  ]
186
186
  ) -> _CreateGrantResponseSuccess
187
187
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGrantResponseSuccess
@@ -228,38 +228,22 @@ module Aws
228
228
  end: ::String?
229
229
  },
230
230
  entitlements: Array[
231
- {
232
- name: ::String,
233
- value: ::String?,
234
- max_count: ::Integer?,
235
- overage: bool?,
236
- unit: ("Count" | "None" | "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second"),
237
- allow_check_in: bool?
238
- },
231
+ Params::entitlement
239
232
  ],
240
233
  beneficiary: ::String,
241
- consumption_configuration: {
242
- renew_type: ("None" | "Weekly" | "Monthly")?,
243
- provisional_configuration: {
244
- max_time_to_live_in_minutes: ::Integer
245
- }?,
246
- borrow_configuration: {
247
- allow_early_check_in: bool,
248
- max_time_to_live_in_minutes: ::Integer
249
- }?
250
- },
234
+ consumption_configuration: Params::consumption_configuration,
251
235
  ?license_metadata: Array[
252
236
  {
253
237
  name: ::String?,
254
238
  value: ::String?
255
- },
239
+ }
256
240
  ],
257
241
  client_token: ::String,
258
242
  ?tags: Array[
259
243
  {
260
244
  key: ::String?,
261
245
  value: ::String?
262
- },
246
+ }
263
247
  ]
264
248
  ) -> _CreateLicenseResponseSuccess
265
249
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLicenseResponseSuccess
@@ -276,20 +260,20 @@ module Aws
276
260
  license_asset_group_configurations: Array[
277
261
  {
278
262
  usage_dimension: ::String?
279
- },
263
+ }
280
264
  ],
281
265
  associated_license_asset_ruleset_arns: Array[::String],
282
266
  ?properties: Array[
283
267
  {
284
268
  key: ::String,
285
269
  value: ::String
286
- },
270
+ }
287
271
  ],
288
272
  ?tags: Array[
289
273
  {
290
274
  key: ::String?,
291
275
  value: ::String?
292
- },
276
+ }
293
277
  ],
294
278
  client_token: ::String
295
279
  ) -> _CreateLicenseAssetGroupResponseSuccess
@@ -304,131 +288,13 @@ module Aws
304
288
  name: ::String,
305
289
  ?description: ::String,
306
290
  rules: Array[
307
- {
308
- rule_statement: {
309
- license_configuration_rule_statement: {
310
- and_rule_statement: {
311
- matching_rule_statements: Array[
312
- {
313
- key_to_match: ::String,
314
- constraint: ::String,
315
- value_to_match: Array[::String]
316
- },
317
- ]?,
318
- script_rule_statements: Array[
319
- {
320
- key_to_match: ::String,
321
- script: ::String
322
- },
323
- ]?
324
- }?,
325
- or_rule_statement: {
326
- matching_rule_statements: Array[
327
- {
328
- key_to_match: ::String,
329
- constraint: ::String,
330
- value_to_match: Array[::String]
331
- },
332
- ]?,
333
- script_rule_statements: Array[
334
- {
335
- key_to_match: ::String,
336
- script: ::String
337
- },
338
- ]?
339
- }?,
340
- matching_rule_statement: {
341
- key_to_match: ::String,
342
- constraint: ::String,
343
- value_to_match: Array[::String]
344
- }?
345
- }?,
346
- license_rule_statement: {
347
- and_rule_statement: {
348
- matching_rule_statements: Array[
349
- {
350
- key_to_match: ::String,
351
- constraint: ::String,
352
- value_to_match: Array[::String]
353
- },
354
- ]?,
355
- script_rule_statements: Array[
356
- {
357
- key_to_match: ::String,
358
- script: ::String
359
- },
360
- ]?
361
- }?,
362
- or_rule_statement: {
363
- matching_rule_statements: Array[
364
- {
365
- key_to_match: ::String,
366
- constraint: ::String,
367
- value_to_match: Array[::String]
368
- },
369
- ]?,
370
- script_rule_statements: Array[
371
- {
372
- key_to_match: ::String,
373
- script: ::String
374
- },
375
- ]?
376
- }?,
377
- matching_rule_statement: {
378
- key_to_match: ::String,
379
- constraint: ::String,
380
- value_to_match: Array[::String]
381
- }?
382
- }?,
383
- instance_rule_statement: {
384
- and_rule_statement: {
385
- matching_rule_statements: Array[
386
- {
387
- key_to_match: ::String,
388
- constraint: ::String,
389
- value_to_match: Array[::String]
390
- },
391
- ]?,
392
- script_rule_statements: Array[
393
- {
394
- key_to_match: ::String,
395
- script: ::String
396
- },
397
- ]?
398
- }?,
399
- or_rule_statement: {
400
- matching_rule_statements: Array[
401
- {
402
- key_to_match: ::String,
403
- constraint: ::String,
404
- value_to_match: Array[::String]
405
- },
406
- ]?,
407
- script_rule_statements: Array[
408
- {
409
- key_to_match: ::String,
410
- script: ::String
411
- },
412
- ]?
413
- }?,
414
- matching_rule_statement: {
415
- key_to_match: ::String,
416
- constraint: ::String,
417
- value_to_match: Array[::String]
418
- }?,
419
- script_rule_statement: {
420
- key_to_match: ::String,
421
- script: ::String
422
- }?
423
- }?
424
- }
425
- },
291
+ Params::license_asset_rule
426
292
  ],
427
293
  ?tags: Array[
428
294
  {
429
295
  key: ::String?,
430
296
  value: ::String?
431
- },
297
+ }
432
298
  ],
433
299
  client_token: ::String
434
300
  ) -> _CreateLicenseAssetRulesetResponseSuccess
@@ -450,20 +316,11 @@ module Aws
450
316
  {
451
317
  key: ::String?,
452
318
  value: ::String?
453
- },
319
+ }
454
320
  ],
455
321
  ?disassociate_when_not_found: bool,
456
322
  ?product_information_list: Array[
457
- {
458
- resource_type: ::String,
459
- product_information_filter_list: Array[
460
- {
461
- product_information_filter_name: ::String,
462
- product_information_filter_value: Array[::String]?,
463
- product_information_filter_comparator: ::String
464
- },
465
- ]
466
- },
323
+ Params::product_information
467
324
  ],
468
325
  ?license_expiry: ::Integer
469
326
  ) -> _CreateLicenseConfigurationResponseSuccess
@@ -482,7 +339,7 @@ module Aws
482
339
  {
483
340
  product_code_id: ::String,
484
341
  product_code_type: ("marketplace")
485
- },
342
+ }
486
343
  ]?
487
344
  },
488
345
  destination_license_context: {
@@ -491,7 +348,7 @@ module Aws
491
348
  {
492
349
  product_code_id: ::String,
493
350
  product_code_type: ("marketplace")
494
- },
351
+ }
495
352
  ]?
496
353
  }
497
354
  ) -> _CreateLicenseConversionTaskForResourceResponseSuccess
@@ -521,7 +378,7 @@ module Aws
521
378
  {
522
379
  key: ::String?,
523
380
  value: ::String?
524
- },
381
+ }
525
382
  ]
526
383
  ) -> _CreateLicenseManagerReportGeneratorResponseSuccess
527
384
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLicenseManagerReportGeneratorResponseSuccess
@@ -550,28 +407,12 @@ module Aws
550
407
  {
551
408
  name: ::String?,
552
409
  value: ::String?
553
- },
410
+ }
554
411
  ],
555
412
  entitlements: Array[
556
- {
557
- name: ::String,
558
- value: ::String?,
559
- max_count: ::Integer?,
560
- overage: bool?,
561
- unit: ("Count" | "None" | "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second"),
562
- allow_check_in: bool?
563
- },
413
+ Params::entitlement
564
414
  ],
565
- consumption_configuration: {
566
- renew_type: ("None" | "Weekly" | "Monthly")?,
567
- provisional_configuration: {
568
- max_time_to_live_in_minutes: ::Integer
569
- }?,
570
- borrow_configuration: {
571
- allow_early_check_in: bool,
572
- max_time_to_live_in_minutes: ::Integer
573
- }?
574
- },
415
+ consumption_configuration: Params::consumption_configuration,
575
416
  status: ("AVAILABLE" | "PENDING_AVAILABLE" | "DEACTIVATED" | "SUSPENDED" | "EXPIRED" | "PENDING_DELETE" | "DELETED"),
576
417
  client_token: ::String,
577
418
  ?source_version: ::String
@@ -851,7 +692,7 @@ module Aws
851
692
  {
852
693
  name: ::String?,
853
694
  values: Array[::String]?
854
- },
695
+ }
855
696
  ],
856
697
  ?next_token: ::String,
857
698
  ?max_results: ::Integer
@@ -882,7 +723,7 @@ module Aws
882
723
  {
883
724
  name: ::String?,
884
725
  values: Array[::String]?
885
- },
726
+ }
886
727
  ],
887
728
  ?max_results: ::Integer,
888
729
  ?next_token: ::String
@@ -900,7 +741,7 @@ module Aws
900
741
  {
901
742
  name: ::String?,
902
743
  values: Array[::String]?
903
- },
744
+ }
904
745
  ],
905
746
  ?show_aws_managed_license_asset_rulesets: bool,
906
747
  ?max_results: ::Integer,
@@ -922,7 +763,7 @@ module Aws
922
763
  {
923
764
  name: ::String?,
924
765
  values: Array[::String]?
925
- },
766
+ }
926
767
  ]
927
768
  ) -> _ListLicenseConfigurationsResponseSuccess
928
769
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLicenseConfigurationsResponseSuccess
@@ -941,7 +782,7 @@ module Aws
941
782
  {
942
783
  name: ::String?,
943
784
  values: Array[::String]?
944
- },
785
+ }
945
786
  ]
946
787
  ) -> _ListLicenseConfigurationsForOrganizationResponseSuccess
947
788
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLicenseConfigurationsForOrganizationResponseSuccess
@@ -959,7 +800,7 @@ module Aws
959
800
  {
960
801
  name: ::String?,
961
802
  values: Array[::String]?
962
- },
803
+ }
963
804
  ]
964
805
  ) -> _ListLicenseConversionTasksResponseSuccess
965
806
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLicenseConversionTasksResponseSuccess
@@ -975,7 +816,7 @@ module Aws
975
816
  {
976
817
  name: ::String?,
977
818
  values: Array[::String]?
978
- },
819
+ }
979
820
  ],
980
821
  ?next_token: ::String,
981
822
  ?max_results: ::Integer
@@ -1020,7 +861,7 @@ module Aws
1020
861
  {
1021
862
  name: ::String?,
1022
863
  values: Array[::String]?
1023
- },
864
+ }
1024
865
  ],
1025
866
  ?next_token: ::String,
1026
867
  ?max_results: ::Integer
@@ -1039,7 +880,7 @@ module Aws
1039
880
  {
1040
881
  name: ::String?,
1041
882
  values: Array[::String]?
1042
- },
883
+ }
1043
884
  ],
1044
885
  ?next_token: ::String,
1045
886
  ?max_results: ::Integer
@@ -1058,7 +899,7 @@ module Aws
1058
899
  {
1059
900
  name: ::String?,
1060
901
  values: Array[::String]?
1061
- },
902
+ }
1062
903
  ],
1063
904
  ?next_token: ::String,
1064
905
  ?max_results: ::Integer
@@ -1077,7 +918,7 @@ module Aws
1077
918
  {
1078
919
  name: ::String?,
1079
920
  values: Array[::String]?
1080
- },
921
+ }
1081
922
  ],
1082
923
  ?next_token: ::String,
1083
924
  ?max_results: ::Integer
@@ -1095,7 +936,7 @@ module Aws
1095
936
  {
1096
937
  name: ::String?,
1097
938
  values: Array[::String]?
1098
- },
939
+ }
1099
940
  ],
1100
941
  ?next_token: ::String,
1101
942
  ?max_results: ::Integer
@@ -1116,7 +957,7 @@ module Aws
1116
957
  name: ::String,
1117
958
  condition: ("EQUALS" | "NOT_EQUALS" | "BEGINS_WITH" | "CONTAINS"),
1118
959
  value: ::String?
1119
- },
960
+ }
1120
961
  ]
1121
962
  ) -> _ListResourceInventoryResponseSuccess
1122
963
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceInventoryResponseSuccess
@@ -1143,7 +984,7 @@ module Aws
1143
984
  {
1144
985
  name: ::String?,
1145
986
  values: Array[::String]?
1146
- },
987
+ }
1147
988
  ],
1148
989
  ?next_token: ::String,
1149
990
  ?max_results: ::Integer
@@ -1164,7 +1005,7 @@ module Aws
1164
1005
  {
1165
1006
  name: ::String?,
1166
1007
  values: Array[::String]?
1167
- },
1008
+ }
1168
1009
  ]
1169
1010
  ) -> _ListUsageForLicenseConfigurationResponseSuccess
1170
1011
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsageForLicenseConfigurationResponseSuccess
@@ -1191,7 +1032,7 @@ module Aws
1191
1032
  {
1192
1033
  key: ::String?,
1193
1034
  value: ::String?
1194
- },
1035
+ }
1195
1036
  ]
1196
1037
  ) -> _TagResourceResponseSuccess
1197
1038
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1218,14 +1059,14 @@ module Aws
1218
1059
  ?license_asset_group_configurations: Array[
1219
1060
  {
1220
1061
  usage_dimension: ::String?
1221
- },
1062
+ }
1222
1063
  ],
1223
1064
  associated_license_asset_ruleset_arns: Array[::String],
1224
1065
  ?properties: Array[
1225
1066
  {
1226
1067
  key: ::String,
1227
1068
  value: ::String
1228
- },
1069
+ }
1229
1070
  ],
1230
1071
  license_asset_group_arn: ::String,
1231
1072
  ?status: ("ACTIVE" | "DISABLED" | "DELETED"),
@@ -1242,125 +1083,7 @@ module Aws
1242
1083
  ?name: ::String,
1243
1084
  ?description: ::String,
1244
1085
  rules: Array[
1245
- {
1246
- rule_statement: {
1247
- license_configuration_rule_statement: {
1248
- and_rule_statement: {
1249
- matching_rule_statements: Array[
1250
- {
1251
- key_to_match: ::String,
1252
- constraint: ::String,
1253
- value_to_match: Array[::String]
1254
- },
1255
- ]?,
1256
- script_rule_statements: Array[
1257
- {
1258
- key_to_match: ::String,
1259
- script: ::String
1260
- },
1261
- ]?
1262
- }?,
1263
- or_rule_statement: {
1264
- matching_rule_statements: Array[
1265
- {
1266
- key_to_match: ::String,
1267
- constraint: ::String,
1268
- value_to_match: Array[::String]
1269
- },
1270
- ]?,
1271
- script_rule_statements: Array[
1272
- {
1273
- key_to_match: ::String,
1274
- script: ::String
1275
- },
1276
- ]?
1277
- }?,
1278
- matching_rule_statement: {
1279
- key_to_match: ::String,
1280
- constraint: ::String,
1281
- value_to_match: Array[::String]
1282
- }?
1283
- }?,
1284
- license_rule_statement: {
1285
- and_rule_statement: {
1286
- matching_rule_statements: Array[
1287
- {
1288
- key_to_match: ::String,
1289
- constraint: ::String,
1290
- value_to_match: Array[::String]
1291
- },
1292
- ]?,
1293
- script_rule_statements: Array[
1294
- {
1295
- key_to_match: ::String,
1296
- script: ::String
1297
- },
1298
- ]?
1299
- }?,
1300
- or_rule_statement: {
1301
- matching_rule_statements: Array[
1302
- {
1303
- key_to_match: ::String,
1304
- constraint: ::String,
1305
- value_to_match: Array[::String]
1306
- },
1307
- ]?,
1308
- script_rule_statements: Array[
1309
- {
1310
- key_to_match: ::String,
1311
- script: ::String
1312
- },
1313
- ]?
1314
- }?,
1315
- matching_rule_statement: {
1316
- key_to_match: ::String,
1317
- constraint: ::String,
1318
- value_to_match: Array[::String]
1319
- }?
1320
- }?,
1321
- instance_rule_statement: {
1322
- and_rule_statement: {
1323
- matching_rule_statements: Array[
1324
- {
1325
- key_to_match: ::String,
1326
- constraint: ::String,
1327
- value_to_match: Array[::String]
1328
- },
1329
- ]?,
1330
- script_rule_statements: Array[
1331
- {
1332
- key_to_match: ::String,
1333
- script: ::String
1334
- },
1335
- ]?
1336
- }?,
1337
- or_rule_statement: {
1338
- matching_rule_statements: Array[
1339
- {
1340
- key_to_match: ::String,
1341
- constraint: ::String,
1342
- value_to_match: Array[::String]
1343
- },
1344
- ]?,
1345
- script_rule_statements: Array[
1346
- {
1347
- key_to_match: ::String,
1348
- script: ::String
1349
- },
1350
- ]?
1351
- }?,
1352
- matching_rule_statement: {
1353
- key_to_match: ::String,
1354
- constraint: ::String,
1355
- value_to_match: Array[::String]
1356
- }?,
1357
- script_rule_statement: {
1358
- key_to_match: ::String,
1359
- script: ::String
1360
- }?
1361
- }?
1362
- }
1363
- },
1086
+ Params::license_asset_rule
1364
1087
  ],
1365
1088
  license_asset_ruleset_arn: ::String,
1366
1089
  client_token: ::String
@@ -1380,16 +1103,7 @@ module Aws
1380
1103
  ?name: ::String,
1381
1104
  ?description: ::String,
1382
1105
  ?product_information_list: Array[
1383
- {
1384
- resource_type: ::String,
1385
- product_information_filter_list: Array[
1386
- {
1387
- product_information_filter_name: ::String,
1388
- product_information_filter_value: Array[::String]?,
1389
- product_information_filter_comparator: ::String
1390
- },
1391
- ]
1392
- },
1106
+ Params::product_information
1393
1107
  ],
1394
1108
  ?disassociate_when_not_found: bool,
1395
1109
  ?license_expiry: ::Integer
@@ -1429,13 +1143,13 @@ module Aws
1429
1143
  {
1430
1144
  license_configuration_arn: ::String,
1431
1145
  ami_association_scope: ::String?
1432
- },
1146
+ }
1433
1147
  ],
1434
1148
  ?remove_license_specifications: Array[
1435
1149
  {
1436
1150
  license_configuration_arn: ::String,
1437
1151
  ami_association_scope: ::String?
1438
- },
1152
+ }
1439
1153
  ]
1440
1154
  ) -> _UpdateLicenseSpecificationsForResourceResponseSuccess
1441
1155
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLicenseSpecificationsForResourceResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,120 @@
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 LicenseManager
10
+ module Params
11
+ type entitlement = {
12
+ name: ::String,
13
+ value: ::String?,
14
+ max_count: ::Integer?,
15
+ overage: bool?,
16
+ unit: ("Count" | "None" | "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second"),
17
+ allow_check_in: bool?
18
+ }
19
+
20
+ type consumption_configuration = {
21
+ renew_type: ("None" | "Weekly" | "Monthly")?,
22
+ provisional_configuration: {
23
+ max_time_to_live_in_minutes: ::Integer
24
+ }?,
25
+ borrow_configuration: {
26
+ allow_early_check_in: bool,
27
+ max_time_to_live_in_minutes: ::Integer
28
+ }?
29
+ }
30
+
31
+ type and_rule_statement = {
32
+ matching_rule_statements: Array[
33
+ {
34
+ key_to_match: ::String,
35
+ constraint: ::String,
36
+ value_to_match: Array[::String]
37
+ }
38
+ ]?,
39
+ script_rule_statements: Array[
40
+ {
41
+ key_to_match: ::String,
42
+ script: ::String
43
+ }
44
+ ]?
45
+ }
46
+
47
+ type or_rule_statement = {
48
+ matching_rule_statements: Array[
49
+ {
50
+ key_to_match: ::String,
51
+ constraint: ::String,
52
+ value_to_match: Array[::String]
53
+ }
54
+ ]?,
55
+ script_rule_statements: Array[
56
+ {
57
+ key_to_match: ::String,
58
+ script: ::String
59
+ }
60
+ ]?
61
+ }
62
+
63
+ type license_configuration_rule_statement = {
64
+ and_rule_statement: Params::and_rule_statement?,
65
+ or_rule_statement: Params::or_rule_statement?,
66
+ matching_rule_statement: {
67
+ key_to_match: ::String,
68
+ constraint: ::String,
69
+ value_to_match: Array[::String]
70
+ }?
71
+ }
72
+
73
+ type license_rule_statement = {
74
+ and_rule_statement: Params::and_rule_statement?,
75
+ or_rule_statement: Params::or_rule_statement?,
76
+ matching_rule_statement: {
77
+ key_to_match: ::String,
78
+ constraint: ::String,
79
+ value_to_match: Array[::String]
80
+ }?
81
+ }
82
+
83
+ type instance_rule_statement = {
84
+ and_rule_statement: Params::and_rule_statement?,
85
+ or_rule_statement: Params::or_rule_statement?,
86
+ matching_rule_statement: {
87
+ key_to_match: ::String,
88
+ constraint: ::String,
89
+ value_to_match: Array[::String]
90
+ }?,
91
+ script_rule_statement: {
92
+ key_to_match: ::String,
93
+ script: ::String
94
+ }?
95
+ }
96
+
97
+ type rule_statement = {
98
+ license_configuration_rule_statement: Params::license_configuration_rule_statement?,
99
+ license_rule_statement: Params::license_rule_statement?,
100
+ instance_rule_statement: Params::instance_rule_statement?
101
+ }
102
+
103
+ type license_asset_rule = {
104
+ rule_statement: Params::rule_statement
105
+ }
106
+
107
+ type product_information = {
108
+ resource_type: ::String,
109
+ product_information_filter_list: Array[
110
+ {
111
+ product_information_filter_name: ::String,
112
+ product_information_filter_value: Array[::String]?,
113
+ product_information_filter_comparator: ::String
114
+ }
115
+ ]
116
+ }
117
+
118
+ end
119
+ end
120
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-licensemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-licensemanager/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs