aws-sdk-licensemanagerusersubscriptions 1.30.0 → 1.31.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: 62bcbc9e600f98c40c1d4f5139c7bd627c434d2459ded3a326ca8d5d9ef4ac24
4
- data.tar.gz: 40730578c775a5156afc7ef486e8d203e50ac6c8321e144a03cfa9010d1ab267
3
+ metadata.gz: 95bbaacf9bda1fadf118da1de4911f98d373d63bdd6251f46ea1e966ebbab204
4
+ data.tar.gz: 846dab68b286cd308e94d7e838ad28870c3ac6dba3bb8029b8b82b22766cf8c0
5
5
  SHA512:
6
- metadata.gz: 789b8b39611a7033219652162a53c5318bd1a233ff38569c1997e13f4824663ebea921b82f7c92e23ae779b79c5dc62935408eb57605c59620180c77a2b03454
7
- data.tar.gz: 05f7abc52f153b863cf19d47162a82455e54fe939c84bb3f74c131f5cde34ce0b6df5a4a82108494b08e1f70a9406b05dabdd06bbb32ce5955c5b0a02b64e4f9
6
+ metadata.gz: dbe1033456ec78332418329ecd69b45b123202cb07a76908edf31d81828728543f9adf0de691e667f0d00ba18949f9eeb376a8e06e720295b9197fa2378af077
7
+ data.tar.gz: 26adcd4f2e2151488323e6f73612d6d94f82b1a4b016c39ee3ee5fb05113a930909d429d89540cdd19310d500a81fb49234f7df14acca434a6056af0fd2ca871
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-02-20)
5
+ ------------------
6
+
7
+ * Feature - Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
8
+
4
9
  1.30.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -680,7 +680,8 @@ module Aws::LicenseManagerUserSubscriptions
680
680
  # The name of the user-based subscription product.
681
681
  #
682
682
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
683
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
683
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
684
+ # `REMOTE_DESKTOP_SERVICES`
684
685
  #
685
686
  # @return [Types::DeregisterIdentityProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
686
687
  #
@@ -1032,7 +1033,8 @@ module Aws::LicenseManagerUserSubscriptions
1032
1033
  # The name of the user-based subscription product.
1033
1034
  #
1034
1035
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1035
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1036
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1037
+ # `REMOTE_DESKTOP_SERVICES`
1036
1038
  #
1037
1039
  # @return [Types::ListProductSubscriptionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1038
1040
  #
@@ -1238,7 +1240,8 @@ module Aws::LicenseManagerUserSubscriptions
1238
1240
  # The name of the user-based subscription product.
1239
1241
  #
1240
1242
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1241
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1243
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1244
+ # `REMOTE_DESKTOP_SERVICES`
1242
1245
  #
1243
1246
  # @option params [Types::Settings] :settings
1244
1247
  # The registered identity provider’s product related configuration
@@ -1335,7 +1338,8 @@ module Aws::LicenseManagerUserSubscriptions
1335
1338
  # The name of the user-based subscription product.
1336
1339
  #
1337
1340
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1338
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1341
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1342
+ # `REMOTE_DESKTOP_SERVICES`
1339
1343
  #
1340
1344
  # @option params [Hash<String,String>] :tags
1341
1345
  # The tags that apply to the product subscription.
@@ -1418,7 +1422,8 @@ module Aws::LicenseManagerUserSubscriptions
1418
1422
  # The name of the user-based subscription product.
1419
1423
  #
1420
1424
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1421
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1425
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1426
+ # `REMOTE_DESKTOP_SERVICES`
1422
1427
  #
1423
1428
  # @option params [String] :product_user_arn
1424
1429
  # The Amazon Resource Name (ARN) of the product user.
@@ -1553,7 +1558,8 @@ module Aws::LicenseManagerUserSubscriptions
1553
1558
  # The name of the user-based subscription product.
1554
1559
  #
1555
1560
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1556
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1561
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1562
+ # `REMOTE_DESKTOP_SERVICES`
1557
1563
  #
1558
1564
  # @option params [required, Types::UpdateSettings] :update_settings
1559
1565
  # Updates the registered identity provider’s product related
@@ -1645,7 +1651,7 @@ module Aws::LicenseManagerUserSubscriptions
1645
1651
  tracer: tracer
1646
1652
  )
1647
1653
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1648
- context[:gem_version] = '1.30.0'
1654
+ context[:gem_version] = '1.31.0'
1649
1655
  Seahorse::Client::Request.new(handlers, context)
1650
1656
  end
1651
1657
 
@@ -261,7 +261,8 @@ module Aws::LicenseManagerUserSubscriptions
261
261
  # The name of the user-based subscription product.
262
262
  #
263
263
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
264
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
264
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
265
+ # `REMOTE_DESKTOP_SERVICES`
265
266
  # @return [String]
266
267
  #
267
268
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DeregisterIdentityProviderRequest AWS API Documentation
@@ -826,7 +827,8 @@ module Aws::LicenseManagerUserSubscriptions
826
827
  # The name of the user-based subscription product.
827
828
  #
828
829
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
829
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
830
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
831
+ # `REMOTE_DESKTOP_SERVICES`
830
832
  # @return [String]
831
833
  #
832
834
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListProductSubscriptionsRequest AWS API Documentation
@@ -1026,7 +1028,8 @@ module Aws::LicenseManagerUserSubscriptions
1026
1028
  # The name of the user-based subscription product.
1027
1029
  #
1028
1030
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1029
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1031
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1032
+ # `REMOTE_DESKTOP_SERVICES`
1030
1033
  # @return [String]
1031
1034
  #
1032
1035
  # @!attribute [rw] settings
@@ -1176,7 +1179,8 @@ module Aws::LicenseManagerUserSubscriptions
1176
1179
  # The name of the user-based subscription product.
1177
1180
  #
1178
1181
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1179
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1182
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1183
+ # `REMOTE_DESKTOP_SERVICES`
1180
1184
  # @return [String]
1181
1185
  #
1182
1186
  # @!attribute [rw] tags
@@ -1224,7 +1228,8 @@ module Aws::LicenseManagerUserSubscriptions
1224
1228
  # The name of the user-based subscription product.
1225
1229
  #
1226
1230
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1227
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1231
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1232
+ # `REMOTE_DESKTOP_SERVICES`
1228
1233
  # @return [String]
1229
1234
  #
1230
1235
  # @!attribute [rw] product_user_arn
@@ -1328,7 +1333,8 @@ module Aws::LicenseManagerUserSubscriptions
1328
1333
  # The name of the user-based subscription product.
1329
1334
  #
1330
1335
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1331
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS`
1336
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1337
+ # `REMOTE_DESKTOP_SERVICES`
1332
1338
  # @return [String]
1333
1339
  #
1334
1340
  # @!attribute [rw] update_settings
@@ -54,7 +54,7 @@ module Aws::LicenseManagerUserSubscriptions
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanagerusersubscriptions/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanagerusersubscriptions/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.31.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-licensemanagerusersubscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core