aws-sdk-licensemanagerusersubscriptions 1.30.0 → 1.32.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df4ed9c5a308192901006fe6b3845ffabc8b54c3e3c9eb90d6dc8ec8420704a5
|
4
|
+
data.tar.gz: a5ff1f3e526d69d4ab81ad2b6203bb9c35ea54b655a5bb73dade8e432584185a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e95f6f330577e4b7ad76e3b85af6efdf9c60a5954f7866e092d7da9a5fd551bc0fecf6d69d3260a856460d4adfa9bb5df986e4b9abed4c694f2917f5de22f33
|
7
|
+
data.tar.gz: e4d2d2c9e068ede8aea7056c55375e8f16e5cc14e6a7343e426e3c3bdf8cff59d1c1d431bd79d81224bd98fcd0a54bdebf2bfdea3b91e67acfcf78c863ba7604
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.32.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.31.0 (2025-02-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
|
13
|
+
|
4
14
|
1.30.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.32.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.
|
1654
|
+
context[:gem_version] = '1.32.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.
|
57
|
+
GEM_VERSION = '1.32.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-licensemanagerusersubscriptions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerusersubscriptions
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerusersubscriptions/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS License Manager User Subscriptions
|
99
96
|
test_files: []
|