aws-sdk-licensemanager 1.22.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -34,6 +34,7 @@ module Aws::LicenseManager
34
34
  CheckoutLicenseRequest = Shapes::StructureShape.new(name: 'CheckoutLicenseRequest')
35
35
  CheckoutLicenseResponse = Shapes::StructureShape.new(name: 'CheckoutLicenseResponse')
36
36
  CheckoutType = Shapes::StringShape.new(name: 'CheckoutType')
37
+ ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
37
38
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
38
39
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
39
40
  ConsumedLicenseSummary = Shapes::StructureShape.new(name: 'ConsumedLicenseSummary')
@@ -45,6 +46,8 @@ module Aws::LicenseManager
45
46
  CreateGrantVersionResponse = Shapes::StructureShape.new(name: 'CreateGrantVersionResponse')
46
47
  CreateLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'CreateLicenseConfigurationRequest')
47
48
  CreateLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'CreateLicenseConfigurationResponse')
49
+ CreateLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'CreateLicenseManagerReportGeneratorRequest')
50
+ CreateLicenseManagerReportGeneratorResponse = Shapes::StructureShape.new(name: 'CreateLicenseManagerReportGeneratorResponse')
48
51
  CreateLicenseRequest = Shapes::StructureShape.new(name: 'CreateLicenseRequest')
49
52
  CreateLicenseResponse = Shapes::StructureShape.new(name: 'CreateLicenseResponse')
50
53
  CreateLicenseVersionRequest = Shapes::StructureShape.new(name: 'CreateLicenseVersionRequest')
@@ -57,6 +60,8 @@ module Aws::LicenseManager
57
60
  DeleteGrantResponse = Shapes::StructureShape.new(name: 'DeleteGrantResponse')
58
61
  DeleteLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteLicenseConfigurationRequest')
59
62
  DeleteLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteLicenseConfigurationResponse')
63
+ DeleteLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'DeleteLicenseManagerReportGeneratorRequest')
64
+ DeleteLicenseManagerReportGeneratorResponse = Shapes::StructureShape.new(name: 'DeleteLicenseManagerReportGeneratorResponse')
60
65
  DeleteLicenseRequest = Shapes::StructureShape.new(name: 'DeleteLicenseRequest')
61
66
  DeleteLicenseResponse = Shapes::StructureShape.new(name: 'DeleteLicenseResponse')
62
67
  DeleteTokenRequest = Shapes::StructureShape.new(name: 'DeleteTokenRequest')
@@ -87,6 +92,8 @@ module Aws::LicenseManager
87
92
  GetGrantResponse = Shapes::StructureShape.new(name: 'GetGrantResponse')
88
93
  GetLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'GetLicenseConfigurationRequest')
89
94
  GetLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'GetLicenseConfigurationResponse')
95
+ GetLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'GetLicenseManagerReportGeneratorRequest')
96
+ GetLicenseManagerReportGeneratorResponse = Shapes::StructureShape.new(name: 'GetLicenseManagerReportGeneratorResponse')
90
97
  GetLicenseRequest = Shapes::StructureShape.new(name: 'GetLicenseRequest')
91
98
  GetLicenseResponse = Shapes::StructureShape.new(name: 'GetLicenseResponse')
92
99
  GetLicenseUsageRequest = Shapes::StructureShape.new(name: 'GetLicenseUsageRequest')
@@ -134,6 +141,8 @@ module Aws::LicenseManager
134
141
  ListFailuresForLicenseConfigurationOperationsResponse = Shapes::StructureShape.new(name: 'ListFailuresForLicenseConfigurationOperationsResponse')
135
142
  ListLicenseConfigurationsRequest = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsRequest')
136
143
  ListLicenseConfigurationsResponse = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsResponse')
144
+ ListLicenseManagerReportGeneratorsRequest = Shapes::StructureShape.new(name: 'ListLicenseManagerReportGeneratorsRequest')
145
+ ListLicenseManagerReportGeneratorsResponse = Shapes::StructureShape.new(name: 'ListLicenseManagerReportGeneratorsResponse')
137
146
  ListLicenseSpecificationsForResourceRequest = Shapes::StructureShape.new(name: 'ListLicenseSpecificationsForResourceRequest')
138
147
  ListLicenseSpecificationsForResourceResponse = Shapes::StructureShape.new(name: 'ListLicenseSpecificationsForResourceResponse')
139
148
  ListLicenseVersionsRequest = Shapes::StructureShape.new(name: 'ListLicenseVersionsRequest')
@@ -176,11 +185,20 @@ module Aws::LicenseManager
176
185
  RejectGrantRequest = Shapes::StructureShape.new(name: 'RejectGrantRequest')
177
186
  RejectGrantResponse = Shapes::StructureShape.new(name: 'RejectGrantResponse')
178
187
  RenewType = Shapes::StringShape.new(name: 'RenewType')
188
+ ReportContext = Shapes::StructureShape.new(name: 'ReportContext')
189
+ ReportFrequency = Shapes::StructureShape.new(name: 'ReportFrequency')
190
+ ReportFrequencyType = Shapes::StringShape.new(name: 'ReportFrequencyType')
191
+ ReportGenerator = Shapes::StructureShape.new(name: 'ReportGenerator')
192
+ ReportGeneratorList = Shapes::ListShape.new(name: 'ReportGeneratorList')
193
+ ReportGeneratorName = Shapes::StringShape.new(name: 'ReportGeneratorName')
194
+ ReportType = Shapes::StringShape.new(name: 'ReportType')
195
+ ReportTypeList = Shapes::ListShape.new(name: 'ReportTypeList')
179
196
  ResourceInventory = Shapes::StructureShape.new(name: 'ResourceInventory')
180
197
  ResourceInventoryList = Shapes::ListShape.new(name: 'ResourceInventoryList')
181
198
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
182
199
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
183
200
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
201
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
184
202
  ServerInternalException = Shapes::StructureShape.new(name: 'ServerInternalException')
185
203
  SignedToken = Shapes::StringShape.new(name: 'SignedToken')
186
204
  String = Shapes::StringShape.new(name: 'String')
@@ -199,6 +217,8 @@ module Aws::LicenseManager
199
217
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
200
218
  UpdateLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLicenseConfigurationRequest')
201
219
  UpdateLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateLicenseConfigurationResponse')
220
+ UpdateLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'UpdateLicenseManagerReportGeneratorRequest')
221
+ UpdateLicenseManagerReportGeneratorResponse = Shapes::StructureShape.new(name: 'UpdateLicenseManagerReportGeneratorResponse')
202
222
  UpdateLicenseSpecificationsForResourceRequest = Shapes::StructureShape.new(name: 'UpdateLicenseSpecificationsForResourceRequest')
203
223
  UpdateLicenseSpecificationsForResourceResponse = Shapes::StructureShape.new(name: 'UpdateLicenseSpecificationsForResourceResponse')
204
224
  UpdateServiceSettingsRequest = Shapes::StructureShape.new(name: 'UpdateServiceSettingsRequest')
@@ -319,12 +339,25 @@ module Aws::LicenseManager
319
339
  CreateLicenseConfigurationRequest.add_member(:license_count_hard_limit, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "LicenseCountHardLimit"))
320
340
  CreateLicenseConfigurationRequest.add_member(:license_rules, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseRules"))
321
341
  CreateLicenseConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
342
+ CreateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
322
343
  CreateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
323
344
  CreateLicenseConfigurationRequest.struct_class = Types::CreateLicenseConfigurationRequest
324
345
 
325
346
  CreateLicenseConfigurationResponse.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseConfigurationArn"))
326
347
  CreateLicenseConfigurationResponse.struct_class = Types::CreateLicenseConfigurationResponse
327
348
 
349
+ CreateLicenseManagerReportGeneratorRequest.add_member(:report_generator_name, Shapes::ShapeRef.new(shape: ReportGeneratorName, required: true, location_name: "ReportGeneratorName"))
350
+ CreateLicenseManagerReportGeneratorRequest.add_member(:type, Shapes::ShapeRef.new(shape: ReportTypeList, required: true, location_name: "Type"))
351
+ CreateLicenseManagerReportGeneratorRequest.add_member(:report_context, Shapes::ShapeRef.new(shape: ReportContext, required: true, location_name: "ReportContext"))
352
+ CreateLicenseManagerReportGeneratorRequest.add_member(:report_frequency, Shapes::ShapeRef.new(shape: ReportFrequency, required: true, location_name: "ReportFrequency"))
353
+ CreateLicenseManagerReportGeneratorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientToken"))
354
+ CreateLicenseManagerReportGeneratorRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
355
+ CreateLicenseManagerReportGeneratorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
356
+ CreateLicenseManagerReportGeneratorRequest.struct_class = Types::CreateLicenseManagerReportGeneratorRequest
357
+
358
+ CreateLicenseManagerReportGeneratorResponse.add_member(:license_manager_report_generator_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseManagerReportGeneratorArn"))
359
+ CreateLicenseManagerReportGeneratorResponse.struct_class = Types::CreateLicenseManagerReportGeneratorResponse
360
+
328
361
  CreateLicenseRequest.add_member(:license_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseName"))
329
362
  CreateLicenseRequest.add_member(:product_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductName"))
330
363
  CreateLicenseRequest.add_member(:product_sku, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductSKU"))
@@ -392,6 +425,11 @@ module Aws::LicenseManager
392
425
 
393
426
  DeleteLicenseConfigurationResponse.struct_class = Types::DeleteLicenseConfigurationResponse
394
427
 
428
+ DeleteLicenseManagerReportGeneratorRequest.add_member(:license_manager_report_generator_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseManagerReportGeneratorArn"))
429
+ DeleteLicenseManagerReportGeneratorRequest.struct_class = Types::DeleteLicenseManagerReportGeneratorRequest
430
+
431
+ DeleteLicenseManagerReportGeneratorResponse.struct_class = Types::DeleteLicenseManagerReportGeneratorResponse
432
+
395
433
  DeleteLicenseRequest.add_member(:license_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseArn"))
396
434
  DeleteLicenseRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceVersion"))
397
435
  DeleteLicenseRequest.struct_class = Types::DeleteLicenseRequest
@@ -491,8 +529,15 @@ module Aws::LicenseManager
491
529
  GetLicenseConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
492
530
  GetLicenseConfigurationResponse.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
493
531
  GetLicenseConfigurationResponse.add_member(:automated_discovery_information, Shapes::ShapeRef.new(shape: AutomatedDiscoveryInformation, location_name: "AutomatedDiscoveryInformation"))
532
+ GetLicenseConfigurationResponse.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
494
533
  GetLicenseConfigurationResponse.struct_class = Types::GetLicenseConfigurationResponse
495
534
 
535
+ GetLicenseManagerReportGeneratorRequest.add_member(:license_manager_report_generator_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseManagerReportGeneratorArn"))
536
+ GetLicenseManagerReportGeneratorRequest.struct_class = Types::GetLicenseManagerReportGeneratorRequest
537
+
538
+ GetLicenseManagerReportGeneratorResponse.add_member(:report_generator, Shapes::ShapeRef.new(shape: ReportGenerator, location_name: "ReportGenerator"))
539
+ GetLicenseManagerReportGeneratorResponse.struct_class = Types::GetLicenseManagerReportGeneratorResponse
540
+
496
541
  GetLicenseRequest.add_member(:license_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseArn"))
497
542
  GetLicenseRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
498
543
  GetLicenseRequest.struct_class = Types::GetLicenseRequest
@@ -594,6 +639,7 @@ module Aws::LicenseManager
594
639
  LicenseConfiguration.add_member(:license_rules, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseRules"))
595
640
  LicenseConfiguration.add_member(:license_count, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseCount"))
596
641
  LicenseConfiguration.add_member(:license_count_hard_limit, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "LicenseCountHardLimit"))
642
+ LicenseConfiguration.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
597
643
  LicenseConfiguration.add_member(:consumed_licenses, Shapes::ShapeRef.new(shape: BoxLong, location_name: "ConsumedLicenses"))
598
644
  LicenseConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
599
645
  LicenseConfiguration.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
@@ -688,6 +734,15 @@ module Aws::LicenseManager
688
734
  ListLicenseConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
689
735
  ListLicenseConfigurationsResponse.struct_class = Types::ListLicenseConfigurationsResponse
690
736
 
737
+ ListLicenseManagerReportGeneratorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
738
+ ListLicenseManagerReportGeneratorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
739
+ ListLicenseManagerReportGeneratorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize100, location_name: "MaxResults"))
740
+ ListLicenseManagerReportGeneratorsRequest.struct_class = Types::ListLicenseManagerReportGeneratorsRequest
741
+
742
+ ListLicenseManagerReportGeneratorsResponse.add_member(:report_generators, Shapes::ShapeRef.new(shape: ReportGeneratorList, location_name: "ReportGenerators"))
743
+ ListLicenseManagerReportGeneratorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
744
+ ListLicenseManagerReportGeneratorsResponse.struct_class = Types::ListLicenseManagerReportGeneratorsResponse
745
+
691
746
  ListLicenseSpecificationsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
692
747
  ListLicenseSpecificationsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
693
748
  ListLicenseSpecificationsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -798,7 +853,7 @@ module Aws::LicenseManager
798
853
  ProductInformation.struct_class = Types::ProductInformation
799
854
 
800
855
  ProductInformationFilter.add_member(:product_information_filter_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductInformationFilterName"))
801
- ProductInformationFilter.add_member(:product_information_filter_value, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "ProductInformationFilterValue"))
856
+ ProductInformationFilter.add_member(:product_information_filter_value, Shapes::ShapeRef.new(shape: StringList, location_name: "ProductInformationFilterValue"))
802
857
  ProductInformationFilter.add_member(:product_information_filter_comparator, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductInformationFilterComparator"))
803
858
  ProductInformationFilter.struct_class = Types::ProductInformationFilter
804
859
 
@@ -828,6 +883,32 @@ module Aws::LicenseManager
828
883
  RejectGrantResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
829
884
  RejectGrantResponse.struct_class = Types::RejectGrantResponse
830
885
 
886
+ ReportContext.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "licenseConfigurationArns"))
887
+ ReportContext.struct_class = Types::ReportContext
888
+
889
+ ReportFrequency.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
890
+ ReportFrequency.add_member(:period, Shapes::ShapeRef.new(shape: ReportFrequencyType, location_name: "period"))
891
+ ReportFrequency.struct_class = Types::ReportFrequency
892
+
893
+ ReportGenerator.add_member(:report_generator_name, Shapes::ShapeRef.new(shape: String, location_name: "ReportGeneratorName"))
894
+ ReportGenerator.add_member(:report_type, Shapes::ShapeRef.new(shape: ReportTypeList, location_name: "ReportType"))
895
+ ReportGenerator.add_member(:report_context, Shapes::ShapeRef.new(shape: ReportContext, location_name: "ReportContext"))
896
+ ReportGenerator.add_member(:report_frequency, Shapes::ShapeRef.new(shape: ReportFrequency, location_name: "ReportFrequency"))
897
+ ReportGenerator.add_member(:license_manager_report_generator_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseManagerReportGeneratorArn"))
898
+ ReportGenerator.add_member(:last_run_status, Shapes::ShapeRef.new(shape: String, location_name: "LastRunStatus"))
899
+ ReportGenerator.add_member(:last_run_failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "LastRunFailureReason"))
900
+ ReportGenerator.add_member(:last_report_generation_time, Shapes::ShapeRef.new(shape: String, location_name: "LastReportGenerationTime"))
901
+ ReportGenerator.add_member(:report_creator_account, Shapes::ShapeRef.new(shape: String, location_name: "ReportCreatorAccount"))
902
+ ReportGenerator.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
903
+ ReportGenerator.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "S3Location"))
904
+ ReportGenerator.add_member(:create_time, Shapes::ShapeRef.new(shape: String, location_name: "CreateTime"))
905
+ ReportGenerator.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
906
+ ReportGenerator.struct_class = Types::ReportGenerator
907
+
908
+ ReportGeneratorList.member = Shapes::ShapeRef.new(shape: ReportGenerator)
909
+
910
+ ReportTypeList.member = Shapes::ShapeRef.new(shape: ReportType)
911
+
831
912
  ResourceInventory.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
832
913
  ResourceInventory.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
833
914
  ResourceInventory.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
@@ -844,6 +925,10 @@ module Aws::LicenseManager
844
925
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
845
926
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
846
927
 
928
+ S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: String, location_name: "bucket"))
929
+ S3Location.add_member(:key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "keyPrefix"))
930
+ S3Location.struct_class = Types::S3Location
931
+
847
932
  ServerInternalException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
848
933
  ServerInternalException.struct_class = Types::ServerInternalException
849
934
 
@@ -891,10 +976,22 @@ module Aws::LicenseManager
891
976
  UpdateLicenseConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
892
977
  UpdateLicenseConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
893
978
  UpdateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
979
+ UpdateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
894
980
  UpdateLicenseConfigurationRequest.struct_class = Types::UpdateLicenseConfigurationRequest
895
981
 
896
982
  UpdateLicenseConfigurationResponse.struct_class = Types::UpdateLicenseConfigurationResponse
897
983
 
984
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:license_manager_report_generator_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseManagerReportGeneratorArn"))
985
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:report_generator_name, Shapes::ShapeRef.new(shape: ReportGeneratorName, required: true, location_name: "ReportGeneratorName"))
986
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:type, Shapes::ShapeRef.new(shape: ReportTypeList, required: true, location_name: "Type"))
987
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:report_context, Shapes::ShapeRef.new(shape: ReportContext, required: true, location_name: "ReportContext"))
988
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:report_frequency, Shapes::ShapeRef.new(shape: ReportFrequency, required: true, location_name: "ReportFrequency"))
989
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientToken"))
990
+ UpdateLicenseManagerReportGeneratorRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
991
+ UpdateLicenseManagerReportGeneratorRequest.struct_class = Types::UpdateLicenseManagerReportGeneratorRequest
992
+
993
+ UpdateLicenseManagerReportGeneratorResponse.struct_class = Types::UpdateLicenseManagerReportGeneratorResponse
994
+
898
995
  UpdateLicenseSpecificationsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
899
996
  UpdateLicenseSpecificationsForResourceRequest.add_member(:add_license_specifications, Shapes::ShapeRef.new(shape: LicenseSpecifications, location_name: "AddLicenseSpecifications"))
900
997
  UpdateLicenseSpecificationsForResourceRequest.add_member(:remove_license_specifications, Shapes::ShapeRef.new(shape: LicenseSpecifications, location_name: "RemoveLicenseSpecifications"))
@@ -1055,6 +1152,22 @@ module Aws::LicenseManager
1055
1152
  o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1056
1153
  end)
1057
1154
 
1155
+ api.add_operation(:create_license_manager_report_generator, Seahorse::Model::Operation.new.tap do |o|
1156
+ o.name = "CreateLicenseManagerReportGenerator"
1157
+ o.http_method = "POST"
1158
+ o.http_request_uri = "/"
1159
+ o.input = Shapes::ShapeRef.new(shape: CreateLicenseManagerReportGeneratorRequest)
1160
+ o.output = Shapes::ShapeRef.new(shape: CreateLicenseManagerReportGeneratorResponse)
1161
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1169
+ end)
1170
+
1058
1171
  api.add_operation(:create_license_version, Seahorse::Model::Operation.new.tap do |o|
1059
1172
  o.name = "CreateLicenseVersion"
1060
1173
  o.http_method = "POST"
@@ -1131,6 +1244,22 @@ module Aws::LicenseManager
1131
1244
  o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1132
1245
  end)
1133
1246
 
1247
+ api.add_operation(:delete_license_manager_report_generator, Seahorse::Model::Operation.new.tap do |o|
1248
+ o.name = "DeleteLicenseManagerReportGenerator"
1249
+ o.http_method = "POST"
1250
+ o.http_request_uri = "/"
1251
+ o.input = Shapes::ShapeRef.new(shape: DeleteLicenseManagerReportGeneratorRequest)
1252
+ o.output = Shapes::ShapeRef.new(shape: DeleteLicenseManagerReportGeneratorResponse)
1253
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1254
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1261
+ end)
1262
+
1134
1263
  api.add_operation(:delete_token, Seahorse::Model::Operation.new.tap do |o|
1135
1264
  o.name = "DeleteToken"
1136
1265
  o.http_method = "POST"
@@ -1216,6 +1345,22 @@ module Aws::LicenseManager
1216
1345
  o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1217
1346
  end)
1218
1347
 
1348
+ api.add_operation(:get_license_manager_report_generator, Seahorse::Model::Operation.new.tap do |o|
1349
+ o.name = "GetLicenseManagerReportGenerator"
1350
+ o.http_method = "POST"
1351
+ o.http_request_uri = "/"
1352
+ o.input = Shapes::ShapeRef.new(shape: GetLicenseManagerReportGeneratorRequest)
1353
+ o.output = Shapes::ShapeRef.new(shape: GetLicenseManagerReportGeneratorResponse)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1362
+ end)
1363
+
1219
1364
  api.add_operation(:get_license_usage, Seahorse::Model::Operation.new.tap do |o|
1220
1365
  o.name = "GetLicenseUsage"
1221
1366
  o.http_method = "POST"
@@ -1298,6 +1443,22 @@ module Aws::LicenseManager
1298
1443
  o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1299
1444
  end)
1300
1445
 
1446
+ api.add_operation(:list_license_manager_report_generators, Seahorse::Model::Operation.new.tap do |o|
1447
+ o.name = "ListLicenseManagerReportGenerators"
1448
+ o.http_method = "POST"
1449
+ o.http_request_uri = "/"
1450
+ o.input = Shapes::ShapeRef.new(shape: ListLicenseManagerReportGeneratorsRequest)
1451
+ o.output = Shapes::ShapeRef.new(shape: ListLicenseManagerReportGeneratorsResponse)
1452
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1460
+ end)
1461
+
1301
1462
  api.add_operation(:list_license_specifications_for_resource, Seahorse::Model::Operation.new.tap do |o|
1302
1463
  o.name = "ListLicenseSpecificationsForResource"
1303
1464
  o.http_method = "POST"
@@ -1478,6 +1639,22 @@ module Aws::LicenseManager
1478
1639
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1479
1640
  end)
1480
1641
 
1642
+ api.add_operation(:update_license_manager_report_generator, Seahorse::Model::Operation.new.tap do |o|
1643
+ o.name = "UpdateLicenseManagerReportGenerator"
1644
+ o.http_method = "POST"
1645
+ o.http_request_uri = "/"
1646
+ o.input = Shapes::ShapeRef.new(shape: UpdateLicenseManagerReportGeneratorRequest)
1647
+ o.output = Shapes::ShapeRef.new(shape: UpdateLicenseManagerReportGeneratorResponse)
1648
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1649
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1656
+ end)
1657
+
1481
1658
  api.add_operation(:update_license_specifications_for_resource, Seahorse::Model::Operation.new.tap do |o|
1482
1659
  o.name = "UpdateLicenseSpecificationsForResource"
1483
1660
  o.http_method = "POST"
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -597,13 +597,14 @@ module Aws::LicenseManager
597
597
  # value: "String",
598
598
  # },
599
599
  # ],
600
+ # disassociate_when_not_found: false,
600
601
  # product_information_list: [
601
602
  # {
602
603
  # resource_type: "String", # required
603
604
  # product_information_filter_list: [ # required
604
605
  # {
605
606
  # product_information_filter_name: "String", # required
606
- # product_information_filter_value: ["String"], # required
607
+ # product_information_filter_value: ["String"],
607
608
  # product_information_filter_comparator: "String", # required
608
609
  # },
609
610
  # ],
@@ -660,6 +661,10 @@ module Aws::LicenseManager
660
661
  # Tags to add to the license configuration.
661
662
  # @return [Array<Types::Tag>]
662
663
  #
664
+ # @!attribute [rw] disassociate_when_not_found
665
+ # When true, disassociates a resource when software is uninstalled.
666
+ # @return [Boolean]
667
+ #
663
668
  # @!attribute [rw] product_information_list
664
669
  # Product information.
665
670
  # @return [Array<Types::ProductInformation>]
@@ -674,6 +679,7 @@ module Aws::LicenseManager
674
679
  :license_count_hard_limit,
675
680
  :license_rules,
676
681
  :tags,
682
+ :disassociate_when_not_found,
677
683
  :product_information_list)
678
684
  SENSITIVE = []
679
685
  include Aws::Structure
@@ -691,6 +697,93 @@ module Aws::LicenseManager
691
697
  include Aws::Structure
692
698
  end
693
699
 
700
+ # @note When making an API call, you may pass CreateLicenseManagerReportGeneratorRequest
701
+ # data as a hash:
702
+ #
703
+ # {
704
+ # report_generator_name: "ReportGeneratorName", # required
705
+ # type: ["LicenseConfigurationSummaryReport"], # required, accepts LicenseConfigurationSummaryReport, LicenseConfigurationUsageReport
706
+ # report_context: { # required
707
+ # license_configuration_arns: ["Arn"], # required
708
+ # },
709
+ # report_frequency: { # required
710
+ # value: 1,
711
+ # period: "DAY", # accepts DAY, WEEK, MONTH
712
+ # },
713
+ # client_token: "ClientRequestToken", # required
714
+ # description: "String",
715
+ # tags: [
716
+ # {
717
+ # key: "String",
718
+ # value: "String",
719
+ # },
720
+ # ],
721
+ # }
722
+ #
723
+ # @!attribute [rw] report_generator_name
724
+ # Name of the report generator.
725
+ # @return [String]
726
+ #
727
+ # @!attribute [rw] type
728
+ # Type of reports to generate. The following report types an be
729
+ # generated:
730
+ #
731
+ # * License configuration report - Reports on the number and details
732
+ # of consumed licenses for a license configuration.
733
+ #
734
+ # * Resource report - Reports on the tracked licenses and resource
735
+ # consumption for a license configuration.
736
+ # @return [Array<String>]
737
+ #
738
+ # @!attribute [rw] report_context
739
+ # Defines the type of license configuration the report generator
740
+ # tracks.
741
+ # @return [Types::ReportContext]
742
+ #
743
+ # @!attribute [rw] report_frequency
744
+ # Frequency by which reports are generated. Reports can be generated
745
+ # daily, monthly, or weekly.
746
+ # @return [Types::ReportFrequency]
747
+ #
748
+ # @!attribute [rw] client_token
749
+ # Unique, case-sensitive identifier that you provide to ensure the
750
+ # idempotency of the request.
751
+ # @return [String]
752
+ #
753
+ # @!attribute [rw] description
754
+ # Description of the report generator.
755
+ # @return [String]
756
+ #
757
+ # @!attribute [rw] tags
758
+ # Tags to add to the report generator.
759
+ # @return [Array<Types::Tag>]
760
+ #
761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateLicenseManagerReportGeneratorRequest AWS API Documentation
762
+ #
763
+ class CreateLicenseManagerReportGeneratorRequest < Struct.new(
764
+ :report_generator_name,
765
+ :type,
766
+ :report_context,
767
+ :report_frequency,
768
+ :client_token,
769
+ :description,
770
+ :tags)
771
+ SENSITIVE = []
772
+ include Aws::Structure
773
+ end
774
+
775
+ # @!attribute [rw] license_manager_report_generator_arn
776
+ # The Amazon Resource Number (ARN) of the new report generator.
777
+ # @return [String]
778
+ #
779
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateLicenseManagerReportGeneratorResponse AWS API Documentation
780
+ #
781
+ class CreateLicenseManagerReportGeneratorResponse < Struct.new(
782
+ :license_manager_report_generator_arn)
783
+ SENSITIVE = []
784
+ include Aws::Structure
785
+ end
786
+
694
787
  # @note When making an API call, you may pass CreateLicenseRequest
695
788
  # data as a hash:
696
789
  #
@@ -1131,6 +1224,30 @@ module Aws::LicenseManager
1131
1224
  #
1132
1225
  class DeleteLicenseConfigurationResponse < Aws::EmptyStructure; end
1133
1226
 
1227
+ # @note When making an API call, you may pass DeleteLicenseManagerReportGeneratorRequest
1228
+ # data as a hash:
1229
+ #
1230
+ # {
1231
+ # license_manager_report_generator_arn: "String", # required
1232
+ # }
1233
+ #
1234
+ # @!attribute [rw] license_manager_report_generator_arn
1235
+ # Amazon Resource Number (ARN) of the report generator that will be
1236
+ # deleted.
1237
+ # @return [String]
1238
+ #
1239
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseManagerReportGeneratorRequest AWS API Documentation
1240
+ #
1241
+ class DeleteLicenseManagerReportGeneratorRequest < Struct.new(
1242
+ :license_manager_report_generator_arn)
1243
+ SENSITIVE = []
1244
+ include Aws::Structure
1245
+ end
1246
+
1247
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseManagerReportGeneratorResponse AWS API Documentation
1248
+ #
1249
+ class DeleteLicenseManagerReportGeneratorResponse < Aws::EmptyStructure; end
1250
+
1134
1251
  # @note When making an API call, you may pass DeleteLicenseRequest
1135
1252
  # data as a hash:
1136
1253
  #
@@ -1582,6 +1699,10 @@ module Aws::LicenseManager
1582
1699
  # Automated discovery information.
1583
1700
  # @return [Types::AutomatedDiscoveryInformation]
1584
1701
  #
1702
+ # @!attribute [rw] disassociate_when_not_found
1703
+ # When true, disassociates a resource when software is uninstalled.
1704
+ # @return [Boolean]
1705
+ #
1585
1706
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseConfigurationResponse AWS API Documentation
1586
1707
  #
1587
1708
  class GetLicenseConfigurationResponse < Struct.new(
@@ -1600,7 +1721,41 @@ module Aws::LicenseManager
1600
1721
  :managed_resource_summary_list,
1601
1722
  :tags,
1602
1723
  :product_information_list,
1603
- :automated_discovery_information)
1724
+ :automated_discovery_information,
1725
+ :disassociate_when_not_found)
1726
+ SENSITIVE = []
1727
+ include Aws::Structure
1728
+ end
1729
+
1730
+ # @note When making an API call, you may pass GetLicenseManagerReportGeneratorRequest
1731
+ # data as a hash:
1732
+ #
1733
+ # {
1734
+ # license_manager_report_generator_arn: "String", # required
1735
+ # }
1736
+ #
1737
+ # @!attribute [rw] license_manager_report_generator_arn
1738
+ # mazon Resource Number (ARN) of the report generator to retrieve
1739
+ # information on.
1740
+ # @return [String]
1741
+ #
1742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseManagerReportGeneratorRequest AWS API Documentation
1743
+ #
1744
+ class GetLicenseManagerReportGeneratorRequest < Struct.new(
1745
+ :license_manager_report_generator_arn)
1746
+ SENSITIVE = []
1747
+ include Aws::Structure
1748
+ end
1749
+
1750
+ # @!attribute [rw] report_generator
1751
+ # A report generator that creates periodic reports on your license
1752
+ # configurations.
1753
+ # @return [Types::ReportGenerator]
1754
+ #
1755
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseManagerReportGeneratorResponse AWS API Documentation
1756
+ #
1757
+ class GetLicenseManagerReportGeneratorResponse < Struct.new(
1758
+ :report_generator)
1604
1759
  SENSITIVE = []
1605
1760
  include Aws::Structure
1606
1761
  end
@@ -1699,7 +1854,7 @@ module Aws::LicenseManager
1699
1854
  #
1700
1855
  # @!attribute [rw] license_manager_resource_share_arn
1701
1856
  # Amazon Resource Name (ARN) of the AWS resource share. The License
1702
- # Manager master account will provide member accounts with access to
1857
+ # Manager management account provides member accounts with access to
1703
1858
  # this share.
1704
1859
  # @return [String]
1705
1860
  #
@@ -2097,6 +2252,10 @@ module Aws::LicenseManager
2097
2252
  # Number of available licenses as a hard limit.
2098
2253
  # @return [Boolean]
2099
2254
  #
2255
+ # @!attribute [rw] disassociate_when_not_found
2256
+ # When true, disassociates a resource when software is uninstalled.
2257
+ # @return [Boolean]
2258
+ #
2100
2259
  # @!attribute [rw] consumed_licenses
2101
2260
  # Number of licenses consumed.
2102
2261
  # @return [Integer]
@@ -2136,6 +2295,7 @@ module Aws::LicenseManager
2136
2295
  :license_rules,
2137
2296
  :license_count,
2138
2297
  :license_count_hard_limit,
2298
+ :disassociate_when_not_found,
2139
2299
  :consumed_licenses,
2140
2300
  :status,
2141
2301
  :owner_account_id,
@@ -2397,13 +2557,15 @@ module Aws::LicenseManager
2397
2557
  # @!attribute [rw] filters
2398
2558
  # Filters to scope the results. The following filters are supported:
2399
2559
  #
2400
- # * `LicenseARN`
2560
+ # * `LicenseArn`
2401
2561
  #
2402
- # * `Status`
2562
+ # * `GrantStatus`
2563
+ #
2564
+ # * `GranteePrincipalARN`
2403
2565
  #
2404
- # * `PrincipalARN`
2566
+ # * `ProductSKU`
2405
2567
  #
2406
- # * `ParentARN`
2568
+ # * `LicenseIssuerName`
2407
2569
  # @return [Array<Types::Filter>]
2408
2570
  #
2409
2571
  # @!attribute [rw] next_token
@@ -2562,6 +2724,64 @@ module Aws::LicenseManager
2562
2724
  include Aws::Structure
2563
2725
  end
2564
2726
 
2727
+ # @note When making an API call, you may pass ListLicenseManagerReportGeneratorsRequest
2728
+ # data as a hash:
2729
+ #
2730
+ # {
2731
+ # filters: [
2732
+ # {
2733
+ # name: "FilterName",
2734
+ # values: ["FilterValue"],
2735
+ # },
2736
+ # ],
2737
+ # next_token: "String",
2738
+ # max_results: 1,
2739
+ # }
2740
+ #
2741
+ # @!attribute [rw] filters
2742
+ # Filters to scope the results. The following filters are supported:
2743
+ #
2744
+ # * `LicenseConfigurationArn`
2745
+ #
2746
+ # ^
2747
+ # @return [Array<Types::Filter>]
2748
+ #
2749
+ # @!attribute [rw] next_token
2750
+ # Token for the next set of results.
2751
+ # @return [String]
2752
+ #
2753
+ # @!attribute [rw] max_results
2754
+ # Maximum number of results to return in a single call.
2755
+ # @return [Integer]
2756
+ #
2757
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseManagerReportGeneratorsRequest AWS API Documentation
2758
+ #
2759
+ class ListLicenseManagerReportGeneratorsRequest < Struct.new(
2760
+ :filters,
2761
+ :next_token,
2762
+ :max_results)
2763
+ SENSITIVE = []
2764
+ include Aws::Structure
2765
+ end
2766
+
2767
+ # @!attribute [rw] report_generators
2768
+ # A report generator that creates periodic reports on your license
2769
+ # configurations.
2770
+ # @return [Array<Types::ReportGenerator>]
2771
+ #
2772
+ # @!attribute [rw] next_token
2773
+ # Token for the next set of results.
2774
+ # @return [String]
2775
+ #
2776
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseManagerReportGeneratorsResponse AWS API Documentation
2777
+ #
2778
+ class ListLicenseManagerReportGeneratorsResponse < Struct.new(
2779
+ :report_generators,
2780
+ :next_token)
2781
+ SENSITIVE = []
2782
+ include Aws::Structure
2783
+ end
2784
+
2565
2785
  # @note When making an API call, you may pass ListLicenseSpecificationsForResourceRequest
2566
2786
  # data as a hash:
2567
2787
  #
@@ -2685,7 +2905,7 @@ module Aws::LicenseManager
2685
2905
  #
2686
2906
  # * `ProductSKU`
2687
2907
  #
2688
- # * `KeyFingerprint`
2908
+ # * `Fingerprint`
2689
2909
  #
2690
2910
  # * `Status`
2691
2911
  # @return [Array<Types::Filter>]
@@ -2748,9 +2968,15 @@ module Aws::LicenseManager
2748
2968
  # @!attribute [rw] filters
2749
2969
  # Filters to scope the results. The following filters are supported:
2750
2970
  #
2751
- # * `LicenseARN`
2971
+ # * `ProductSKU`
2752
2972
  #
2753
- # * `Status`
2973
+ # * `LicenseIssuerName`
2974
+ #
2975
+ # * `LicenseArn`
2976
+ #
2977
+ # * `GrantStatus`
2978
+ #
2979
+ # * `GranterAccountId`
2754
2980
  # @return [Array<Types::Filter>]
2755
2981
  #
2756
2982
  # @!attribute [rw] next_token
@@ -2815,9 +3041,11 @@ module Aws::LicenseManager
2815
3041
  #
2816
3042
  # * `Status`
2817
3043
  #
2818
- # * `KeyFingerprint`
3044
+ # * `Fingerprint`
3045
+ #
3046
+ # * `IssuerName`
2819
3047
  #
2820
- # * `Issuer`
3048
+ # * `Beneficiary`
2821
3049
  # @return [Array<Types::Filter>]
2822
3050
  #
2823
3051
  # @!attribute [rw] next_token
@@ -2899,6 +3127,10 @@ module Aws::LicenseManager
2899
3127
  #
2900
3128
  # * `resource_id` - The ID of the resource. Logical operators are
2901
3129
  # `EQUALS` \| `NOT_EQUALS`.
3130
+ #
3131
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
3132
+ # resource. Logical operators are `EQUALS` (single account) or
3133
+ # `EQUALS` \| `NOT_EQUALS` (cross account).
2902
3134
  # @return [Array<Types::InventoryFilter>]
2903
3135
  #
2904
3136
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListResourceInventoryRequest AWS API Documentation
@@ -2981,7 +3213,7 @@ module Aws::LicenseManager
2981
3213
  # @!attribute [rw] filters
2982
3214
  # Filters to scope the results. The following filter is supported:
2983
3215
  #
2984
- # * `licenseArns`
3216
+ # * `LicenseArns`
2985
3217
  #
2986
3218
  # ^
2987
3219
  # @return [Array<Types::Filter>]
@@ -3183,7 +3415,7 @@ module Aws::LicenseManager
3183
3415
  # product_information_filter_list: [ # required
3184
3416
  # {
3185
3417
  # product_information_filter_name: "String", # required
3186
- # product_information_filter_value: ["String"], # required
3418
+ # product_information_filter_value: ["String"],
3187
3419
  # product_information_filter_comparator: "String", # required
3188
3420
  # },
3189
3421
  # ],
@@ -3194,10 +3426,18 @@ module Aws::LicenseManager
3194
3426
  # @return [String]
3195
3427
  #
3196
3428
  # @!attribute [rw] product_information_filter_list
3197
- # Product information filters.
3429
+ # A Product information filter consists of a
3430
+ # `ProductInformationFilterComparator` which is a logical operator, a
3431
+ # `ProductInformationFilterName` which specifies the type of filter
3432
+ # being declared, and a `ProductInformationFilterValue` that specifies
3433
+ # the value to filter on.
3198
3434
  #
3199
- # The following filters and logical operators are supported when the
3200
- # resource type is `SSM_MANAGED`\:
3435
+ # Accepted values for `ProductInformationFilterName` are listed here
3436
+ # along with descriptions and valid options for
3437
+ # `ProductInformationFilterComparator`.
3438
+ #
3439
+ # The following filters and are supported when the resource type is
3440
+ # `SSM_MANAGED`\:
3201
3441
  #
3202
3442
  # * `Application Name` - The name of the application. Logical operator
3203
3443
  # is `EQUALS`.
@@ -3213,6 +3453,17 @@ module Aws::LicenseManager
3213
3453
  #
3214
3454
  # * `Platform Type` - The platform type. Logical operator is `EQUALS`.
3215
3455
  #
3456
+ # * `Tag:key` - The key of a tag attached to an AWS resource you wish
3457
+ # to exclude from automated discovery. Logical operator is
3458
+ # `NOT_EQUALS`. The key for your tag must be appended to `Tag:`
3459
+ # following the example: `Tag:name-of-your-key`.
3460
+ # `ProductInformationFilterValue` is optional if you are not using
3461
+ # values for the key.
3462
+ #
3463
+ # * `AccountId` - The 12-digit ID of an AWS account you wish to
3464
+ # exclude from automated discovery. Logical operator is
3465
+ # `NOT_EQUALS`.
3466
+ #
3216
3467
  # * `License Included` - The type of license included. Logical
3217
3468
  # operators are `EQUALS` and `NOT_EQUALS`. Possible values are:
3218
3469
  # `sql-server-enterprise` \| `sql-server-standard` \|
@@ -3246,7 +3497,7 @@ module Aws::LicenseManager
3246
3497
  #
3247
3498
  # {
3248
3499
  # product_information_filter_name: "String", # required
3249
- # product_information_filter_value: ["String"], # required
3500
+ # product_information_filter_value: ["String"],
3250
3501
  # product_information_filter_comparator: "String", # required
3251
3502
  # }
3252
3503
  #
@@ -3383,6 +3634,132 @@ module Aws::LicenseManager
3383
3634
  include Aws::Structure
3384
3635
  end
3385
3636
 
3637
+ # Details of the license configuration that this generator reports on.
3638
+ #
3639
+ # @note When making an API call, you may pass ReportContext
3640
+ # data as a hash:
3641
+ #
3642
+ # {
3643
+ # license_configuration_arns: ["Arn"], # required
3644
+ # }
3645
+ #
3646
+ # @!attribute [rw] license_configuration_arns
3647
+ # Amazon Resource Number (ARN) of the license configuration that this
3648
+ # generator reports on.
3649
+ # @return [Array<String>]
3650
+ #
3651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ReportContext AWS API Documentation
3652
+ #
3653
+ class ReportContext < Struct.new(
3654
+ :license_configuration_arns)
3655
+ SENSITIVE = []
3656
+ include Aws::Structure
3657
+ end
3658
+
3659
+ # Details on how frequently reports are generated.
3660
+ #
3661
+ # @note When making an API call, you may pass ReportFrequency
3662
+ # data as a hash:
3663
+ #
3664
+ # {
3665
+ # value: 1,
3666
+ # period: "DAY", # accepts DAY, WEEK, MONTH
3667
+ # }
3668
+ #
3669
+ # @!attribute [rw] value
3670
+ # Number of times within the frequency period that a report will be
3671
+ # generated. Currently only `1` is supported.
3672
+ # @return [Integer]
3673
+ #
3674
+ # @!attribute [rw] period
3675
+ # Time period between each report. The period can be daily, weekly, or
3676
+ # monthly.
3677
+ # @return [String]
3678
+ #
3679
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ReportFrequency AWS API Documentation
3680
+ #
3681
+ class ReportFrequency < Struct.new(
3682
+ :value,
3683
+ :period)
3684
+ SENSITIVE = []
3685
+ include Aws::Structure
3686
+ end
3687
+
3688
+ # Describe the details of a report generator.
3689
+ #
3690
+ # @!attribute [rw] report_generator_name
3691
+ # Name of the report generator.
3692
+ # @return [String]
3693
+ #
3694
+ # @!attribute [rw] report_type
3695
+ # Type of reports that are generated.
3696
+ # @return [Array<String>]
3697
+ #
3698
+ # @!attribute [rw] report_context
3699
+ # License configuration type this generator reports on.
3700
+ # @return [Types::ReportContext]
3701
+ #
3702
+ # @!attribute [rw] report_frequency
3703
+ # Details on how frequently reports are generated.
3704
+ # @return [Types::ReportFrequency]
3705
+ #
3706
+ # @!attribute [rw] license_manager_report_generator_arn
3707
+ # Amazon Resource Number (ARN) of the report generator.
3708
+ # @return [String]
3709
+ #
3710
+ # @!attribute [rw] last_run_status
3711
+ # Status of the last report generation attempt.
3712
+ # @return [String]
3713
+ #
3714
+ # @!attribute [rw] last_run_failure_reason
3715
+ # Failure message for the last report generation attempt.
3716
+ # @return [String]
3717
+ #
3718
+ # @!attribute [rw] last_report_generation_time
3719
+ # Time the last report was generated at.
3720
+ # @return [String]
3721
+ #
3722
+ # @!attribute [rw] report_creator_account
3723
+ # The AWS account ID used to create the report generator.
3724
+ # @return [String]
3725
+ #
3726
+ # @!attribute [rw] description
3727
+ # Description of the report generator.
3728
+ # @return [String]
3729
+ #
3730
+ # @!attribute [rw] s3_location
3731
+ # Details of the S3 bucket that report generator reports are published
3732
+ # to.
3733
+ # @return [Types::S3Location]
3734
+ #
3735
+ # @!attribute [rw] create_time
3736
+ # Time the report was created.
3737
+ # @return [String]
3738
+ #
3739
+ # @!attribute [rw] tags
3740
+ # Tags associated with the report generator.
3741
+ # @return [Array<Types::Tag>]
3742
+ #
3743
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ReportGenerator AWS API Documentation
3744
+ #
3745
+ class ReportGenerator < Struct.new(
3746
+ :report_generator_name,
3747
+ :report_type,
3748
+ :report_context,
3749
+ :report_frequency,
3750
+ :license_manager_report_generator_arn,
3751
+ :last_run_status,
3752
+ :last_run_failure_reason,
3753
+ :last_report_generation_time,
3754
+ :report_creator_account,
3755
+ :description,
3756
+ :s3_location,
3757
+ :create_time,
3758
+ :tags)
3759
+ SENSITIVE = []
3760
+ include Aws::Structure
3761
+ end
3762
+
3386
3763
  # Details about a resource.
3387
3764
  #
3388
3765
  # @!attribute [rw] resource_id
@@ -3448,6 +3825,26 @@ module Aws::LicenseManager
3448
3825
  include Aws::Structure
3449
3826
  end
3450
3827
 
3828
+ # Details of the S3 bucket that report generator reports are published
3829
+ # to.
3830
+ #
3831
+ # @!attribute [rw] bucket
3832
+ # Name of the S3 bucket reports are published to.
3833
+ # @return [String]
3834
+ #
3835
+ # @!attribute [rw] key_prefix
3836
+ # Prefix of the S3 bucket reports are published to.
3837
+ # @return [String]
3838
+ #
3839
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/S3Location AWS API Documentation
3840
+ #
3841
+ class S3Location < Struct.new(
3842
+ :bucket,
3843
+ :key_prefix)
3844
+ SENSITIVE = []
3845
+ include Aws::Structure
3846
+ end
3847
+
3451
3848
  # The server experienced an internal error. Try again.
3452
3849
  #
3453
3850
  # @!attribute [rw] message
@@ -3625,12 +4022,13 @@ module Aws::LicenseManager
3625
4022
  # product_information_filter_list: [ # required
3626
4023
  # {
3627
4024
  # product_information_filter_name: "String", # required
3628
- # product_information_filter_value: ["String"], # required
4025
+ # product_information_filter_value: ["String"],
3629
4026
  # product_information_filter_comparator: "String", # required
3630
4027
  # },
3631
4028
  # ],
3632
4029
  # },
3633
4030
  # ],
4031
+ # disassociate_when_not_found: false,
3634
4032
  # }
3635
4033
  #
3636
4034
  # @!attribute [rw] license_configuration_arn
@@ -3666,6 +4064,10 @@ module Aws::LicenseManager
3666
4064
  # New product information.
3667
4065
  # @return [Array<Types::ProductInformation>]
3668
4066
  #
4067
+ # @!attribute [rw] disassociate_when_not_found
4068
+ # When true, disassociates a resource when software is uninstalled.
4069
+ # @return [Boolean]
4070
+ #
3669
4071
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfigurationRequest AWS API Documentation
3670
4072
  #
3671
4073
  class UpdateLicenseConfigurationRequest < Struct.new(
@@ -3676,7 +4078,8 @@ module Aws::LicenseManager
3676
4078
  :license_count_hard_limit,
3677
4079
  :name,
3678
4080
  :description,
3679
- :product_information_list)
4081
+ :product_information_list,
4082
+ :disassociate_when_not_found)
3680
4083
  SENSITIVE = []
3681
4084
  include Aws::Structure
3682
4085
  end
@@ -3685,6 +4088,81 @@ module Aws::LicenseManager
3685
4088
  #
3686
4089
  class UpdateLicenseConfigurationResponse < Aws::EmptyStructure; end
3687
4090
 
4091
+ # @note When making an API call, you may pass UpdateLicenseManagerReportGeneratorRequest
4092
+ # data as a hash:
4093
+ #
4094
+ # {
4095
+ # license_manager_report_generator_arn: "String", # required
4096
+ # report_generator_name: "ReportGeneratorName", # required
4097
+ # type: ["LicenseConfigurationSummaryReport"], # required, accepts LicenseConfigurationSummaryReport, LicenseConfigurationUsageReport
4098
+ # report_context: { # required
4099
+ # license_configuration_arns: ["Arn"], # required
4100
+ # },
4101
+ # report_frequency: { # required
4102
+ # value: 1,
4103
+ # period: "DAY", # accepts DAY, WEEK, MONTH
4104
+ # },
4105
+ # client_token: "ClientRequestToken", # required
4106
+ # description: "String",
4107
+ # }
4108
+ #
4109
+ # @!attribute [rw] license_manager_report_generator_arn
4110
+ # Amazon Resource Number (ARN) of the report generator to update.
4111
+ # @return [String]
4112
+ #
4113
+ # @!attribute [rw] report_generator_name
4114
+ # Name of the report generator.
4115
+ # @return [String]
4116
+ #
4117
+ # @!attribute [rw] type
4118
+ # Type of reports to generate. The following report types an be
4119
+ # generated:
4120
+ #
4121
+ # * License configuration report - Reports on the number and details
4122
+ # of consumed licenses for a license configuration.
4123
+ #
4124
+ # * Resource report - Reports on the tracked licenses and resource
4125
+ # consumption for a license configuration.
4126
+ # @return [Array<String>]
4127
+ #
4128
+ # @!attribute [rw] report_context
4129
+ # ?
4130
+ # @return [Types::ReportContext]
4131
+ #
4132
+ # @!attribute [rw] report_frequency
4133
+ # Frequency by which reports are generated. The following options are
4134
+ # avaiable:
4135
+ #
4136
+ # ??? What are the APi value options?
4137
+ # @return [Types::ReportFrequency]
4138
+ #
4139
+ # @!attribute [rw] client_token
4140
+ # Unique, case-sensitive identifier that you provide to ensure the
4141
+ # idempotency of the request.
4142
+ # @return [String]
4143
+ #
4144
+ # @!attribute [rw] description
4145
+ # Description of the report generator.
4146
+ # @return [String]
4147
+ #
4148
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseManagerReportGeneratorRequest AWS API Documentation
4149
+ #
4150
+ class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
4151
+ :license_manager_report_generator_arn,
4152
+ :report_generator_name,
4153
+ :type,
4154
+ :report_context,
4155
+ :report_frequency,
4156
+ :client_token,
4157
+ :description)
4158
+ SENSITIVE = []
4159
+ include Aws::Structure
4160
+ end
4161
+
4162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseManagerReportGeneratorResponse AWS API Documentation
4163
+ #
4164
+ class UpdateLicenseManagerReportGeneratorResponse < Aws::EmptyStructure; end
4165
+
3688
4166
  # @note When making an API call, you may pass UpdateLicenseSpecificationsForResourceRequest
3689
4167
  # data as a hash:
3690
4168
  #