aws-sdk-licensemanager 1.20.0 → 1.21.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: cfab8e9bf374d01d0ff1893d9ef7c75e2ee87ffa67a08b374f1cdcad707cc38a
|
|
4
|
+
data.tar.gz: fd389773fae13718bbda50afccd8fb9a04587ec99e673f57e4bccc77dd7988b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 630e05f20c118d800f5e7937e5560a05d8ff38cc26638eb92d96fb9368607caee1eaf283aec711f061d4e7f1b4f12a2439bedd75fd6e89f50fc2437517da8574
|
|
7
|
+
data.tar.gz: 7e639348ed9e195db0939e847185288ab70c0bd3ca3be62e311a33f8d0cc7c45a9836025c9f4ca123b8cd7f6543dfde66a73f49e714b7e7d31b3bc0487ca61d0
|
|
@@ -596,6 +596,7 @@ module Aws::LicenseManager
|
|
|
596
596
|
# resp.license_configuration_associations[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_HOST", "EC2_AMI", "RDS", "SYSTEMS_MANAGER_MANAGED_INSTANCE"
|
|
597
597
|
# resp.license_configuration_associations[0].resource_owner_id #=> String
|
|
598
598
|
# resp.license_configuration_associations[0].association_time #=> Time
|
|
599
|
+
# resp.license_configuration_associations[0].ami_association_scope #=> String
|
|
599
600
|
# resp.next_token #=> String
|
|
600
601
|
#
|
|
601
602
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListAssociationsForLicenseConfiguration AWS API Documentation
|
|
@@ -770,6 +771,7 @@ module Aws::LicenseManager
|
|
|
770
771
|
#
|
|
771
772
|
# resp.license_specifications #=> Array
|
|
772
773
|
# resp.license_specifications[0].license_configuration_arn #=> String
|
|
774
|
+
# resp.license_specifications[0].ami_association_scope #=> String
|
|
773
775
|
# resp.next_token #=> String
|
|
774
776
|
#
|
|
775
777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseSpecificationsForResource AWS API Documentation
|
|
@@ -1091,11 +1093,13 @@ module Aws::LicenseManager
|
|
|
1091
1093
|
# add_license_specifications: [
|
|
1092
1094
|
# {
|
|
1093
1095
|
# license_configuration_arn: "String", # required
|
|
1096
|
+
# ami_association_scope: "String",
|
|
1094
1097
|
# },
|
|
1095
1098
|
# ],
|
|
1096
1099
|
# remove_license_specifications: [
|
|
1097
1100
|
# {
|
|
1098
1101
|
# license_configuration_arn: "String", # required
|
|
1102
|
+
# ami_association_scope: "String",
|
|
1099
1103
|
# },
|
|
1100
1104
|
# ],
|
|
1101
1105
|
# })
|
|
@@ -1161,7 +1165,7 @@ module Aws::LicenseManager
|
|
|
1161
1165
|
params: params,
|
|
1162
1166
|
config: config)
|
|
1163
1167
|
context[:gem_name] = 'aws-sdk-licensemanager'
|
|
1164
|
-
context[:gem_version] = '1.
|
|
1168
|
+
context[:gem_version] = '1.21.0'
|
|
1165
1169
|
Seahorse::Client::Request.new(handlers, context)
|
|
1166
1170
|
end
|
|
1167
1171
|
|
|
@@ -213,6 +213,7 @@ module Aws::LicenseManager
|
|
|
213
213
|
LicenseConfigurationAssociation.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
214
214
|
LicenseConfigurationAssociation.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwnerId"))
|
|
215
215
|
LicenseConfigurationAssociation.add_member(:association_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "AssociationTime"))
|
|
216
|
+
LicenseConfigurationAssociation.add_member(:ami_association_scope, Shapes::ShapeRef.new(shape: String, location_name: "AmiAssociationScope"))
|
|
216
217
|
LicenseConfigurationAssociation.struct_class = Types::LicenseConfigurationAssociation
|
|
217
218
|
|
|
218
219
|
LicenseConfigurationAssociations.member = Shapes::ShapeRef.new(shape: LicenseConfigurationAssociation)
|
|
@@ -242,6 +243,7 @@ module Aws::LicenseManager
|
|
|
242
243
|
LicenseOperationFailureList.member = Shapes::ShapeRef.new(shape: LicenseOperationFailure)
|
|
243
244
|
|
|
244
245
|
LicenseSpecification.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
246
|
+
LicenseSpecification.add_member(:ami_association_scope, Shapes::ShapeRef.new(shape: String, location_name: "AmiAssociationScope"))
|
|
245
247
|
LicenseSpecification.struct_class = Types::LicenseSpecification
|
|
246
248
|
|
|
247
249
|
LicenseSpecifications.member = Shapes::ShapeRef.new(shape: LicenseSpecification)
|
|
@@ -578,13 +578,18 @@ module Aws::LicenseManager
|
|
|
578
578
|
# resource.
|
|
579
579
|
# @return [Time]
|
|
580
580
|
#
|
|
581
|
+
# @!attribute [rw] ami_association_scope
|
|
582
|
+
# Scope of AMI associations.
|
|
583
|
+
# @return [String]
|
|
584
|
+
#
|
|
581
585
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/LicenseConfigurationAssociation AWS API Documentation
|
|
582
586
|
#
|
|
583
587
|
class LicenseConfigurationAssociation < Struct.new(
|
|
584
588
|
:resource_arn,
|
|
585
589
|
:resource_type,
|
|
586
590
|
:resource_owner_id,
|
|
587
|
-
:association_time
|
|
591
|
+
:association_time,
|
|
592
|
+
:ami_association_scope)
|
|
588
593
|
SENSITIVE = []
|
|
589
594
|
include Aws::Structure
|
|
590
595
|
end
|
|
@@ -686,16 +691,22 @@ module Aws::LicenseManager
|
|
|
686
691
|
#
|
|
687
692
|
# {
|
|
688
693
|
# license_configuration_arn: "String", # required
|
|
694
|
+
# ami_association_scope: "String",
|
|
689
695
|
# }
|
|
690
696
|
#
|
|
691
697
|
# @!attribute [rw] license_configuration_arn
|
|
692
698
|
# Amazon Resource Name (ARN) of the license configuration.
|
|
693
699
|
# @return [String]
|
|
694
700
|
#
|
|
701
|
+
# @!attribute [rw] ami_association_scope
|
|
702
|
+
# Scope of AMI associations.
|
|
703
|
+
# @return [String]
|
|
704
|
+
#
|
|
695
705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/LicenseSpecification AWS API Documentation
|
|
696
706
|
#
|
|
697
707
|
class LicenseSpecification < Struct.new(
|
|
698
|
-
:license_configuration_arn
|
|
708
|
+
:license_configuration_arn,
|
|
709
|
+
:ami_association_scope)
|
|
699
710
|
SENSITIVE = []
|
|
700
711
|
include Aws::Structure
|
|
701
712
|
end
|
|
@@ -1515,11 +1526,13 @@ module Aws::LicenseManager
|
|
|
1515
1526
|
# add_license_specifications: [
|
|
1516
1527
|
# {
|
|
1517
1528
|
# license_configuration_arn: "String", # required
|
|
1529
|
+
# ami_association_scope: "String",
|
|
1518
1530
|
# },
|
|
1519
1531
|
# ],
|
|
1520
1532
|
# remove_license_specifications: [
|
|
1521
1533
|
# {
|
|
1522
1534
|
# license_configuration_arn: "String", # required
|
|
1535
|
+
# ami_association_scope: "String",
|
|
1523
1536
|
# },
|
|
1524
1537
|
# ],
|
|
1525
1538
|
# }
|
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.21.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-
|
|
11
|
+
date: 2020-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|