aws-sdk-licensemanager 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1494bb2242851e343a2d1c0cf17d8694d94284632085b18d02396a4dd5a2208
4
- data.tar.gz: cc02e980a30c0713712fd404baab76349a4781d0e7a12b99de52ea992074ec27
3
+ metadata.gz: cfab8e9bf374d01d0ff1893d9ef7c75e2ee87ffa67a08b374f1cdcad707cc38a
4
+ data.tar.gz: fd389773fae13718bbda50afccd8fb9a04587ec99e673f57e4bccc77dd7988b7
5
5
  SHA512:
6
- metadata.gz: b8f4592a8c3d58f57c46bd174a02d01f713af51de8779aae36667dd80e765c58867bba78ee5913ea49baa4c95f5a147095dd2febed5e5622f15698c3f96f121e
7
- data.tar.gz: 721eb1b9a38781a667e3cf5f7e015a0c4dbb8f9d46fdb492063a3ff79924b8f8ef4c66b12d94078351e41d59b5e122926e2b79c4b3dcf521ffd2e8e113e7714e
6
+ metadata.gz: 630e05f20c118d800f5e7937e5560a05d8ff38cc26638eb92d96fb9368607caee1eaf283aec711f061d4e7f1b4f12a2439bedd75fd6e89f50fc2437517da8574
7
+ data.tar.gz: 7e639348ed9e195db0939e847185288ab70c0bd3ca3be62e311a33f8d0cc7c45a9836025c9f4ca123b8cd7f6543dfde66a73f49e714b7e7d31b3bc0487ca61d0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-licensemanager/customizations'
48
48
  # @!group service
49
49
  module Aws::LicenseManager
50
50
 
51
- GEM_VERSION = '1.20.0'
51
+ GEM_VERSION = '1.21.0'
52
52
 
53
53
  end
@@ -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.20.0'
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.20.0
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-09-30 00:00:00.000000000 Z
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