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 +4 -4
- data/lib/aws-sdk-licensemanager.rb +1 -1
- data/lib/aws-sdk-licensemanager/client.rb +20 -20
- data/lib/aws-sdk-licensemanager/types.rb +32 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2258afe9962fd99af88441d9607c9c0885c0ae34aad9c318f7501ffb36d1412
|
4
|
+
data.tar.gz: 7ff893bc3c992b74c1862108ccb254d87f83a47241854ee619e5122949a2c8e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe34b12722b6fd94732fdc6749db1feddaaf6270a9744f6dcca425d4b213d6b257df8884dd15b50c2f90c3775381f6d7e4fdce844863d9cf675929f2879b21b1
|
7
|
+
data.tar.gz: 48d8f523bf6b0668ad3e1f734811d20db7c7ed4889a54bb42b3b609576dcd94a739f752248385f5408846e6a48ebab7f6ea991f424ec678d4043a2c58fba45ff
|
@@ -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),
|
332
|
-
# (how long a
|
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).
|
353
|
+
# #allowedTenancy=EC2-DedicatedHost). The available rules vary by
|
354
|
+
# dimension, as follows.
|
354
355
|
#
|
355
|
-
# * `Cores` dimension: `allowedTenancy` \| `
|
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` \| `
|
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
|
-
#
|
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
|
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.
|
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).
|
127
|
-
# dimension.
|
126
|
+
# #allowedTenancy=EC2-DedicatedHost). The available rules vary by
|
127
|
+
# dimension, as follows.
|
128
128
|
#
|
129
|
-
# * `Cores` dimension: `allowedTenancy` \| `
|
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` \| `
|
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
|
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
|
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.
|
1182
|
-
#
|
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
|
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.
|
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-
|
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
|