aws-sdk-licensemanager 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,13 +10,6 @@
10
10
  module Aws::LicenseManager
11
11
  module Types
12
12
 
13
- # @note When making an API call, you may pass AcceptGrantRequest
14
- # data as a hash:
15
- #
16
- # {
17
- # grant_arn: "Arn", # required
18
- # }
19
- #
20
13
  # @!attribute [rw] grant_arn
21
14
  # Amazon Resource Name (ARN) of the grant.
22
15
  # @return [String]
@@ -94,14 +87,6 @@ module Aws::LicenseManager
94
87
 
95
88
  # Details about a borrow configuration.
96
89
  #
97
- # @note When making an API call, you may pass BorrowConfiguration
98
- # data as a hash:
99
- #
100
- # {
101
- # allow_early_check_in: false, # required
102
- # max_time_to_live_in_minutes: 1, # required
103
- # }
104
- #
105
90
  # @!attribute [rw] allow_early_check_in
106
91
  # Indicates whether early check-ins are allowed.
107
92
  # @return [Boolean]
@@ -119,14 +104,6 @@ module Aws::LicenseManager
119
104
  include Aws::Structure
120
105
  end
121
106
 
122
- # @note When making an API call, you may pass CheckInLicenseRequest
123
- # data as a hash:
124
- #
125
- # {
126
- # license_consumption_token: "String", # required
127
- # beneficiary: "String",
128
- # }
129
- #
130
107
  # @!attribute [rw] license_consumption_token
131
108
  # License consumption token.
132
109
  # @return [String]
@@ -148,29 +125,6 @@ module Aws::LicenseManager
148
125
  #
149
126
  class CheckInLicenseResponse < Aws::EmptyStructure; end
150
127
 
151
- # @note When making an API call, you may pass CheckoutBorrowLicenseRequest
152
- # data as a hash:
153
- #
154
- # {
155
- # license_arn: "Arn", # required
156
- # entitlements: [ # required
157
- # {
158
- # name: "String", # required
159
- # value: "String",
160
- # unit: "Count", # required, accepts 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
161
- # },
162
- # ],
163
- # digital_signature_method: "JWT_PS384", # required, accepts JWT_PS384
164
- # node_id: "String",
165
- # checkout_metadata: [
166
- # {
167
- # name: "String",
168
- # value: "String",
169
- # },
170
- # ],
171
- # client_token: "ClientToken", # required
172
- # }
173
- #
174
128
  # @!attribute [rw] license_arn
175
129
  # Amazon Resource Name (ARN) of the license. The license must use the
176
130
  # borrow consumption configuration.
@@ -263,25 +217,6 @@ module Aws::LicenseManager
263
217
  include Aws::Structure
264
218
  end
265
219
 
266
- # @note When making an API call, you may pass CheckoutLicenseRequest
267
- # data as a hash:
268
- #
269
- # {
270
- # product_sku: "String", # required
271
- # checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL, PERPETUAL
272
- # key_fingerprint: "String", # required
273
- # entitlements: [ # required
274
- # {
275
- # name: "String", # required
276
- # value: "String",
277
- # unit: "Count", # required, accepts 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
278
- # },
279
- # ],
280
- # client_token: "ClientToken", # required
281
- # beneficiary: "String",
282
- # node_id: "String",
283
- # }
284
- #
285
220
  # @!attribute [rw] product_sku
286
221
  # Product SKU.
287
222
  # @return [String]
@@ -406,20 +341,6 @@ module Aws::LicenseManager
406
341
 
407
342
  # Details about a consumption configuration.
408
343
  #
409
- # @note When making an API call, you may pass ConsumptionConfiguration
410
- # data as a hash:
411
- #
412
- # {
413
- # renew_type: "None", # accepts None, Weekly, Monthly
414
- # provisional_configuration: {
415
- # max_time_to_live_in_minutes: 1, # required
416
- # },
417
- # borrow_configuration: {
418
- # allow_early_check_in: false, # required
419
- # max_time_to_live_in_minutes: 1, # required
420
- # },
421
- # }
422
- #
423
344
  # @!attribute [rw] renew_type
424
345
  # Renewal frequency.
425
346
  # @return [String]
@@ -442,18 +363,6 @@ module Aws::LicenseManager
442
363
  include Aws::Structure
443
364
  end
444
365
 
445
- # @note When making an API call, you may pass CreateGrantRequest
446
- # data as a hash:
447
- #
448
- # {
449
- # client_token: "ClientToken", # required
450
- # grant_name: "String", # required
451
- # license_arn: "Arn", # required
452
- # principals: ["Arn"], # required
453
- # home_region: "String", # required
454
- # allowed_operations: ["CreateGrant"], # required, accepts CreateGrant, CheckoutLicense, CheckoutBorrowLicense, CheckInLicense, ExtendConsumptionLicense, ListPurchasedLicenses, CreateToken
455
- # }
456
- #
457
366
  # @!attribute [rw] client_token
458
367
  # Unique, case-sensitive identifier that you provide to ensure the
459
368
  # idempotency of the request.
@@ -515,19 +424,6 @@ module Aws::LicenseManager
515
424
  include Aws::Structure
516
425
  end
517
426
 
518
- # @note When making an API call, you may pass CreateGrantVersionRequest
519
- # data as a hash:
520
- #
521
- # {
522
- # client_token: "ClientToken", # required
523
- # grant_arn: "Arn", # required
524
- # grant_name: "String",
525
- # allowed_operations: ["CreateGrant"], # accepts CreateGrant, CheckoutLicense, CheckoutBorrowLicense, CheckInLicense, ExtendConsumptionLicense, ListPurchasedLicenses, CreateToken
526
- # status: "PENDING_WORKFLOW", # accepts PENDING_WORKFLOW, PENDING_ACCEPT, REJECTED, ACTIVE, FAILED_WORKFLOW, DELETED, PENDING_DELETE, DISABLED, WORKFLOW_COMPLETED
527
- # status_reason: "StatusReasonMessage",
528
- # source_version: "String",
529
- # }
530
- #
531
427
  # @!attribute [rw] client_token
532
428
  # Unique, case-sensitive identifier that you provide to ensure the
533
429
  # idempotency of the request.
@@ -593,37 +489,6 @@ module Aws::LicenseManager
593
489
  include Aws::Structure
594
490
  end
595
491
 
596
- # @note When making an API call, you may pass CreateLicenseConfigurationRequest
597
- # data as a hash:
598
- #
599
- # {
600
- # name: "String", # required
601
- # description: "String",
602
- # license_counting_type: "vCPU", # required, accepts vCPU, Instance, Core, Socket
603
- # license_count: 1,
604
- # license_count_hard_limit: false,
605
- # license_rules: ["String"],
606
- # tags: [
607
- # {
608
- # key: "String",
609
- # value: "String",
610
- # },
611
- # ],
612
- # disassociate_when_not_found: false,
613
- # product_information_list: [
614
- # {
615
- # resource_type: "String", # required
616
- # product_information_filter_list: [ # required
617
- # {
618
- # product_information_filter_name: "String", # required
619
- # product_information_filter_value: ["String"],
620
- # product_information_filter_comparator: "String", # required
621
- # },
622
- # ],
623
- # },
624
- # ],
625
- # }
626
- #
627
492
  # @!attribute [rw] name
628
493
  # Name of the license configuration.
629
494
  # @return [String]
@@ -709,19 +574,6 @@ module Aws::LicenseManager
709
574
  include Aws::Structure
710
575
  end
711
576
 
712
- # @note When making an API call, you may pass CreateLicenseConversionTaskForResourceRequest
713
- # data as a hash:
714
- #
715
- # {
716
- # resource_arn: "Arn", # required
717
- # source_license_context: { # required
718
- # usage_operation: "UsageOperation",
719
- # },
720
- # destination_license_context: { # required
721
- # usage_operation: "UsageOperation",
722
- # },
723
- # }
724
- #
725
577
  # @!attribute [rw] resource_arn
726
578
  # Amazon Resource Name (ARN) of the resource you are converting the
727
579
  # license type for.
@@ -771,29 +623,6 @@ module Aws::LicenseManager
771
623
  include Aws::Structure
772
624
  end
773
625
 
774
- # @note When making an API call, you may pass CreateLicenseManagerReportGeneratorRequest
775
- # data as a hash:
776
- #
777
- # {
778
- # report_generator_name: "ReportGeneratorName", # required
779
- # type: ["LicenseConfigurationSummaryReport"], # required, accepts LicenseConfigurationSummaryReport, LicenseConfigurationUsageReport
780
- # report_context: { # required
781
- # license_configuration_arns: ["Arn"], # required
782
- # },
783
- # report_frequency: { # required
784
- # value: 1,
785
- # period: "DAY", # accepts DAY, WEEK, MONTH
786
- # },
787
- # client_token: "ClientRequestToken", # required
788
- # description: "String",
789
- # tags: [
790
- # {
791
- # key: "String",
792
- # value: "String",
793
- # },
794
- # ],
795
- # }
796
- #
797
626
  # @!attribute [rw] report_generator_name
798
627
  # Name of the report generator.
799
628
  # @return [String]
@@ -858,52 +687,6 @@ module Aws::LicenseManager
858
687
  include Aws::Structure
859
688
  end
860
689
 
861
- # @note When making an API call, you may pass CreateLicenseRequest
862
- # data as a hash:
863
- #
864
- # {
865
- # license_name: "String", # required
866
- # product_name: "String", # required
867
- # product_sku: "String", # required
868
- # issuer: { # required
869
- # name: "String", # required
870
- # sign_key: "String",
871
- # },
872
- # home_region: "String", # required
873
- # validity: { # required
874
- # begin: "ISO8601DateTime", # required
875
- # end: "ISO8601DateTime",
876
- # },
877
- # entitlements: [ # required
878
- # {
879
- # name: "String", # required
880
- # value: "String",
881
- # max_count: 1,
882
- # overage: false,
883
- # unit: "Count", # required, accepts 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
884
- # allow_check_in: false,
885
- # },
886
- # ],
887
- # beneficiary: "String", # required
888
- # consumption_configuration: { # required
889
- # renew_type: "None", # accepts None, Weekly, Monthly
890
- # provisional_configuration: {
891
- # max_time_to_live_in_minutes: 1, # required
892
- # },
893
- # borrow_configuration: {
894
- # allow_early_check_in: false, # required
895
- # max_time_to_live_in_minutes: 1, # required
896
- # },
897
- # },
898
- # license_metadata: [
899
- # {
900
- # name: "String",
901
- # value: "String",
902
- # },
903
- # ],
904
- # client_token: "ClientToken", # required
905
- # }
906
- #
907
690
  # @!attribute [rw] license_name
908
691
  # License name.
909
692
  # @return [String]
@@ -992,53 +775,6 @@ module Aws::LicenseManager
992
775
  include Aws::Structure
993
776
  end
994
777
 
995
- # @note When making an API call, you may pass CreateLicenseVersionRequest
996
- # data as a hash:
997
- #
998
- # {
999
- # license_arn: "Arn", # required
1000
- # license_name: "String", # required
1001
- # product_name: "String", # required
1002
- # issuer: { # required
1003
- # name: "String", # required
1004
- # sign_key: "String",
1005
- # },
1006
- # home_region: "String", # required
1007
- # validity: { # required
1008
- # begin: "ISO8601DateTime", # required
1009
- # end: "ISO8601DateTime",
1010
- # },
1011
- # license_metadata: [
1012
- # {
1013
- # name: "String",
1014
- # value: "String",
1015
- # },
1016
- # ],
1017
- # entitlements: [ # required
1018
- # {
1019
- # name: "String", # required
1020
- # value: "String",
1021
- # max_count: 1,
1022
- # overage: false,
1023
- # unit: "Count", # required, accepts 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
1024
- # allow_check_in: false,
1025
- # },
1026
- # ],
1027
- # consumption_configuration: { # required
1028
- # renew_type: "None", # accepts None, Weekly, Monthly
1029
- # provisional_configuration: {
1030
- # max_time_to_live_in_minutes: 1, # required
1031
- # },
1032
- # borrow_configuration: {
1033
- # allow_early_check_in: false, # required
1034
- # max_time_to_live_in_minutes: 1, # required
1035
- # },
1036
- # },
1037
- # status: "AVAILABLE", # required, accepts AVAILABLE, PENDING_AVAILABLE, DEACTIVATED, SUSPENDED, EXPIRED, PENDING_DELETE, DELETED
1038
- # client_token: "ClientToken", # required
1039
- # source_version: "String",
1040
- # }
1041
- #
1042
778
  # @!attribute [rw] license_arn
1043
779
  # Amazon Resource Name (ARN) of the license.
1044
780
  # @return [String]
@@ -1132,17 +868,6 @@ module Aws::LicenseManager
1132
868
  include Aws::Structure
1133
869
  end
1134
870
 
1135
- # @note When making an API call, you may pass CreateTokenRequest
1136
- # data as a hash:
1137
- #
1138
- # {
1139
- # license_arn: "Arn", # required
1140
- # role_arns: ["Arn"],
1141
- # expiration_in_days: 1,
1142
- # token_properties: ["String"],
1143
- # client_token: "ClientToken", # required
1144
- # }
1145
- #
1146
871
  # @!attribute [rw] license_arn
1147
872
  # Amazon Resource Name (ARN) of the license. The ARN is mapped to the
1148
873
  # aud claim of the JWT token.
@@ -1203,14 +928,6 @@ module Aws::LicenseManager
1203
928
 
1204
929
  # Describes a time range, in ISO8601-UTC format.
1205
930
  #
1206
- # @note When making an API call, you may pass DatetimeRange
1207
- # data as a hash:
1208
- #
1209
- # {
1210
- # begin: "ISO8601DateTime", # required
1211
- # end: "ISO8601DateTime",
1212
- # }
1213
- #
1214
931
  # @!attribute [rw] begin
1215
932
  # Start of the time range.
1216
933
  # @return [String]
@@ -1228,15 +945,6 @@ module Aws::LicenseManager
1228
945
  include Aws::Structure
1229
946
  end
1230
947
 
1231
- # @note When making an API call, you may pass DeleteGrantRequest
1232
- # data as a hash:
1233
- #
1234
- # {
1235
- # grant_arn: "Arn", # required
1236
- # status_reason: "StatusReasonMessage",
1237
- # version: "String", # required
1238
- # }
1239
- #
1240
948
  # @!attribute [rw] grant_arn
1241
949
  # Amazon Resource Name (ARN) of the grant.
1242
950
  # @return [String]
@@ -1281,13 +989,6 @@ module Aws::LicenseManager
1281
989
  include Aws::Structure
1282
990
  end
1283
991
 
1284
- # @note When making an API call, you may pass DeleteLicenseConfigurationRequest
1285
- # data as a hash:
1286
- #
1287
- # {
1288
- # license_configuration_arn: "String", # required
1289
- # }
1290
- #
1291
992
  # @!attribute [rw] license_configuration_arn
1292
993
  # ID of the license configuration.
1293
994
  # @return [String]
@@ -1304,13 +1005,6 @@ module Aws::LicenseManager
1304
1005
  #
1305
1006
  class DeleteLicenseConfigurationResponse < Aws::EmptyStructure; end
1306
1007
 
1307
- # @note When making an API call, you may pass DeleteLicenseManagerReportGeneratorRequest
1308
- # data as a hash:
1309
- #
1310
- # {
1311
- # license_manager_report_generator_arn: "String", # required
1312
- # }
1313
- #
1314
1008
  # @!attribute [rw] license_manager_report_generator_arn
1315
1009
  # Amazon Resource Name (ARN) of the report generator to be deleted.
1316
1010
  # @return [String]
@@ -1327,14 +1021,6 @@ module Aws::LicenseManager
1327
1021
  #
1328
1022
  class DeleteLicenseManagerReportGeneratorResponse < Aws::EmptyStructure; end
1329
1023
 
1330
- # @note When making an API call, you may pass DeleteLicenseRequest
1331
- # data as a hash:
1332
- #
1333
- # {
1334
- # license_arn: "Arn", # required
1335
- # source_version: "String", # required
1336
- # }
1337
- #
1338
1024
  # @!attribute [rw] license_arn
1339
1025
  # Amazon Resource Name (ARN) of the license.
1340
1026
  # @return [String]
@@ -1369,13 +1055,6 @@ module Aws::LicenseManager
1369
1055
  include Aws::Structure
1370
1056
  end
1371
1057
 
1372
- # @note When making an API call, you may pass DeleteTokenRequest
1373
- # data as a hash:
1374
- #
1375
- # {
1376
- # token_id: "String", # required
1377
- # }
1378
- #
1379
1058
  # @!attribute [rw] token_id
1380
1059
  # Token ID.
1381
1060
  # @return [String]
@@ -1394,18 +1073,6 @@ module Aws::LicenseManager
1394
1073
 
1395
1074
  # Describes a resource entitled for use with a license.
1396
1075
  #
1397
- # @note When making an API call, you may pass Entitlement
1398
- # data as a hash:
1399
- #
1400
- # {
1401
- # name: "String", # required
1402
- # value: "String",
1403
- # max_count: 1,
1404
- # overage: false,
1405
- # unit: "Count", # required, accepts 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
1406
- # allow_check_in: false,
1407
- # }
1408
- #
1409
1076
  # @!attribute [rw] name
1410
1077
  # Entitlement name.
1411
1078
  # @return [String]
@@ -1445,15 +1112,6 @@ module Aws::LicenseManager
1445
1112
 
1446
1113
  # Data associated with an entitlement resource.
1447
1114
  #
1448
- # @note When making an API call, you may pass EntitlementData
1449
- # data as a hash:
1450
- #
1451
- # {
1452
- # name: "String", # required
1453
- # value: "String",
1454
- # unit: "Count", # required, accepts 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
1455
- # }
1456
- #
1457
1115
  # @!attribute [rw] name
1458
1116
  # Entitlement data name.
1459
1117
  # @return [String]
@@ -1518,14 +1176,6 @@ module Aws::LicenseManager
1518
1176
  include Aws::Structure
1519
1177
  end
1520
1178
 
1521
- # @note When making an API call, you may pass ExtendLicenseConsumptionRequest
1522
- # data as a hash:
1523
- #
1524
- # {
1525
- # license_consumption_token: "String", # required
1526
- # dry_run: false,
1527
- # }
1528
- #
1529
1179
  # @!attribute [rw] license_consumption_token
1530
1180
  # License consumption token.
1531
1181
  # @return [String]
@@ -1583,14 +1233,6 @@ module Aws::LicenseManager
1583
1233
  # results from a describe operation. Filters can be used to match a set
1584
1234
  # of resources by specific criteria, such as tags, attributes, or IDs.
1585
1235
  #
1586
- # @note When making an API call, you may pass Filter
1587
- # data as a hash:
1588
- #
1589
- # {
1590
- # name: "FilterName",
1591
- # values: ["FilterValue"],
1592
- # }
1593
- #
1594
1236
  # @!attribute [rw] name
1595
1237
  # Name of the filter. Filter names are case-sensitive.
1596
1238
  # @return [String]
@@ -1621,14 +1263,6 @@ module Aws::LicenseManager
1621
1263
  include Aws::Structure
1622
1264
  end
1623
1265
 
1624
- # @note When making an API call, you may pass GetAccessTokenRequest
1625
- # data as a hash:
1626
- #
1627
- # {
1628
- # token: "TokenString", # required
1629
- # token_properties: ["String"],
1630
- # }
1631
- #
1632
1266
  # @!attribute [rw] token
1633
1267
  # Refresh token, encoded as a JWT token.
1634
1268
  # @return [String]
@@ -1658,14 +1292,6 @@ module Aws::LicenseManager
1658
1292
  include Aws::Structure
1659
1293
  end
1660
1294
 
1661
- # @note When making an API call, you may pass GetGrantRequest
1662
- # data as a hash:
1663
- #
1664
- # {
1665
- # grant_arn: "Arn", # required
1666
- # version: "String",
1667
- # }
1668
- #
1669
1295
  # @!attribute [rw] grant_arn
1670
1296
  # Amazon Resource Name (ARN) of the grant.
1671
1297
  # @return [String]
@@ -1695,13 +1321,6 @@ module Aws::LicenseManager
1695
1321
  include Aws::Structure
1696
1322
  end
1697
1323
 
1698
- # @note When making an API call, you may pass GetLicenseConfigurationRequest
1699
- # data as a hash:
1700
- #
1701
- # {
1702
- # license_configuration_arn: "String", # required
1703
- # }
1704
- #
1705
1324
  # @!attribute [rw] license_configuration_arn
1706
1325
  # Amazon Resource Name (ARN) of the license configuration.
1707
1326
  # @return [String]
@@ -1806,13 +1425,6 @@ module Aws::LicenseManager
1806
1425
  include Aws::Structure
1807
1426
  end
1808
1427
 
1809
- # @note When making an API call, you may pass GetLicenseConversionTaskRequest
1810
- # data as a hash:
1811
- #
1812
- # {
1813
- # license_conversion_task_id: "LicenseConversionTaskId", # required
1814
- # }
1815
- #
1816
1428
  # @!attribute [rw] license_conversion_task_id
1817
1429
  # ID of the license type conversion task to retrieve information on.
1818
1430
  # @return [String]
@@ -1878,13 +1490,6 @@ module Aws::LicenseManager
1878
1490
  include Aws::Structure
1879
1491
  end
1880
1492
 
1881
- # @note When making an API call, you may pass GetLicenseManagerReportGeneratorRequest
1882
- # data as a hash:
1883
- #
1884
- # {
1885
- # license_manager_report_generator_arn: "String", # required
1886
- # }
1887
- #
1888
1493
  # @!attribute [rw] license_manager_report_generator_arn
1889
1494
  # Amazon Resource Name (ARN) of the report generator.
1890
1495
  # @return [String]
@@ -1910,14 +1515,6 @@ module Aws::LicenseManager
1910
1515
  include Aws::Structure
1911
1516
  end
1912
1517
 
1913
- # @note When making an API call, you may pass GetLicenseRequest
1914
- # data as a hash:
1915
- #
1916
- # {
1917
- # license_arn: "Arn", # required
1918
- # version: "String",
1919
- # }
1920
- #
1921
1518
  # @!attribute [rw] license_arn
1922
1519
  # Amazon Resource Name (ARN) of the license.
1923
1520
  # @return [String]
@@ -1947,13 +1544,6 @@ module Aws::LicenseManager
1947
1544
  include Aws::Structure
1948
1545
  end
1949
1546
 
1950
- # @note When making an API call, you may pass GetLicenseUsageRequest
1951
- # data as a hash:
1952
- #
1953
- # {
1954
- # license_arn: "Arn", # required
1955
- # }
1956
- #
1957
1547
  # @!attribute [rw] license_arn
1958
1548
  # Amazon Resource Name (ARN) of the license.
1959
1549
  # @return [String]
@@ -2196,15 +1786,6 @@ module Aws::LicenseManager
2196
1786
 
2197
1787
  # An inventory filter.
2198
1788
  #
2199
- # @note When making an API call, you may pass InventoryFilter
2200
- # data as a hash:
2201
- #
2202
- # {
2203
- # name: "String", # required
2204
- # condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, BEGINS_WITH, CONTAINS
2205
- # value: "String",
2206
- # }
2207
- #
2208
1789
  # @!attribute [rw] name
2209
1790
  # Name of the filter.
2210
1791
  # @return [String]
@@ -2229,14 +1810,6 @@ module Aws::LicenseManager
2229
1810
 
2230
1811
  # Details about the issuer of a license.
2231
1812
  #
2232
- # @note When making an API call, you may pass Issuer
2233
- # data as a hash:
2234
- #
2235
- # {
2236
- # name: "String", # required
2237
- # sign_key: "String",
2238
- # }
2239
- #
2240
1813
  # @!attribute [rw] name
2241
1814
  # Issuer name.
2242
1815
  # @return [String]
@@ -2536,13 +2109,6 @@ module Aws::LicenseManager
2536
2109
 
2537
2110
  # Information about a license type conversion task.
2538
2111
  #
2539
- # @note When making an API call, you may pass LicenseConversionContext
2540
- # data as a hash:
2541
- #
2542
- # {
2543
- # usage_operation: "UsageOperation",
2544
- # }
2545
- #
2546
2112
  # @!attribute [rw] usage_operation
2547
2113
  # The Usage operation value that corresponds to the license type you
2548
2114
  # are converting your resource from. For more information about which
@@ -2670,14 +2236,6 @@ module Aws::LicenseManager
2670
2236
 
2671
2237
  # Details for associating a license configuration with a resource.
2672
2238
  #
2673
- # @note When making an API call, you may pass LicenseSpecification
2674
- # data as a hash:
2675
- #
2676
- # {
2677
- # license_configuration_arn: "String", # required
2678
- # ami_association_scope: "String",
2679
- # }
2680
- #
2681
2239
  # @!attribute [rw] license_configuration_arn
2682
2240
  # Amazon Resource Name (ARN) of the license configuration.
2683
2241
  # @return [String]
@@ -2723,15 +2281,6 @@ module Aws::LicenseManager
2723
2281
  include Aws::Structure
2724
2282
  end
2725
2283
 
2726
- # @note When making an API call, you may pass ListAssociationsForLicenseConfigurationRequest
2727
- # data as a hash:
2728
- #
2729
- # {
2730
- # license_configuration_arn: "String", # required
2731
- # max_results: 1,
2732
- # next_token: "String",
2733
- # }
2734
- #
2735
2284
  # @!attribute [rw] license_configuration_arn
2736
2285
  # Amazon Resource Name (ARN) of a license configuration.
2737
2286
  # @return [String]
@@ -2771,21 +2320,6 @@ module Aws::LicenseManager
2771
2320
  include Aws::Structure
2772
2321
  end
2773
2322
 
2774
- # @note When making an API call, you may pass ListDistributedGrantsRequest
2775
- # data as a hash:
2776
- #
2777
- # {
2778
- # grant_arns: ["Arn"],
2779
- # filters: [
2780
- # {
2781
- # name: "FilterName",
2782
- # values: ["FilterValue"],
2783
- # },
2784
- # ],
2785
- # next_token: "String",
2786
- # max_results: 1,
2787
- # }
2788
- #
2789
2323
  # @!attribute [rw] grant_arns
2790
2324
  # Amazon Resource Names (ARNs) of the grants.
2791
2325
  # @return [Array<String>]
@@ -2840,15 +2374,6 @@ module Aws::LicenseManager
2840
2374
  include Aws::Structure
2841
2375
  end
2842
2376
 
2843
- # @note When making an API call, you may pass ListFailuresForLicenseConfigurationOperationsRequest
2844
- # data as a hash:
2845
- #
2846
- # {
2847
- # license_configuration_arn: "String", # required
2848
- # max_results: 1,
2849
- # next_token: "String",
2850
- # }
2851
- #
2852
2377
  # @!attribute [rw] license_configuration_arn
2853
2378
  # Amazon Resource Name of the license configuration.
2854
2379
  # @return [String]
@@ -2888,21 +2413,6 @@ module Aws::LicenseManager
2888
2413
  include Aws::Structure
2889
2414
  end
2890
2415
 
2891
- # @note When making an API call, you may pass ListLicenseConfigurationsRequest
2892
- # data as a hash:
2893
- #
2894
- # {
2895
- # license_configuration_arns: ["String"],
2896
- # max_results: 1,
2897
- # next_token: "String",
2898
- # filters: [
2899
- # {
2900
- # name: "FilterName",
2901
- # values: ["FilterValue"],
2902
- # },
2903
- # ],
2904
- # }
2905
- #
2906
2416
  # @!attribute [rw] license_configuration_arns
2907
2417
  # Amazon Resource Names (ARN) of the license configurations.
2908
2418
  # @return [Array<String>]
@@ -2960,20 +2470,6 @@ module Aws::LicenseManager
2960
2470
  include Aws::Structure
2961
2471
  end
2962
2472
 
2963
- # @note When making an API call, you may pass ListLicenseConversionTasksRequest
2964
- # data as a hash:
2965
- #
2966
- # {
2967
- # next_token: "String",
2968
- # max_results: 1,
2969
- # filters: [
2970
- # {
2971
- # name: "FilterName",
2972
- # values: ["FilterValue"],
2973
- # },
2974
- # ],
2975
- # }
2976
- #
2977
2473
  # @!attribute [rw] next_token
2978
2474
  # Token for the next set of results.
2979
2475
  # @return [String]
@@ -3014,20 +2510,6 @@ module Aws::LicenseManager
3014
2510
  include Aws::Structure
3015
2511
  end
3016
2512
 
3017
- # @note When making an API call, you may pass ListLicenseManagerReportGeneratorsRequest
3018
- # data as a hash:
3019
- #
3020
- # {
3021
- # filters: [
3022
- # {
3023
- # name: "FilterName",
3024
- # values: ["FilterValue"],
3025
- # },
3026
- # ],
3027
- # next_token: "String",
3028
- # max_results: 1,
3029
- # }
3030
- #
3031
2513
  # @!attribute [rw] filters
3032
2514
  # Filters to scope the results. The following filters are supported:
3033
2515
  #
@@ -3072,15 +2554,6 @@ module Aws::LicenseManager
3072
2554
  include Aws::Structure
3073
2555
  end
3074
2556
 
3075
- # @note When making an API call, you may pass ListLicenseSpecificationsForResourceRequest
3076
- # data as a hash:
3077
- #
3078
- # {
3079
- # resource_arn: "String", # required
3080
- # max_results: 1,
3081
- # next_token: "String",
3082
- # }
3083
- #
3084
2557
  # @!attribute [rw] resource_arn
3085
2558
  # Amazon Resource Name (ARN) of a resource that has an associated
3086
2559
  # license configuration.
@@ -3121,15 +2594,6 @@ module Aws::LicenseManager
3121
2594
  include Aws::Structure
3122
2595
  end
3123
2596
 
3124
- # @note When making an API call, you may pass ListLicenseVersionsRequest
3125
- # data as a hash:
3126
- #
3127
- # {
3128
- # license_arn: "Arn", # required
3129
- # next_token: "String",
3130
- # max_results: 1,
3131
- # }
3132
- #
3133
2597
  # @!attribute [rw] license_arn
3134
2598
  # Amazon Resource Name (ARN) of the license.
3135
2599
  # @return [String]
@@ -3169,21 +2633,6 @@ module Aws::LicenseManager
3169
2633
  include Aws::Structure
3170
2634
  end
3171
2635
 
3172
- # @note When making an API call, you may pass ListLicensesRequest
3173
- # data as a hash:
3174
- #
3175
- # {
3176
- # license_arns: ["Arn"],
3177
- # filters: [
3178
- # {
3179
- # name: "FilterName",
3180
- # values: ["FilterValue"],
3181
- # },
3182
- # ],
3183
- # next_token: "String",
3184
- # max_results: 1,
3185
- # }
3186
- #
3187
2636
  # @!attribute [rw] license_arns
3188
2637
  # Amazon Resource Names (ARNs) of the licenses.
3189
2638
  # @return [Array<String>]
@@ -3236,21 +2685,6 @@ module Aws::LicenseManager
3236
2685
  include Aws::Structure
3237
2686
  end
3238
2687
 
3239
- # @note When making an API call, you may pass ListReceivedGrantsForOrganizationRequest
3240
- # data as a hash:
3241
- #
3242
- # {
3243
- # license_arn: "Arn", # required
3244
- # filters: [
3245
- # {
3246
- # name: "FilterName",
3247
- # values: ["FilterValue"],
3248
- # },
3249
- # ],
3250
- # next_token: "String",
3251
- # max_results: 1,
3252
- # }
3253
- #
3254
2688
  # @!attribute [rw] license_arn
3255
2689
  # The Amazon Resource Name (ARN) of the received license.
3256
2690
  # @return [String]
@@ -3299,21 +2733,6 @@ module Aws::LicenseManager
3299
2733
  include Aws::Structure
3300
2734
  end
3301
2735
 
3302
- # @note When making an API call, you may pass ListReceivedGrantsRequest
3303
- # data as a hash:
3304
- #
3305
- # {
3306
- # grant_arns: ["Arn"],
3307
- # filters: [
3308
- # {
3309
- # name: "FilterName",
3310
- # values: ["FilterValue"],
3311
- # },
3312
- # ],
3313
- # next_token: "String",
3314
- # max_results: 1,
3315
- # }
3316
- #
3317
2736
  # @!attribute [rw] grant_arns
3318
2737
  # Amazon Resource Names (ARNs) of the grants.
3319
2738
  # @return [Array<String>]
@@ -3368,20 +2787,6 @@ module Aws::LicenseManager
3368
2787
  include Aws::Structure
3369
2788
  end
3370
2789
 
3371
- # @note When making an API call, you may pass ListReceivedLicensesForOrganizationRequest
3372
- # data as a hash:
3373
- #
3374
- # {
3375
- # filters: [
3376
- # {
3377
- # name: "FilterName",
3378
- # values: ["FilterValue"],
3379
- # },
3380
- # ],
3381
- # next_token: "String",
3382
- # max_results: 1,
3383
- # }
3384
- #
3385
2790
  # @!attribute [rw] filters
3386
2791
  # Filters to scope the results. The following filters are supported:
3387
2792
  #
@@ -3425,21 +2830,6 @@ module Aws::LicenseManager
3425
2830
  include Aws::Structure
3426
2831
  end
3427
2832
 
3428
- # @note When making an API call, you may pass ListReceivedLicensesRequest
3429
- # data as a hash:
3430
- #
3431
- # {
3432
- # license_arns: ["Arn"],
3433
- # filters: [
3434
- # {
3435
- # name: "FilterName",
3436
- # values: ["FilterValue"],
3437
- # },
3438
- # ],
3439
- # next_token: "String",
3440
- # max_results: 1,
3441
- # }
3442
- #
3443
2833
  # @!attribute [rw] license_arns
3444
2834
  # Amazon Resource Names (ARNs) of the licenses.
3445
2835
  # @return [Array<String>]
@@ -3494,21 +2884,6 @@ module Aws::LicenseManager
3494
2884
  include Aws::Structure
3495
2885
  end
3496
2886
 
3497
- # @note When making an API call, you may pass ListResourceInventoryRequest
3498
- # data as a hash:
3499
- #
3500
- # {
3501
- # max_results: 1,
3502
- # next_token: "String",
3503
- # filters: [
3504
- # {
3505
- # name: "String", # required
3506
- # condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, BEGINS_WITH, CONTAINS
3507
- # value: "String",
3508
- # },
3509
- # ],
3510
- # }
3511
- #
3512
2887
  # @!attribute [rw] max_results
3513
2888
  # Maximum number of results to return in a single call.
3514
2889
  # @return [Integer]
@@ -3570,13 +2945,6 @@ module Aws::LicenseManager
3570
2945
  include Aws::Structure
3571
2946
  end
3572
2947
 
3573
- # @note When making an API call, you may pass ListTagsForResourceRequest
3574
- # data as a hash:
3575
- #
3576
- # {
3577
- # resource_arn: "String", # required
3578
- # }
3579
- #
3580
2948
  # @!attribute [rw] resource_arn
3581
2949
  # Amazon Resource Name (ARN) of the license configuration.
3582
2950
  # @return [String]
@@ -3601,21 +2969,6 @@ module Aws::LicenseManager
3601
2969
  include Aws::Structure
3602
2970
  end
3603
2971
 
3604
- # @note When making an API call, you may pass ListTokensRequest
3605
- # data as a hash:
3606
- #
3607
- # {
3608
- # token_ids: ["String"],
3609
- # filters: [
3610
- # {
3611
- # name: "FilterName",
3612
- # values: ["FilterValue"],
3613
- # },
3614
- # ],
3615
- # next_token: "String",
3616
- # max_results: 1,
3617
- # }
3618
- #
3619
2972
  # @!attribute [rw] token_ids
3620
2973
  # Token IDs.
3621
2974
  # @return [Array<String>]
@@ -3664,21 +3017,6 @@ module Aws::LicenseManager
3664
3017
  include Aws::Structure
3665
3018
  end
3666
3019
 
3667
- # @note When making an API call, you may pass ListUsageForLicenseConfigurationRequest
3668
- # data as a hash:
3669
- #
3670
- # {
3671
- # license_configuration_arn: "String", # required
3672
- # max_results: 1,
3673
- # next_token: "String",
3674
- # filters: [
3675
- # {
3676
- # name: "FilterName",
3677
- # values: ["FilterValue"],
3678
- # },
3679
- # ],
3680
- # }
3681
- #
3682
3020
  # @!attribute [rw] license_configuration_arn
3683
3021
  # Amazon Resource Name (ARN) of the license configuration.
3684
3022
  # @return [String]
@@ -3755,14 +3093,6 @@ module Aws::LicenseManager
3755
3093
 
3756
3094
  # Describes key/value pairs.
3757
3095
  #
3758
- # @note When making an API call, you may pass Metadata
3759
- # data as a hash:
3760
- #
3761
- # {
3762
- # name: "String",
3763
- # value: "String",
3764
- # }
3765
- #
3766
3096
  # @!attribute [rw] name
3767
3097
  # The key name.
3768
3098
  # @return [String]
@@ -3796,13 +3126,6 @@ module Aws::LicenseManager
3796
3126
 
3797
3127
  # Configuration information for Organizations.
3798
3128
  #
3799
- # @note When making an API call, you may pass OrganizationConfiguration
3800
- # data as a hash:
3801
- #
3802
- # {
3803
- # enable_integration: false, # required
3804
- # }
3805
- #
3806
3129
  # @!attribute [rw] enable_integration
3807
3130
  # Enables Organizations integration.
3808
3131
  # @return [Boolean]
@@ -3817,20 +3140,6 @@ module Aws::LicenseManager
3817
3140
 
3818
3141
  # Describes product information for a license configuration.
3819
3142
  #
3820
- # @note When making an API call, you may pass ProductInformation
3821
- # data as a hash:
3822
- #
3823
- # {
3824
- # resource_type: "String", # required
3825
- # product_information_filter_list: [ # required
3826
- # {
3827
- # product_information_filter_name: "String", # required
3828
- # product_information_filter_value: ["String"],
3829
- # product_information_filter_comparator: "String", # required
3830
- # },
3831
- # ],
3832
- # }
3833
- #
3834
3143
  # @!attribute [rw] resource_type
3835
3144
  # Resource type. The possible values are `SSM_MANAGED` \| `RDS`.
3836
3145
  # @return [String]
@@ -3902,15 +3211,6 @@ module Aws::LicenseManager
3902
3211
 
3903
3212
  # Describes product information filters.
3904
3213
  #
3905
- # @note When making an API call, you may pass ProductInformationFilter
3906
- # data as a hash:
3907
- #
3908
- # {
3909
- # product_information_filter_name: "String", # required
3910
- # product_information_filter_value: ["String"],
3911
- # product_information_filter_comparator: "String", # required
3912
- # }
3913
- #
3914
3214
  # @!attribute [rw] product_information_filter_name
3915
3215
  # Filter name.
3916
3216
  # @return [String]
@@ -3935,13 +3235,6 @@ module Aws::LicenseManager
3935
3235
 
3936
3236
  # Details about a provisional configuration.
3937
3237
  #
3938
- # @note When making an API call, you may pass ProvisionalConfiguration
3939
- # data as a hash:
3940
- #
3941
- # {
3942
- # max_time_to_live_in_minutes: 1, # required
3943
- # }
3944
- #
3945
3238
  # @!attribute [rw] max_time_to_live_in_minutes
3946
3239
  # Maximum time for the provisional configuration, in minutes.
3947
3240
  # @return [Integer]
@@ -4008,13 +3301,6 @@ module Aws::LicenseManager
4008
3301
  include Aws::Structure
4009
3302
  end
4010
3303
 
4011
- # @note When making an API call, you may pass RejectGrantRequest
4012
- # data as a hash:
4013
- #
4014
- # {
4015
- # grant_arn: "Arn", # required
4016
- # }
4017
- #
4018
3304
  # @!attribute [rw] grant_arn
4019
3305
  # Amazon Resource Name (ARN) of the grant.
4020
3306
  # @return [String]
@@ -4051,13 +3337,6 @@ module Aws::LicenseManager
4051
3337
 
4052
3338
  # Details of the license configuration that this generator reports on.
4053
3339
  #
4054
- # @note When making an API call, you may pass ReportContext
4055
- # data as a hash:
4056
- #
4057
- # {
4058
- # license_configuration_arns: ["Arn"], # required
4059
- # }
4060
- #
4061
3340
  # @!attribute [rw] license_configuration_arns
4062
3341
  # Amazon Resource Name (ARN) of the license configuration that this
4063
3342
  # generator reports on.
@@ -4073,14 +3352,6 @@ module Aws::LicenseManager
4073
3352
 
4074
3353
  # Details about how frequently reports are generated.
4075
3354
  #
4076
- # @note When making an API call, you may pass ReportFrequency
4077
- # data as a hash:
4078
- #
4079
- # {
4080
- # value: 1,
4081
- # period: "DAY", # accepts DAY, WEEK, MONTH
4082
- # }
4083
- #
4084
3355
  # @!attribute [rw] value
4085
3356
  # Number of times within the frequency period that a report is
4086
3357
  # generated. The only supported value is `1`.
@@ -4276,14 +3547,6 @@ module Aws::LicenseManager
4276
3547
 
4277
3548
  # Details about a tag for a license configuration.
4278
3549
  #
4279
- # @note When making an API call, you may pass Tag
4280
- # data as a hash:
4281
- #
4282
- # {
4283
- # key: "String",
4284
- # value: "String",
4285
- # }
4286
- #
4287
3550
  # @!attribute [rw] key
4288
3551
  # Tag key.
4289
3552
  # @return [String]
@@ -4301,19 +3564,6 @@ module Aws::LicenseManager
4301
3564
  include Aws::Structure
4302
3565
  end
4303
3566
 
4304
- # @note When making an API call, you may pass TagResourceRequest
4305
- # data as a hash:
4306
- #
4307
- # {
4308
- # resource_arn: "String", # required
4309
- # tags: [ # required
4310
- # {
4311
- # key: "String",
4312
- # value: "String",
4313
- # },
4314
- # ],
4315
- # }
4316
- #
4317
3567
  # @!attribute [rw] resource_arn
4318
3568
  # Amazon Resource Name (ARN) of the license configuration.
4319
3569
  # @return [String]
@@ -4392,14 +3642,6 @@ module Aws::LicenseManager
4392
3642
  include Aws::Structure
4393
3643
  end
4394
3644
 
4395
- # @note When making an API call, you may pass UntagResourceRequest
4396
- # data as a hash:
4397
- #
4398
- # {
4399
- # resource_arn: "String", # required
4400
- # tag_keys: ["String"], # required
4401
- # }
4402
- #
4403
3645
  # @!attribute [rw] resource_arn
4404
3646
  # Amazon Resource Name (ARN) of the license configuration.
4405
3647
  # @return [String]
@@ -4421,32 +3663,6 @@ module Aws::LicenseManager
4421
3663
  #
4422
3664
  class UntagResourceResponse < Aws::EmptyStructure; end
4423
3665
 
4424
- # @note When making an API call, you may pass UpdateLicenseConfigurationRequest
4425
- # data as a hash:
4426
- #
4427
- # {
4428
- # license_configuration_arn: "String", # required
4429
- # license_configuration_status: "AVAILABLE", # accepts AVAILABLE, DISABLED
4430
- # license_rules: ["String"],
4431
- # license_count: 1,
4432
- # license_count_hard_limit: false,
4433
- # name: "String",
4434
- # description: "String",
4435
- # product_information_list: [
4436
- # {
4437
- # resource_type: "String", # required
4438
- # product_information_filter_list: [ # required
4439
- # {
4440
- # product_information_filter_name: "String", # required
4441
- # product_information_filter_value: ["String"],
4442
- # product_information_filter_comparator: "String", # required
4443
- # },
4444
- # ],
4445
- # },
4446
- # ],
4447
- # disassociate_when_not_found: false,
4448
- # }
4449
- #
4450
3666
  # @!attribute [rw] license_configuration_arn
4451
3667
  # Amazon Resource Name (ARN) of the license configuration.
4452
3668
  # @return [String]
@@ -4504,24 +3720,6 @@ module Aws::LicenseManager
4504
3720
  #
4505
3721
  class UpdateLicenseConfigurationResponse < Aws::EmptyStructure; end
4506
3722
 
4507
- # @note When making an API call, you may pass UpdateLicenseManagerReportGeneratorRequest
4508
- # data as a hash:
4509
- #
4510
- # {
4511
- # license_manager_report_generator_arn: "String", # required
4512
- # report_generator_name: "ReportGeneratorName", # required
4513
- # type: ["LicenseConfigurationSummaryReport"], # required, accepts LicenseConfigurationSummaryReport, LicenseConfigurationUsageReport
4514
- # report_context: { # required
4515
- # license_configuration_arns: ["Arn"], # required
4516
- # },
4517
- # report_frequency: { # required
4518
- # value: 1,
4519
- # period: "DAY", # accepts DAY, WEEK, MONTH
4520
- # },
4521
- # client_token: "ClientRequestToken", # required
4522
- # description: "String",
4523
- # }
4524
- #
4525
3723
  # @!attribute [rw] license_manager_report_generator_arn
4526
3724
  # Amazon Resource Name (ARN) of the report generator to update.
4527
3725
  # @return [String]
@@ -4576,25 +3774,6 @@ module Aws::LicenseManager
4576
3774
  #
4577
3775
  class UpdateLicenseManagerReportGeneratorResponse < Aws::EmptyStructure; end
4578
3776
 
4579
- # @note When making an API call, you may pass UpdateLicenseSpecificationsForResourceRequest
4580
- # data as a hash:
4581
- #
4582
- # {
4583
- # resource_arn: "String", # required
4584
- # add_license_specifications: [
4585
- # {
4586
- # license_configuration_arn: "String", # required
4587
- # ami_association_scope: "String",
4588
- # },
4589
- # ],
4590
- # remove_license_specifications: [
4591
- # {
4592
- # license_configuration_arn: "String", # required
4593
- # ami_association_scope: "String",
4594
- # },
4595
- # ],
4596
- # }
4597
- #
4598
3777
  # @!attribute [rw] resource_arn
4599
3778
  # Amazon Resource Name (ARN) of the Amazon Web Services resource.
4600
3779
  # @return [String]
@@ -4621,18 +3800,6 @@ module Aws::LicenseManager
4621
3800
  #
4622
3801
  class UpdateLicenseSpecificationsForResourceResponse < Aws::EmptyStructure; end
4623
3802
 
4624
- # @note When making an API call, you may pass UpdateServiceSettingsRequest
4625
- # data as a hash:
4626
- #
4627
- # {
4628
- # s3_bucket_arn: "String",
4629
- # sns_topic_arn: "String",
4630
- # organization_configuration: {
4631
- # enable_integration: false, # required
4632
- # },
4633
- # enable_cross_accounts_discovery: false,
4634
- # }
4635
- #
4636
3803
  # @!attribute [rw] s3_bucket_arn
4637
3804
  # Amazon Resource Name (ARN) of the Amazon S3 bucket where the License
4638
3805
  # Manager information is stored.