aws-sdk-licensemanager 1.72.0 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-licensemanager/client.rb +69 -19
- data/lib/aws-sdk-licensemanager/client_api.rb +6 -0
- data/lib/aws-sdk-licensemanager/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-licensemanager/types.rb +56 -21
- data/lib/aws-sdk-licensemanager.rb +1 -1
- data/sig/client.rbs +14 -2
- data/sig/types.rbs +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c906460603b755045e2fabc8b311c7cc8e67db31c8a273322a1a8268b43177c
|
4
|
+
data.tar.gz: 1854be46f8605195544afd4e13fbc0e81ec78bea09251938132722ed059326c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1d65a98632e3f8cac0c0a9f1e6dd4f1412bd1bf572d3359f1b13c83185a851338efe232ee7b33f965dc530765fb346496ee437a4df31b6a3fdc2bd670e1d9fd
|
7
|
+
data.tar.gz: 3964f5a11b64691c1eeb2e898734ad508963bab212995129847169985daa316fc32b538d35854559d3768cd87e7a67cc2259bc14226dddfe943dd9150cb77ed6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2025-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add Tagging feature to resources in the Managed Entitlements service. License and Grant resources can now be tagged.
|
8
|
+
|
4
9
|
1.72.0 (2025-05-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -748,6 +748,14 @@ module Aws::LicenseManager
|
|
748
748
|
# @option params [required, Array<String>] :allowed_operations
|
749
749
|
# Allowed operations for the grant.
|
750
750
|
#
|
751
|
+
# @option params [Array<Types::Tag>] :tags
|
752
|
+
# Tags to add to the grant. For more information about tagging support
|
753
|
+
# in License Manager, see the [TagResource][1] operation.
|
754
|
+
#
|
755
|
+
#
|
756
|
+
#
|
757
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
758
|
+
#
|
751
759
|
# @return [Types::CreateGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
752
760
|
#
|
753
761
|
# * {Types::CreateGrantResponse#grant_arn #grant_arn} => String
|
@@ -763,6 +771,12 @@ module Aws::LicenseManager
|
|
763
771
|
# principals: ["Arn"], # required
|
764
772
|
# home_region: "String", # required
|
765
773
|
# allowed_operations: ["CreateGrant"], # required, accepts CreateGrant, CheckoutLicense, CheckoutBorrowLicense, CheckInLicense, ExtendConsumptionLicense, ListPurchasedLicenses, CreateToken
|
774
|
+
# tags: [
|
775
|
+
# {
|
776
|
+
# key: "String",
|
777
|
+
# value: "String",
|
778
|
+
# },
|
779
|
+
# ],
|
766
780
|
# })
|
767
781
|
#
|
768
782
|
# @example Response structure
|
@@ -888,6 +902,14 @@ module Aws::LicenseManager
|
|
888
902
|
# Unique, case-sensitive identifier that you provide to ensure the
|
889
903
|
# idempotency of the request.
|
890
904
|
#
|
905
|
+
# @option params [Array<Types::Tag>] :tags
|
906
|
+
# Tags to add to the license. For more information about tagging support
|
907
|
+
# in License Manager, see the [TagResource][1] operation.
|
908
|
+
#
|
909
|
+
#
|
910
|
+
#
|
911
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
912
|
+
#
|
891
913
|
# @return [Types::CreateLicenseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
892
914
|
#
|
893
915
|
# * {Types::CreateLicenseResponse#license_arn #license_arn} => String
|
@@ -937,6 +959,12 @@ module Aws::LicenseManager
|
|
937
959
|
# },
|
938
960
|
# ],
|
939
961
|
# client_token: "ClientToken", # required
|
962
|
+
# tags: [
|
963
|
+
# {
|
964
|
+
# key: "String",
|
965
|
+
# value: "String",
|
966
|
+
# },
|
967
|
+
# ],
|
940
968
|
# })
|
941
969
|
#
|
942
970
|
# @example Response structure
|
@@ -988,9 +1016,8 @@ module Aws::LicenseManager
|
|
988
1016
|
# * `Cores` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
|
989
1017
|
# `maximumCores` \| `minimumCores`
|
990
1018
|
#
|
991
|
-
# * `Instances` dimension: `allowedTenancy` \| `
|
992
|
-
# `
|
993
|
-
# `maximumVcpus` \| `minimumVcpus`
|
1019
|
+
# * `Instances` dimension: `allowedTenancy` \| `maximumVcpus` \|
|
1020
|
+
# `minimumVcpus`
|
994
1021
|
#
|
995
1022
|
# * `Sockets` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
|
996
1023
|
# `maximumSockets` \| `minimumSockets`
|
@@ -2071,15 +2098,13 @@ module Aws::LicenseManager
|
|
2071
2098
|
#
|
2072
2099
|
# * `licenseCountingType` - The dimension for which licenses are
|
2073
2100
|
# counted. Possible values are `vCPU` \| `Instance` \| `Core` \|
|
2074
|
-
# `Socket`.
|
2101
|
+
# `Socket`.
|
2075
2102
|
#
|
2076
2103
|
# * `enforceLicenseCount` - A Boolean value that indicates whether hard
|
2077
|
-
# license enforcement is used.
|
2078
|
-
# `NOT_EQUALS`.
|
2104
|
+
# license enforcement is used.
|
2079
2105
|
#
|
2080
2106
|
# * `usagelimitExceeded` - A Boolean value that indicates whether the
|
2081
|
-
# available licenses have been exceeded.
|
2082
|
-
# `EQUALS` \| `NOT_EQUALS`.
|
2107
|
+
# available licenses have been exceeded.
|
2083
2108
|
#
|
2084
2109
|
# @return [Types::ListLicenseConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2085
2110
|
#
|
@@ -2825,10 +2850,16 @@ module Aws::LicenseManager
|
|
2825
2850
|
req.send_request(options)
|
2826
2851
|
end
|
2827
2852
|
|
2828
|
-
# Lists the tags for the specified
|
2853
|
+
# Lists the tags for the specified resource. For more information about
|
2854
|
+
# tagging support in License Manager, see the [TagResource][1]
|
2855
|
+
# operation.
|
2856
|
+
#
|
2857
|
+
#
|
2858
|
+
#
|
2859
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
2829
2860
|
#
|
2830
2861
|
# @option params [required, String] :resource_arn
|
2831
|
-
# Amazon Resource Name (ARN) of the
|
2862
|
+
# Amazon Resource Name (ARN) of the resource.
|
2832
2863
|
#
|
2833
2864
|
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2834
2865
|
#
|
@@ -2934,14 +2965,11 @@ module Aws::LicenseManager
|
|
2934
2965
|
# operators are supported:
|
2935
2966
|
#
|
2936
2967
|
# * `resourceArn` - The ARN of the license configuration resource.
|
2937
|
-
# Logical operators are `EQUALS` \| `NOT_EQUALS`.
|
2938
2968
|
#
|
2939
2969
|
# * `resourceType` - The resource type (`EC2_INSTANCE` \| `EC2_HOST` \|
|
2940
|
-
# `EC2_AMI` \| `SYSTEMS_MANAGER_MANAGED_INSTANCE`).
|
2941
|
-
# are `EQUALS` \| `NOT_EQUALS`.
|
2970
|
+
# `EC2_AMI` \| `SYSTEMS_MANAGER_MANAGED_INSTANCE`).
|
2942
2971
|
#
|
2943
2972
|
# * `resourceAccount` - The ID of the account that owns the resource.
|
2944
|
-
# Logical operators are `EQUALS` \| `NOT_EQUALS`.
|
2945
2973
|
#
|
2946
2974
|
# @return [Types::ListUsageForLicenseConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2947
2975
|
#
|
@@ -3014,10 +3042,32 @@ module Aws::LicenseManager
|
|
3014
3042
|
req.send_request(options)
|
3015
3043
|
end
|
3016
3044
|
|
3017
|
-
# Adds the specified tags to the specified
|
3045
|
+
# Adds the specified tags to the specified resource. The following
|
3046
|
+
# resources support tagging in License Manager:
|
3047
|
+
#
|
3048
|
+
# * Licenses
|
3049
|
+
#
|
3050
|
+
# * Grants
|
3051
|
+
#
|
3052
|
+
# * License configurations
|
3053
|
+
#
|
3054
|
+
# * Report generators
|
3018
3055
|
#
|
3019
3056
|
# @option params [required, String] :resource_arn
|
3020
|
-
# Amazon Resource Name (ARN) of the
|
3057
|
+
# Amazon Resource Name (ARN) of the resource. The following examples
|
3058
|
+
# provide an example ARN for each supported resource in License Manager:
|
3059
|
+
#
|
3060
|
+
# * Licenses -
|
3061
|
+
# `arn:aws:license-manager::111122223333:license:l-EXAMPLE2da7646d6861033667f20e895`
|
3062
|
+
#
|
3063
|
+
# * Grants -
|
3064
|
+
# `arn:aws:license-manager::111122223333:grant:g-EXAMPLE7b19f4a0ab73679b0beb52707`
|
3065
|
+
#
|
3066
|
+
# * License configurations -
|
3067
|
+
# `arn:aws:license-manager:us-east-1:111122223333:license-configuration:lic-EXAMPLE6a788d4c8acd4264ff0ecf2ed2d`
|
3068
|
+
#
|
3069
|
+
# * Report generators -
|
3070
|
+
# `arn:aws:license-manager:us-east-1:111122223333:report-generator:r-EXAMPLE825b4a4f8fe5a3e0c88824e5fc6`
|
3021
3071
|
#
|
3022
3072
|
# @option params [required, Array<Types::Tag>] :tags
|
3023
3073
|
# One or more tags.
|
@@ -3045,10 +3095,10 @@ module Aws::LicenseManager
|
|
3045
3095
|
req.send_request(options)
|
3046
3096
|
end
|
3047
3097
|
|
3048
|
-
# Removes the specified tags from the specified
|
3098
|
+
# Removes the specified tags from the specified resource.
|
3049
3099
|
#
|
3050
3100
|
# @option params [required, String] :resource_arn
|
3051
|
-
# Amazon Resource Name (ARN) of the
|
3101
|
+
# Amazon Resource Name (ARN) of the resource.
|
3052
3102
|
#
|
3053
3103
|
# @option params [required, Array<String>] :tag_keys
|
3054
3104
|
# Keys identifying the tags to remove.
|
@@ -3300,7 +3350,7 @@ module Aws::LicenseManager
|
|
3300
3350
|
tracer: tracer
|
3301
3351
|
)
|
3302
3352
|
context[:gem_name] = 'aws-sdk-licensemanager'
|
3303
|
-
context[:gem_version] = '1.
|
3353
|
+
context[:gem_version] = '1.73.0'
|
3304
3354
|
Seahorse::Client::Request.new(handlers, context)
|
3305
3355
|
end
|
3306
3356
|
|
@@ -332,6 +332,7 @@ module Aws::LicenseManager
|
|
332
332
|
CreateGrantRequest.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalArnList, required: true, location_name: "Principals"))
|
333
333
|
CreateGrantRequest.add_member(:home_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "HomeRegion"))
|
334
334
|
CreateGrantRequest.add_member(:allowed_operations, Shapes::ShapeRef.new(shape: AllowedOperationList, required: true, location_name: "AllowedOperations"))
|
335
|
+
CreateGrantRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
335
336
|
CreateGrantRequest.struct_class = Types::CreateGrantRequest
|
336
337
|
|
337
338
|
CreateGrantResponse.add_member(:grant_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "GrantArn"))
|
@@ -399,6 +400,7 @@ module Aws::LicenseManager
|
|
399
400
|
CreateLicenseRequest.add_member(:consumption_configuration, Shapes::ShapeRef.new(shape: ConsumptionConfiguration, required: true, location_name: "ConsumptionConfiguration"))
|
400
401
|
CreateLicenseRequest.add_member(:license_metadata, Shapes::ShapeRef.new(shape: MetadataList, location_name: "LicenseMetadata"))
|
401
402
|
CreateLicenseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
|
403
|
+
CreateLicenseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
402
404
|
CreateLicenseRequest.struct_class = Types::CreateLicenseRequest
|
403
405
|
|
404
406
|
CreateLicenseResponse.add_member(:license_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "LicenseArn"))
|
@@ -1112,9 +1114,11 @@ module Aws::LicenseManager
|
|
1112
1114
|
|
1113
1115
|
api.metadata = {
|
1114
1116
|
"apiVersion" => "2018-08-01",
|
1117
|
+
"auth" => ["aws.auth#sigv4"],
|
1115
1118
|
"endpointPrefix" => "license-manager",
|
1116
1119
|
"jsonVersion" => "1.1",
|
1117
1120
|
"protocol" => "json",
|
1121
|
+
"protocols" => ["json"],
|
1118
1122
|
"serviceFullName" => "AWS License Manager",
|
1119
1123
|
"serviceId" => "License Manager",
|
1120
1124
|
"signatureVersion" => "v4",
|
@@ -1804,6 +1808,7 @@ module Aws::LicenseManager
|
|
1804
1808
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1805
1809
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
1806
1810
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1807
1812
|
end)
|
1808
1813
|
|
1809
1814
|
api.add_operation(:update_license_manager_report_generator, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1835,6 +1840,7 @@ module Aws::LicenseManager
|
|
1835
1840
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
1836
1841
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1837
1842
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1838
1844
|
end)
|
1839
1845
|
|
1840
1846
|
api.add_operation(:update_service_settings, Seahorse::Model::Operation.new.tap do |o|
|
@@ -28,7 +28,7 @@ module Aws::LicenseManager
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://license-manager-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -406,6 +406,15 @@ module Aws::LicenseManager
|
|
406
406
|
# Allowed operations for the grant.
|
407
407
|
# @return [Array<String>]
|
408
408
|
#
|
409
|
+
# @!attribute [rw] tags
|
410
|
+
# Tags to add to the grant. For more information about tagging support
|
411
|
+
# in License Manager, see the [TagResource][1] operation.
|
412
|
+
#
|
413
|
+
#
|
414
|
+
#
|
415
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
416
|
+
# @return [Array<Types::Tag>]
|
417
|
+
#
|
409
418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateGrantRequest AWS API Documentation
|
410
419
|
#
|
411
420
|
class CreateGrantRequest < Struct.new(
|
@@ -414,7 +423,8 @@ module Aws::LicenseManager
|
|
414
423
|
:license_arn,
|
415
424
|
:principals,
|
416
425
|
:home_region,
|
417
|
-
:allowed_operations
|
426
|
+
:allowed_operations,
|
427
|
+
:tags)
|
418
428
|
SENSITIVE = []
|
419
429
|
include Aws::Structure
|
420
430
|
end
|
@@ -540,9 +550,8 @@ module Aws::LicenseManager
|
|
540
550
|
# * `Cores` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
|
541
551
|
# `maximumCores` \| `minimumCores`
|
542
552
|
#
|
543
|
-
# * `Instances` dimension: `allowedTenancy` \| `
|
544
|
-
# `
|
545
|
-
# `maximumVcpus` \| `minimumVcpus`
|
553
|
+
# * `Instances` dimension: `allowedTenancy` \| `maximumVcpus` \|
|
554
|
+
# `minimumVcpus`
|
546
555
|
#
|
547
556
|
# * `Sockets` dimension: `allowedTenancy` \| `licenseAffinityToHost`
|
548
557
|
# \| `maximumSockets` \| `minimumSockets`
|
@@ -755,6 +764,15 @@ module Aws::LicenseManager
|
|
755
764
|
# idempotency of the request.
|
756
765
|
# @return [String]
|
757
766
|
#
|
767
|
+
# @!attribute [rw] tags
|
768
|
+
# Tags to add to the license. For more information about tagging
|
769
|
+
# support in License Manager, see the [TagResource][1] operation.
|
770
|
+
#
|
771
|
+
#
|
772
|
+
#
|
773
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
774
|
+
# @return [Array<Types::Tag>]
|
775
|
+
#
|
758
776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateLicenseRequest AWS API Documentation
|
759
777
|
#
|
760
778
|
class CreateLicenseRequest < Struct.new(
|
@@ -768,7 +786,8 @@ module Aws::LicenseManager
|
|
768
786
|
:beneficiary,
|
769
787
|
:consumption_configuration,
|
770
788
|
:license_metadata,
|
771
|
-
:client_token
|
789
|
+
:client_token,
|
790
|
+
:tags)
|
772
791
|
SENSITIVE = []
|
773
792
|
include Aws::Structure
|
774
793
|
end
|
@@ -2457,15 +2476,13 @@ module Aws::LicenseManager
|
|
2457
2476
|
#
|
2458
2477
|
# * `licenseCountingType` - The dimension for which licenses are
|
2459
2478
|
# counted. Possible values are `vCPU` \| `Instance` \| `Core` \|
|
2460
|
-
# `Socket`.
|
2479
|
+
# `Socket`.
|
2461
2480
|
#
|
2462
2481
|
# * `enforceLicenseCount` - A Boolean value that indicates whether
|
2463
|
-
# hard license enforcement is used.
|
2464
|
-
# \| `NOT_EQUALS`.
|
2482
|
+
# hard license enforcement is used.
|
2465
2483
|
#
|
2466
2484
|
# * `usagelimitExceeded` - A Boolean value that indicates whether the
|
2467
|
-
# available licenses have been exceeded.
|
2468
|
-
# `EQUALS` \| `NOT_EQUALS`.
|
2485
|
+
# available licenses have been exceeded.
|
2469
2486
|
# @return [Array<Types::Filter>]
|
2470
2487
|
#
|
2471
2488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseConfigurationsRequest AWS API Documentation
|
@@ -2972,7 +2989,7 @@ module Aws::LicenseManager
|
|
2972
2989
|
end
|
2973
2990
|
|
2974
2991
|
# @!attribute [rw] resource_arn
|
2975
|
-
# Amazon Resource Name (ARN) of the
|
2992
|
+
# Amazon Resource Name (ARN) of the resource.
|
2976
2993
|
# @return [String]
|
2977
2994
|
#
|
2978
2995
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListTagsForResourceRequest AWS API Documentation
|
@@ -3060,14 +3077,11 @@ module Aws::LicenseManager
|
|
3060
3077
|
# operators are supported:
|
3061
3078
|
#
|
3062
3079
|
# * `resourceArn` - The ARN of the license configuration resource.
|
3063
|
-
# Logical operators are `EQUALS` \| `NOT_EQUALS`.
|
3064
3080
|
#
|
3065
3081
|
# * `resourceType` - The resource type (`EC2_INSTANCE` \| `EC2_HOST`
|
3066
|
-
# \| `EC2_AMI` \| `SYSTEMS_MANAGER_MANAGED_INSTANCE`).
|
3067
|
-
# operators are `EQUALS` \| `NOT_EQUALS`.
|
3082
|
+
# \| `EC2_AMI` \| `SYSTEMS_MANAGER_MANAGED_INSTANCE`).
|
3068
3083
|
#
|
3069
3084
|
# * `resourceAccount` - The ID of the account that owns the resource.
|
3070
|
-
# Logical operators are `EQUALS` \| `NOT_EQUALS`.
|
3071
3085
|
# @return [Array<Types::Filter>]
|
3072
3086
|
#
|
3073
3087
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListUsageForLicenseConfigurationRequest AWS API Documentation
|
@@ -3267,7 +3281,8 @@ module Aws::LicenseManager
|
|
3267
3281
|
#
|
3268
3282
|
# * `Engine Edition` - The edition of the database engine. Logical
|
3269
3283
|
# operator is `EQUALS`. Possible values are: `oracle-ee` \|
|
3270
|
-
# `oracle-se` \| `oracle-se1` \| `oracle-se2
|
3284
|
+
# `oracle-se` \| `oracle-se1` \| `oracle-se2` \| `db2-se` \|
|
3285
|
+
# `db2-ae`.
|
3271
3286
|
#
|
3272
3287
|
# * `License Pack` - The license pack. Logical operator is `EQUALS`.
|
3273
3288
|
# Possible values are: `data guard` \| `diagnostic pack sqlt` \|
|
@@ -3619,14 +3634,20 @@ module Aws::LicenseManager
|
|
3619
3634
|
include Aws::Structure
|
3620
3635
|
end
|
3621
3636
|
|
3622
|
-
# Details about
|
3637
|
+
# Details about the tags for a resource. For more information about
|
3638
|
+
# tagging support in License Manager, see the [TagResource][1]
|
3639
|
+
# operation.
|
3640
|
+
#
|
3641
|
+
#
|
3642
|
+
#
|
3643
|
+
# [1]: https://docs.aws.amazon.com/license-manager/latest/APIReference/API_TagResource.html
|
3623
3644
|
#
|
3624
3645
|
# @!attribute [rw] key
|
3625
|
-
#
|
3646
|
+
# The tag key.
|
3626
3647
|
# @return [String]
|
3627
3648
|
#
|
3628
3649
|
# @!attribute [rw] value
|
3629
|
-
#
|
3650
|
+
# The tag value.
|
3630
3651
|
# @return [String]
|
3631
3652
|
#
|
3632
3653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/Tag AWS API Documentation
|
@@ -3639,7 +3660,21 @@ module Aws::LicenseManager
|
|
3639
3660
|
end
|
3640
3661
|
|
3641
3662
|
# @!attribute [rw] resource_arn
|
3642
|
-
# Amazon Resource Name (ARN) of the
|
3663
|
+
# Amazon Resource Name (ARN) of the resource. The following examples
|
3664
|
+
# provide an example ARN for each supported resource in License
|
3665
|
+
# Manager:
|
3666
|
+
#
|
3667
|
+
# * Licenses -
|
3668
|
+
# `arn:aws:license-manager::111122223333:license:l-EXAMPLE2da7646d6861033667f20e895`
|
3669
|
+
#
|
3670
|
+
# * Grants -
|
3671
|
+
# `arn:aws:license-manager::111122223333:grant:g-EXAMPLE7b19f4a0ab73679b0beb52707`
|
3672
|
+
#
|
3673
|
+
# * License configurations -
|
3674
|
+
# `arn:aws:license-manager:us-east-1:111122223333:license-configuration:lic-EXAMPLE6a788d4c8acd4264ff0ecf2ed2d`
|
3675
|
+
#
|
3676
|
+
# * Report generators -
|
3677
|
+
# `arn:aws:license-manager:us-east-1:111122223333:report-generator:r-EXAMPLE825b4a4f8fe5a3e0c88824e5fc6`
|
3643
3678
|
# @return [String]
|
3644
3679
|
#
|
3645
3680
|
# @!attribute [rw] tags
|
@@ -3717,7 +3752,7 @@ module Aws::LicenseManager
|
|
3717
3752
|
end
|
3718
3753
|
|
3719
3754
|
# @!attribute [rw] resource_arn
|
3720
|
-
# Amazon Resource Name (ARN) of the
|
3755
|
+
# Amazon Resource Name (ARN) of the resource.
|
3721
3756
|
# @return [String]
|
3722
3757
|
#
|
3723
3758
|
# @!attribute [rw] tag_keys
|
data/sig/client.rbs
CHANGED
@@ -175,7 +175,13 @@ module Aws
|
|
175
175
|
license_arn: ::String,
|
176
176
|
principals: Array[::String],
|
177
177
|
home_region: ::String,
|
178
|
-
allowed_operations: Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
|
178
|
+
allowed_operations: Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")],
|
179
|
+
?tags: Array[
|
180
|
+
{
|
181
|
+
key: ::String?,
|
182
|
+
value: ::String?
|
183
|
+
},
|
184
|
+
]
|
179
185
|
) -> _CreateGrantResponseSuccess
|
180
186
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGrantResponseSuccess
|
181
187
|
|
@@ -247,7 +253,13 @@ module Aws
|
|
247
253
|
value: ::String?
|
248
254
|
},
|
249
255
|
],
|
250
|
-
client_token: ::String
|
256
|
+
client_token: ::String,
|
257
|
+
?tags: Array[
|
258
|
+
{
|
259
|
+
key: ::String?,
|
260
|
+
value: ::String?
|
261
|
+
},
|
262
|
+
]
|
251
263
|
) -> _CreateLicenseResponseSuccess
|
252
264
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLicenseResponseSuccess
|
253
265
|
|
data/sig/types.rbs
CHANGED
@@ -120,6 +120,7 @@ module Aws::LicenseManager
|
|
120
120
|
attr_accessor principals: ::Array[::String]
|
121
121
|
attr_accessor home_region: ::String
|
122
122
|
attr_accessor allowed_operations: ::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
|
123
|
+
attr_accessor tags: ::Array[Types::Tag]
|
123
124
|
SENSITIVE: []
|
124
125
|
end
|
125
126
|
|
@@ -207,6 +208,7 @@ module Aws::LicenseManager
|
|
207
208
|
attr_accessor consumption_configuration: Types::ConsumptionConfiguration
|
208
209
|
attr_accessor license_metadata: ::Array[Types::Metadata]
|
209
210
|
attr_accessor client_token: ::String
|
211
|
+
attr_accessor tags: ::Array[Types::Tag]
|
210
212
|
SENSITIVE: []
|
211
213
|
end
|
212
214
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-licensemanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -35,14 +35,14 @@ dependencies:
|
|
35
35
|
requirements:
|
36
36
|
- - "~>"
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version: '1.
|
38
|
+
version: '1.5'
|
39
39
|
type: :runtime
|
40
40
|
prerelease: false
|
41
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
42
|
requirements:
|
43
43
|
- - "~>"
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: '1.
|
45
|
+
version: '1.5'
|
46
46
|
description: Official AWS Ruby gem for AWS License Manager. This gem is part of the
|
47
47
|
AWS SDK for Ruby.
|
48
48
|
email:
|