aws-sdk-licensemanager 1.16.0 → 1.17.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: e3f7e394a449de6602aea39973ddc5cee8bf95d904cc99861b07fe61ed9ac6e9
4
- data.tar.gz: 1578e19093b1bf705b0fdf9dff7af2a9035e91a1c12219c0d59c9c0796085bb9
3
+ metadata.gz: a2258afe9962fd99af88441d9607c9c0885c0ae34aad9c318f7501ffb36d1412
4
+ data.tar.gz: 7ff893bc3c992b74c1862108ccb254d87f83a47241854ee619e5122949a2c8e5
5
5
  SHA512:
6
- metadata.gz: 35d6fcb914a854830a2147a480fe268f475017648a31e4c515895d679b32a41ca0356978ec7729ecaa3a439a48c59b3de3c2ca74287d109bc13184163f0dc6b0
7
- data.tar.gz: dc5b0d17d30521b585a0ab249e4ca1d991fd427dfd5b17fbee517b031efbb98b74a96e2fe990f1258cd316dfb4cfcf40889be4c67a1d97c3dae2eb0f95884fc3
6
+ metadata.gz: fe34b12722b6fd94732fdc6749db1feddaaf6270a9744f6dcca425d4b213d6b257df8884dd15b50c2f90c3775381f6d7e4fdce844863d9cf675929f2879b21b1
7
+ data.tar.gz: 48d8f523bf6b0668ad3e1f734811d20db7c7ed4889a54bb42b3b609576dcd94a739f752248385f5408846e6a48ebab7f6ea991f424ec678d4043a2c58fba45ff
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-licensemanager/customizations'
47
47
  # @service
48
48
  module Aws::LicenseManager
49
49
 
50
- GEM_VERSION = '1.16.0'
50
+ GEM_VERSION = '1.17.0'
51
51
 
52
52
  end
@@ -328,9 +328,9 @@ module Aws::LicenseManager
328
328
  # agreement that can be consumed and enforced by License Manager.
329
329
  # Components include specifications for the license type (licensing by
330
330
  # instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
331
- # Dedicated Instance, Dedicated Host, or all of these), host affinity
332
- # (how long a VM must be associated with a host), and the number of
333
- # licenses purchased and used.
331
+ # Dedicated Instance, Dedicated Host, or all of these), license affinity
332
+ # to host (how long a license must be associated with a host), and the
333
+ # number of licenses purchased and used.
334
334
  #
335
335
  # @option params [required, String] :name
336
336
  # Name of the license configuration.
@@ -350,21 +350,27 @@ module Aws::LicenseManager
350
350
  #
351
351
  # @option params [Array<String>] :license_rules
352
352
  # License rules. The syntax is #name=value (for example,
353
- # #allowedTenancy=EC2-DedicatedHost). Available rules vary by dimension.
353
+ # #allowedTenancy=EC2-DedicatedHost). The available rules vary by
354
+ # dimension, as follows.
354
355
  #
355
- # * `Cores` dimension: `allowedTenancy` \| `maximumCores` \|
356
- # `minimumCores`
356
+ # * `Cores` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
357
+ # `maximumCores` \| `minimumCores`
357
358
  #
358
359
  # * `Instances` dimension: `allowedTenancy` \| `maximumCores` \|
359
360
  # `minimumCores` \| `maximumSockets` \| `minimumSockets` \|
360
361
  # `maximumVcpus` \| `minimumVcpus`
361
362
  #
362
- # * `Sockets` dimension: `allowedTenancy` \| `maximumSockets` \|
363
- # `minimumSockets`
363
+ # * `Sockets` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
364
+ # `maximumSockets` \| `minimumSockets`
364
365
  #
365
366
  # * `vCPUs` dimension: `allowedTenancy` \| `honorVcpuOptimization` \|
366
367
  # `maximumVcpus` \| `minimumVcpus`
367
368
  #
369
+ # The unit for `licenseAffinityToHost` is days and the range is 1 to
370
+ # 180. The possible values for `allowedTenancy` are `EC2-Default`,
371
+ # `EC2-DedicatedHost`, and `EC2-DedicatedInstance`. The possible values
372
+ # for `honorVcpuOptimization` are `True` and `False`.
373
+ #
368
374
  # @option params [Array<Types::Tag>] :tags
369
375
  # Tags to add to the license configuration.
370
376
  #
@@ -649,8 +655,9 @@ module Aws::LicenseManager
649
655
  # Filters to scope the results. The following filters and logical
650
656
  # operators are supported:
651
657
  #
652
- # * `licenseCountingType` - The dimension on which licenses are counted
653
- # (vCPU). Logical operators are `EQUALS` \| `NOT_EQUALS`.
658
+ # * `licenseCountingType` - The dimension on which licenses are counted.
659
+ # Possible values are `vCPU` \| `Instance` \| `Core` \| `Socket`.
660
+ # Logical operators are `EQUALS` \| `NOT_EQUALS`.
654
661
  #
655
662
  # * `enforceLicenseCount` - A Boolean value that indicates whether hard
656
663
  # license enforcement is used. Logical operators are `EQUALS` \|
@@ -983,14 +990,6 @@ module Aws::LicenseManager
983
990
 
984
991
  # Modifies the attributes of an existing license configuration.
985
992
  #
986
- # A license configuration is an abstraction of a customer license
987
- # agreement that can be consumed and enforced by License Manager.
988
- # Components include specifications for the license type (licensing by
989
- # instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
990
- # Dedicated Instance, Dedicated Host, or all of these), host affinity
991
- # (how long a VM must be associated with a host), and the number of
992
- # licenses purchased and used.
993
- #
994
993
  # @option params [required, String] :license_configuration_arn
995
994
  # Amazon Resource Name (ARN) of the license configuration.
996
995
  #
@@ -998,7 +997,8 @@ module Aws::LicenseManager
998
997
  # New status of the license configuration.
999
998
  #
1000
999
  # @option params [Array<String>] :license_rules
1001
- # New license rules.
1000
+ # New license rule. The only rule that you can add after you create a
1001
+ # license configuration is licenseAffinityToHost.
1002
1002
  #
1003
1003
  # @option params [Integer] :license_count
1004
1004
  # New number of licenses managed by the license configuration.
@@ -1146,7 +1146,7 @@ module Aws::LicenseManager
1146
1146
  params: params,
1147
1147
  config: config)
1148
1148
  context[:gem_name] = 'aws-sdk-licensemanager'
1149
- context[:gem_version] = '1.16.0'
1149
+ context[:gem_version] = '1.17.0'
1150
1150
  Seahorse::Client::Request.new(handlers, context)
1151
1151
  end
1152
1152
 
@@ -123,21 +123,26 @@ module Aws::LicenseManager
123
123
  #
124
124
  # @!attribute [rw] license_rules
125
125
  # License rules. The syntax is #name=value (for example,
126
- # #allowedTenancy=EC2-DedicatedHost). Available rules vary by
127
- # dimension.
126
+ # #allowedTenancy=EC2-DedicatedHost). The available rules vary by
127
+ # dimension, as follows.
128
128
  #
129
- # * `Cores` dimension: `allowedTenancy` \| `maximumCores` \|
130
- # `minimumCores`
129
+ # * `Cores` dimension: `allowedTenancy` \| `licenseAffinityToHost` \|
130
+ # `maximumCores` \| `minimumCores`
131
131
  #
132
132
  # * `Instances` dimension: `allowedTenancy` \| `maximumCores` \|
133
133
  # `minimumCores` \| `maximumSockets` \| `minimumSockets` \|
134
134
  # `maximumVcpus` \| `minimumVcpus`
135
135
  #
136
- # * `Sockets` dimension: `allowedTenancy` \| `maximumSockets` \|
137
- # `minimumSockets`
136
+ # * `Sockets` dimension: `allowedTenancy` \| `licenseAffinityToHost`
137
+ # \| `maximumSockets` \| `minimumSockets`
138
138
  #
139
139
  # * `vCPUs` dimension: `allowedTenancy` \| `honorVcpuOptimization` \|
140
140
  # `maximumVcpus` \| `minimumVcpus`
141
+ #
142
+ # The unit for `licenseAffinityToHost` is days and the range is 1 to
143
+ # 180. The possible values for `allowedTenancy` are `EC2-Default`,
144
+ # `EC2-DedicatedHost`, and `EC2-DedicatedInstance`. The possible
145
+ # values for `honorVcpuOptimization` are `True` and `False`.
141
146
  # @return [Array<String>]
142
147
  #
143
148
  # @!attribute [rw] tags
@@ -837,7 +842,8 @@ module Aws::LicenseManager
837
842
  # operators are supported:
838
843
  #
839
844
  # * `licenseCountingType` - The dimension on which licenses are
840
- # counted (vCPU). Logical operators are `EQUALS` \| `NOT_EQUALS`.
845
+ # counted. Possible values are `vCPU` \| `Instance` \| `Core` \|
846
+ # `Socket`. Logical operators are `EQUALS` \| `NOT_EQUALS`.
841
847
  #
842
848
  # * `enforceLicenseCount` - A Boolean value that indicates whether
843
849
  # hard license enforcement is used. Logical operators are `EQUALS`
@@ -1174,12 +1180,14 @@ module Aws::LicenseManager
1174
1180
  # }
1175
1181
  #
1176
1182
  # @!attribute [rw] resource_type
1177
- # Resource type. The value is `SSM_MANAGED`.
1183
+ # Resource type. The possible values are `SSM_MANAGED` \| `RDS`.
1178
1184
  # @return [String]
1179
1185
  #
1180
1186
  # @!attribute [rw] product_information_filter_list
1181
- # Product information filters. The following filters and logical
1182
- # operators are supported:
1187
+ # Product information filters.
1188
+ #
1189
+ # The following filters and logical operators are supported when the
1190
+ # resource type is `SSM_MANAGED`\:
1183
1191
  #
1184
1192
  # * `Application Name` - The name of the application. Logical operator
1185
1193
  # is `EQUALS`.
@@ -1196,9 +1204,20 @@ module Aws::LicenseManager
1196
1204
  # * `Platform Type` - The platform type. Logical operator is `EQUALS`.
1197
1205
  #
1198
1206
  # * `License Included` - The type of license included. Logical
1199
- # operators are `EQUALS` and `NOT_EQUALS`. Possible values are
1207
+ # operators are `EQUALS` and `NOT_EQUALS`. Possible values are:
1200
1208
  # `sql-server-enterprise` \| `sql-server-standard` \|
1201
1209
  # `sql-server-web` \| `windows-server-datacenter`.
1210
+ #
1211
+ # The following filters and logical operators are supported when the
1212
+ # resource type is `RDS`\:
1213
+ #
1214
+ # * `Engine Edition` - The edition of the database engine. Logical
1215
+ # operator is `EQUALS`. Possible values are: `oracle-ee` \|
1216
+ # `oracle-se` \| `oracle-se1` \| `oracle-se2`.
1217
+ #
1218
+ # * `License Pack` - The license pack. Logical operator is `EQUALS`.
1219
+ # Possible values are: `data guard` \| `diagnostic pack sqlt` \|
1220
+ # `tuning pack sqlt` \| `ols` \| `olap`.
1202
1221
  # @return [Array<Types::ProductInformationFilter>]
1203
1222
  #
1204
1223
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ProductInformation AWS API Documentation
@@ -1445,7 +1464,8 @@ module Aws::LicenseManager
1445
1464
  # @return [String]
1446
1465
  #
1447
1466
  # @!attribute [rw] license_rules
1448
- # New license rules.
1467
+ # New license rule. The only rule that you can add after you create a
1468
+ # license configuration is licenseAffinityToHost.
1449
1469
  # @return [Array<String>]
1450
1470
  #
1451
1471
  # @!attribute [rw] license_count
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.16.0
4
+ version: 1.17.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-06-23 00:00:00.000000000 Z
11
+ date: 2020-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core