aws-sdk-licensemanager 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8c0ede8c362137b8b1777529255363d343bc4e57939073855aa5d36520f6ace
|
4
|
+
data.tar.gz: a6d9d2f6f8114e825914a26038b6380a789ecb9dc3a274abdfaf8daa4d13fc3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56859619287b64d0eeaa28402b5c6252265c829620b5625a8e54ba8f5a8642e275ed8a29501c36c4e26a5f6a9593df21cde2b4508b37ed8f84ef81619e0fb72b
|
7
|
+
data.tar.gz: 503d66acf8de80e9bd2bfe6c8a0fdbe2553ef06db8f1a15b681dfbdbd00a8ec4836d39c0c80f750c1e06957e818305ad5ae3aba9e95a69a6d264b40c40579cfd
|
@@ -820,6 +820,9 @@ module Aws::LicenseManager
|
|
820
820
|
# @option params [Array<Types::Tag>] :tags
|
821
821
|
# Tags to add to the license configuration.
|
822
822
|
#
|
823
|
+
# @option params [Boolean] :disassociate_when_not_found
|
824
|
+
# When true, disassociates a resource when software is uninstalled.
|
825
|
+
#
|
823
826
|
# @option params [Array<Types::ProductInformation>] :product_information_list
|
824
827
|
# Product information.
|
825
828
|
#
|
@@ -842,6 +845,7 @@ module Aws::LicenseManager
|
|
842
845
|
# value: "String",
|
843
846
|
# },
|
844
847
|
# ],
|
848
|
+
# disassociate_when_not_found: false,
|
845
849
|
# product_information_list: [
|
846
850
|
# {
|
847
851
|
# resource_type: "String", # required
|
@@ -1345,6 +1349,7 @@ module Aws::LicenseManager
|
|
1345
1349
|
# * {Types::GetLicenseConfigurationResponse#tags #tags} => Array<Types::Tag>
|
1346
1350
|
# * {Types::GetLicenseConfigurationResponse#product_information_list #product_information_list} => Array<Types::ProductInformation>
|
1347
1351
|
# * {Types::GetLicenseConfigurationResponse#automated_discovery_information #automated_discovery_information} => Types::AutomatedDiscoveryInformation
|
1352
|
+
# * {Types::GetLicenseConfigurationResponse#disassociate_when_not_found #disassociate_when_not_found} => Boolean
|
1348
1353
|
#
|
1349
1354
|
# @example Request syntax with placeholder values
|
1350
1355
|
#
|
@@ -1383,6 +1388,7 @@ module Aws::LicenseManager
|
|
1383
1388
|
# resp.product_information_list[0].product_information_filter_list[0].product_information_filter_value[0] #=> String
|
1384
1389
|
# resp.product_information_list[0].product_information_filter_list[0].product_information_filter_comparator #=> String
|
1385
1390
|
# resp.automated_discovery_information.last_run_time #=> Time
|
1391
|
+
# resp.disassociate_when_not_found #=> Boolean
|
1386
1392
|
#
|
1387
1393
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseConfiguration AWS API Documentation
|
1388
1394
|
#
|
@@ -1672,6 +1678,7 @@ module Aws::LicenseManager
|
|
1672
1678
|
# resp.license_configurations[0].license_rules[0] #=> String
|
1673
1679
|
# resp.license_configurations[0].license_count #=> Integer
|
1674
1680
|
# resp.license_configurations[0].license_count_hard_limit #=> Boolean
|
1681
|
+
# resp.license_configurations[0].disassociate_when_not_found #=> Boolean
|
1675
1682
|
# resp.license_configurations[0].consumed_licenses #=> Integer
|
1676
1683
|
# resp.license_configurations[0].status #=> String
|
1677
1684
|
# resp.license_configurations[0].owner_account_id #=> String
|
@@ -2067,6 +2074,10 @@ module Aws::LicenseManager
|
|
2067
2074
|
# * `resource_id` - The ID of the resource. Logical operators are
|
2068
2075
|
# `EQUALS` \| `NOT_EQUALS`.
|
2069
2076
|
#
|
2077
|
+
# * `tag:<key>` - The key/value combination of a tag assigned to the
|
2078
|
+
# resource. Logical operators are `EQUALS` (single account) or
|
2079
|
+
# `EQUALS` \| `NOT_EQUALS` (cross account).
|
2080
|
+
#
|
2070
2081
|
# @return [Types::ListResourceInventoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2071
2082
|
#
|
2072
2083
|
# * {Types::ListResourceInventoryResponse#resource_inventory_list #resource_inventory_list} => Array<Types::ResourceInventory>
|
@@ -2379,6 +2390,9 @@ module Aws::LicenseManager
|
|
2379
2390
|
# @option params [Array<Types::ProductInformation>] :product_information_list
|
2380
2391
|
# New product information.
|
2381
2392
|
#
|
2393
|
+
# @option params [Boolean] :disassociate_when_not_found
|
2394
|
+
# When true, disassociates a resource when software is uninstalled.
|
2395
|
+
#
|
2382
2396
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2383
2397
|
#
|
2384
2398
|
# @example Request syntax with placeholder values
|
@@ -2403,6 +2417,7 @@ module Aws::LicenseManager
|
|
2403
2417
|
# ],
|
2404
2418
|
# },
|
2405
2419
|
# ],
|
2420
|
+
# disassociate_when_not_found: false,
|
2406
2421
|
# })
|
2407
2422
|
#
|
2408
2423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfiguration AWS API Documentation
|
@@ -2512,7 +2527,7 @@ module Aws::LicenseManager
|
|
2512
2527
|
params: params,
|
2513
2528
|
config: config)
|
2514
2529
|
context[:gem_name] = 'aws-sdk-licensemanager'
|
2515
|
-
context[:gem_version] = '1.
|
2530
|
+
context[:gem_version] = '1.23.0'
|
2516
2531
|
Seahorse::Client::Request.new(handlers, context)
|
2517
2532
|
end
|
2518
2533
|
|
@@ -319,6 +319,7 @@ module Aws::LicenseManager
|
|
319
319
|
CreateLicenseConfigurationRequest.add_member(:license_count_hard_limit, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "LicenseCountHardLimit"))
|
320
320
|
CreateLicenseConfigurationRequest.add_member(:license_rules, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseRules"))
|
321
321
|
CreateLicenseConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
322
|
+
CreateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
322
323
|
CreateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
323
324
|
CreateLicenseConfigurationRequest.struct_class = Types::CreateLicenseConfigurationRequest
|
324
325
|
|
@@ -491,6 +492,7 @@ module Aws::LicenseManager
|
|
491
492
|
GetLicenseConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
492
493
|
GetLicenseConfigurationResponse.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
493
494
|
GetLicenseConfigurationResponse.add_member(:automated_discovery_information, Shapes::ShapeRef.new(shape: AutomatedDiscoveryInformation, location_name: "AutomatedDiscoveryInformation"))
|
495
|
+
GetLicenseConfigurationResponse.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
494
496
|
GetLicenseConfigurationResponse.struct_class = Types::GetLicenseConfigurationResponse
|
495
497
|
|
496
498
|
GetLicenseRequest.add_member(:license_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseArn"))
|
@@ -594,6 +596,7 @@ module Aws::LicenseManager
|
|
594
596
|
LicenseConfiguration.add_member(:license_rules, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseRules"))
|
595
597
|
LicenseConfiguration.add_member(:license_count, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseCount"))
|
596
598
|
LicenseConfiguration.add_member(:license_count_hard_limit, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "LicenseCountHardLimit"))
|
599
|
+
LicenseConfiguration.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
597
600
|
LicenseConfiguration.add_member(:consumed_licenses, Shapes::ShapeRef.new(shape: BoxLong, location_name: "ConsumedLicenses"))
|
598
601
|
LicenseConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
599
602
|
LicenseConfiguration.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
|
@@ -891,6 +894,7 @@ module Aws::LicenseManager
|
|
891
894
|
UpdateLicenseConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
892
895
|
UpdateLicenseConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
893
896
|
UpdateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
897
|
+
UpdateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
894
898
|
UpdateLicenseConfigurationRequest.struct_class = Types::UpdateLicenseConfigurationRequest
|
895
899
|
|
896
900
|
UpdateLicenseConfigurationResponse.struct_class = Types::UpdateLicenseConfigurationResponse
|
@@ -597,6 +597,7 @@ 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
|
@@ -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
|
@@ -1582,6 +1588,10 @@ module Aws::LicenseManager
|
|
1582
1588
|
# Automated discovery information.
|
1583
1589
|
# @return [Types::AutomatedDiscoveryInformation]
|
1584
1590
|
#
|
1591
|
+
# @!attribute [rw] disassociate_when_not_found
|
1592
|
+
# When true, disassociates a resource when software is uninstalled.
|
1593
|
+
# @return [Boolean]
|
1594
|
+
#
|
1585
1595
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseConfigurationResponse AWS API Documentation
|
1586
1596
|
#
|
1587
1597
|
class GetLicenseConfigurationResponse < Struct.new(
|
@@ -1600,7 +1610,8 @@ module Aws::LicenseManager
|
|
1600
1610
|
:managed_resource_summary_list,
|
1601
1611
|
:tags,
|
1602
1612
|
:product_information_list,
|
1603
|
-
:automated_discovery_information
|
1613
|
+
:automated_discovery_information,
|
1614
|
+
:disassociate_when_not_found)
|
1604
1615
|
SENSITIVE = []
|
1605
1616
|
include Aws::Structure
|
1606
1617
|
end
|
@@ -2097,6 +2108,10 @@ module Aws::LicenseManager
|
|
2097
2108
|
# Number of available licenses as a hard limit.
|
2098
2109
|
# @return [Boolean]
|
2099
2110
|
#
|
2111
|
+
# @!attribute [rw] disassociate_when_not_found
|
2112
|
+
# When true, disassociates a resource when software is uninstalled.
|
2113
|
+
# @return [Boolean]
|
2114
|
+
#
|
2100
2115
|
# @!attribute [rw] consumed_licenses
|
2101
2116
|
# Number of licenses consumed.
|
2102
2117
|
# @return [Integer]
|
@@ -2136,6 +2151,7 @@ module Aws::LicenseManager
|
|
2136
2151
|
:license_rules,
|
2137
2152
|
:license_count,
|
2138
2153
|
:license_count_hard_limit,
|
2154
|
+
:disassociate_when_not_found,
|
2139
2155
|
:consumed_licenses,
|
2140
2156
|
:status,
|
2141
2157
|
:owner_account_id,
|
@@ -2899,6 +2915,10 @@ module Aws::LicenseManager
|
|
2899
2915
|
#
|
2900
2916
|
# * `resource_id` - The ID of the resource. Logical operators are
|
2901
2917
|
# `EQUALS` \| `NOT_EQUALS`.
|
2918
|
+
#
|
2919
|
+
# * `tag:<key>` - The key/value combination of a tag assigned to the
|
2920
|
+
# resource. Logical operators are `EQUALS` (single account) or
|
2921
|
+
# `EQUALS` \| `NOT_EQUALS` (cross account).
|
2902
2922
|
# @return [Array<Types::InventoryFilter>]
|
2903
2923
|
#
|
2904
2924
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListResourceInventoryRequest AWS API Documentation
|
@@ -3631,6 +3651,7 @@ module Aws::LicenseManager
|
|
3631
3651
|
# ],
|
3632
3652
|
# },
|
3633
3653
|
# ],
|
3654
|
+
# disassociate_when_not_found: false,
|
3634
3655
|
# }
|
3635
3656
|
#
|
3636
3657
|
# @!attribute [rw] license_configuration_arn
|
@@ -3666,6 +3687,10 @@ module Aws::LicenseManager
|
|
3666
3687
|
# New product information.
|
3667
3688
|
# @return [Array<Types::ProductInformation>]
|
3668
3689
|
#
|
3690
|
+
# @!attribute [rw] disassociate_when_not_found
|
3691
|
+
# When true, disassociates a resource when software is uninstalled.
|
3692
|
+
# @return [Boolean]
|
3693
|
+
#
|
3669
3694
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfigurationRequest AWS API Documentation
|
3670
3695
|
#
|
3671
3696
|
class UpdateLicenseConfigurationRequest < Struct.new(
|
@@ -3676,7 +3701,8 @@ module Aws::LicenseManager
|
|
3676
3701
|
:license_count_hard_limit,
|
3677
3702
|
:name,
|
3678
3703
|
:description,
|
3679
|
-
:product_information_list
|
3704
|
+
:product_information_list,
|
3705
|
+
:disassociate_when_not_found)
|
3680
3706
|
SENSITIVE = []
|
3681
3707
|
include Aws::Structure
|
3682
3708
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|