aws-sdk-licensemanagerusersubscriptions 1.53.0 → 1.54.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: cefae6afdab4dd79d68c45ef4b651c8ea52a97fc91ab71627b84462179d39ef4
4
- data.tar.gz: 817d64a50f4befcd15bea1b99bbbd73ba33a5ee0fbc4c8ce4edb37f0e737beb0
3
+ metadata.gz: 21876e7fa74728e3730f5b87adb1d27d2909b499924cc9871929f980af8bc14f
4
+ data.tar.gz: 9c0a9d427fee8b6ec44527a6e5b8b73a4aaf6c83db05013bec05f5c36d6fc616
5
5
  SHA512:
6
- metadata.gz: eb84b221391f902955b5ec09f5f518f90c0f1f509c9d42117ce07511f11400ef4d9c2e0119b302cd959e1ab8afff98735be55f8aa7f195e60b0f3337c61b8c4a
7
- data.tar.gz: d3398e5d52d07f43d63609194d599be2dd6e0762c2fd2dff0e4cad27dcf01a03c01194a2dc7a9c07547b7d21bbbea7d81e1f81fe4039ecc9f848c4a1b9de59a7
6
+ metadata.gz: 16da11eb8f8ec540db6812a21c1cedc8406bfe50ad3b5cc8d67fe5692ba944182e0d59e8dd202281d5c8602f4eabed07d8693908009bc0156cd8b76a1f059172
7
+ data.tar.gz: ebc24ed7e12ffcba755ccf7f467cf24530f67a8681164cbd1cbfb76aa1d838f548e0a391d436e316f6b66adecae45808a670fbd32c67eedea521209abd7c7e78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2026-08-26)
5
+ ------------------
6
+
7
+ * Feature - Released support for License Expiry field in ListProductSubscriptions API
8
+
4
9
  1.53.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -687,7 +687,7 @@ module Aws::LicenseManagerUserSubscriptions
687
687
  #
688
688
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
689
689
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
690
- # `REMOTE_DESKTOP_SERVICES`
690
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
691
691
  #
692
692
  # @option params [String] :identity_provider_arn
693
693
  # The Amazon Resource Name (ARN) that identifies the identity provider
@@ -1053,7 +1053,7 @@ module Aws::LicenseManagerUserSubscriptions
1053
1053
  #
1054
1054
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1055
1055
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1056
- # `REMOTE_DESKTOP_SERVICES`
1056
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1057
1057
  #
1058
1058
  # @option params [required, Types::IdentityProvider] :identity_provider
1059
1059
  # An object that specifies details for the identity provider.
@@ -1138,6 +1138,7 @@ module Aws::LicenseManagerUserSubscriptions
1138
1138
  # resp.product_user_summaries[0].domain #=> String
1139
1139
  # resp.product_user_summaries[0].subscription_start_date #=> String
1140
1140
  # resp.product_user_summaries[0].subscription_end_date #=> String
1141
+ # resp.product_user_summaries[0].license_expiration_date #=> String
1141
1142
  # resp.next_token #=> String
1142
1143
  #
1143
1144
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListProductSubscriptions AWS API Documentation
@@ -1289,7 +1290,7 @@ module Aws::LicenseManagerUserSubscriptions
1289
1290
  #
1290
1291
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1291
1292
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1292
- # `REMOTE_DESKTOP_SERVICES`
1293
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1293
1294
  #
1294
1295
  # @option params [Types::Settings] :settings
1295
1296
  # The registered identity provider’s product related configuration
@@ -1392,7 +1393,7 @@ module Aws::LicenseManagerUserSubscriptions
1392
1393
  #
1393
1394
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1394
1395
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1395
- # `REMOTE_DESKTOP_SERVICES`
1396
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1396
1397
  #
1397
1398
  # @option params [String] :domain
1398
1399
  # The domain name of the Active Directory that contains the user for
@@ -1457,6 +1458,7 @@ module Aws::LicenseManagerUserSubscriptions
1457
1458
  # resp.product_user_summary.domain #=> String
1458
1459
  # resp.product_user_summary.subscription_start_date #=> String
1459
1460
  # resp.product_user_summary.subscription_end_date #=> String
1461
+ # resp.product_user_summary.license_expiration_date #=> String
1460
1462
  #
1461
1463
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StartProductSubscription AWS API Documentation
1462
1464
  #
@@ -1481,7 +1483,7 @@ module Aws::LicenseManagerUserSubscriptions
1481
1483
  #
1482
1484
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1483
1485
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1484
- # `REMOTE_DESKTOP_SERVICES`
1486
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1485
1487
  #
1486
1488
  # @option params [String] :product_user_arn
1487
1489
  # The Amazon Resource Name (ARN) of the product user.
@@ -1544,6 +1546,7 @@ module Aws::LicenseManagerUserSubscriptions
1544
1546
  # resp.product_user_summary.domain #=> String
1545
1547
  # resp.product_user_summary.subscription_start_date #=> String
1546
1548
  # resp.product_user_summary.subscription_end_date #=> String
1549
+ # resp.product_user_summary.license_expiration_date #=> String
1547
1550
  #
1548
1551
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StopProductSubscription AWS API Documentation
1549
1552
  #
@@ -1620,7 +1623,7 @@ module Aws::LicenseManagerUserSubscriptions
1620
1623
  #
1621
1624
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1622
1625
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1623
- # `REMOTE_DESKTOP_SERVICES`
1626
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1624
1627
  #
1625
1628
  # @option params [String] :identity_provider_arn
1626
1629
  # The Amazon Resource Name (ARN) of the identity provider to update.
@@ -1721,7 +1724,7 @@ module Aws::LicenseManagerUserSubscriptions
1721
1724
  tracer: tracer
1722
1725
  )
1723
1726
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1724
- context[:gem_version] = '1.53.0'
1727
+ context[:gem_version] = '1.54.0'
1725
1728
  Seahorse::Client::Request.new(handlers, context)
1726
1729
  end
1727
1730
 
@@ -326,6 +326,7 @@ module Aws::LicenseManagerUserSubscriptions
326
326
  ProductUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
327
327
  ProductUserSummary.add_member(:subscription_start_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionStartDate"))
328
328
  ProductUserSummary.add_member(:subscription_end_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionEndDate"))
329
+ ProductUserSummary.add_member(:license_expiration_date, Shapes::ShapeRef.new(shape: String, location_name: "LicenseExpirationDate"))
329
330
  ProductUserSummary.struct_class = Types::ProductUserSummary
330
331
 
331
332
  ProductUserSummaryList.member = Shapes::ShapeRef.new(shape: ProductUserSummary)
@@ -269,7 +269,7 @@ module Aws::LicenseManagerUserSubscriptions
269
269
  #
270
270
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
271
271
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
272
- # `REMOTE_DESKTOP_SERVICES`
272
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
273
273
  # @return [String]
274
274
  #
275
275
  # @!attribute [rw] identity_provider_arn
@@ -839,7 +839,7 @@ module Aws::LicenseManagerUserSubscriptions
839
839
  #
840
840
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
841
841
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
842
- # `REMOTE_DESKTOP_SERVICES`
842
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
843
843
  # @return [String]
844
844
  #
845
845
  # @!attribute [rw] identity_provider
@@ -1020,6 +1020,17 @@ module Aws::LicenseManagerUserSubscriptions
1020
1020
  # The end date of a subscription.
1021
1021
  # @return [String]
1022
1022
  #
1023
+ # @!attribute [rw] license_expiration_date
1024
+ # The expiration date of the license associated with this
1025
+ # subscription, in ISO 8601 UTC format (for example,
1026
+ # `2025-03-15T00:00:00Z`).
1027
+ #
1028
+ # This field applies only to subscriptions that use license server
1029
+ # endpoints, such as Remote Desktop Services (RDS) Subscriber Access
1030
+ # License (SAL). It returns `null` for products that don't use
1031
+ # license-based subscriptions.
1032
+ # @return [String]
1033
+ #
1023
1034
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ProductUserSummary AWS API Documentation
1024
1035
  #
1025
1036
  class ProductUserSummary < Struct.new(
@@ -1031,7 +1042,8 @@ module Aws::LicenseManagerUserSubscriptions
1031
1042
  :status_message,
1032
1043
  :domain,
1033
1044
  :subscription_start_date,
1034
- :subscription_end_date)
1045
+ :subscription_end_date,
1046
+ :license_expiration_date)
1035
1047
  SENSITIVE = []
1036
1048
  include Aws::Structure
1037
1049
  end
@@ -1063,7 +1075,7 @@ module Aws::LicenseManagerUserSubscriptions
1063
1075
  #
1064
1076
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1065
1077
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1066
- # `REMOTE_DESKTOP_SERVICES`
1078
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1067
1079
  # @return [String]
1068
1080
  #
1069
1081
  # @!attribute [rw] settings
@@ -1213,7 +1225,7 @@ module Aws::LicenseManagerUserSubscriptions
1213
1225
  #
1214
1226
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1215
1227
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1216
- # `REMOTE_DESKTOP_SERVICES`
1228
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1217
1229
  # @return [String]
1218
1230
  #
1219
1231
  # @!attribute [rw] domain
@@ -1262,7 +1274,7 @@ module Aws::LicenseManagerUserSubscriptions
1262
1274
  #
1263
1275
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1264
1276
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1265
- # `REMOTE_DESKTOP_SERVICES`
1277
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1266
1278
  # @return [String]
1267
1279
  #
1268
1280
  # @!attribute [rw] product_user_arn
@@ -1364,7 +1376,7 @@ module Aws::LicenseManagerUserSubscriptions
1364
1376
  #
1365
1377
  # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
1366
1378
  # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
1367
- # `REMOTE_DESKTOP_SERVICES`
1379
+ # `OFFICE_STANDARD` \| `REMOTE_DESKTOP_SERVICES`
1368
1380
  # @return [String]
1369
1381
  #
1370
1382
  # @!attribute [rw] identity_provider_arn
@@ -55,7 +55,7 @@ module Aws::LicenseManagerUserSubscriptions
55
55
  autoload :EndpointProvider, 'aws-sdk-licensemanagerusersubscriptions/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-licensemanagerusersubscriptions/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.54.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -289,6 +289,7 @@ module Aws::LicenseManagerUserSubscriptions
289
289
  attr_accessor domain: ::String
290
290
  attr_accessor subscription_start_date: ::String
291
291
  attr_accessor subscription_end_date: ::String
292
+ attr_accessor license_expiration_date: ::String
292
293
  SENSITIVE: []
293
294
  end
294
295
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-licensemanagerusersubscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services