aws-sdk-licensemanagerusersubscriptions 1.1.0 → 1.2.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: c69a839aa9969c160ed86448222baf20eeb0bb52e23f28e9fa5b91277f9ea8ca
4
- data.tar.gz: f31e87c7771fdad6699f8db9fa66c244833de45643984f314a1f5ed284596be7
3
+ metadata.gz: ff4a01d8dda6c197a53dee1e25ad1061103e3a70063755950c88fd34a3d25045
4
+ data.tar.gz: 44dcf6f06e4fb4e92b6dbbcd716c91ac0485bbf1c1fd30bb2caac2e92cf0d7e3
5
5
  SHA512:
6
- metadata.gz: a59c0cafd97c14440cc60f6bdeae456f694fe53bcd8c9920c78e4621ff1561013f61ac3b14076d69615ecaceb44207b8607f20791c33555c927878c7bebdaf95
7
- data.tar.gz: 9948ec139352693b51f86547d4bd43a418a90885e4c2b9b935403550b9185511121596ad4679c15cc0126de031e5a09a4cd5fb52660dfddd6f7c8cd0b65b6061
6
+ metadata.gz: 8de60c13e08e48a42d79ae05571c77d037e259f2187ebd9616fdfd0fe7eb1080916642e1a528b2d8b744da0d224d67af310db9c7022789cc393e29425fb916a6
7
+ data.tar.gz: 221010228e9e9a7671fe389b7b1d25c3f6cb56f4e5007939df199cfe90d48b63c55b5d0c0f9772484d2ef99f57c18c6d602d506ac782a237a3342124378aaf76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2022-11-29)
5
+ ------------------
6
+
7
+ * Feature - AWS now offers fully-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Images (AMIs) on Amazon EC2. These AMIs are now available on the Amazon EC2 console and on AWS Marketplace to launch instances on-demand without any long-term licensing commitments.
8
+
4
9
  1.1.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -371,6 +371,18 @@ module Aws::LicenseManagerUserSubscriptions
371
371
  # Associates the user to an EC2 instance to utilize user-based
372
372
  # subscriptions.
373
373
  #
374
+ # <note markdown="1"> Your estimated bill for charges on the number of users and related
375
+ # costs will take 48 hours to appear for billing periods that haven't
376
+ # closed (marked as **Pending** billing status) in Amazon Web Services
377
+ # Billing. For more information, see [Viewing your monthly charges][1]
378
+ # in the *Amazon Web Services Billing User Guide*.
379
+ #
380
+ # </note>
381
+ #
382
+ #
383
+ #
384
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html
385
+ #
374
386
  # @option params [String] :domain
375
387
  # The domain name of the user.
376
388
  #
@@ -449,6 +461,9 @@ module Aws::LicenseManagerUserSubscriptions
449
461
  # resp.identity_provider_summary.failure_message #=> String
450
462
  # resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
451
463
  # resp.identity_provider_summary.product #=> String
464
+ # resp.identity_provider_summary.settings.security_group_id #=> String
465
+ # resp.identity_provider_summary.settings.subnets #=> Array
466
+ # resp.identity_provider_summary.settings.subnets[0] #=> String
452
467
  # resp.identity_provider_summary.status #=> String
453
468
  #
454
469
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DeregisterIdentityProvider AWS API Documentation
@@ -540,6 +555,9 @@ module Aws::LicenseManagerUserSubscriptions
540
555
  # resp.identity_provider_summaries[0].failure_message #=> String
541
556
  # resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.directory_id #=> String
542
557
  # resp.identity_provider_summaries[0].product #=> String
558
+ # resp.identity_provider_summaries[0].settings.security_group_id #=> String
559
+ # resp.identity_provider_summaries[0].settings.subnets #=> Array
560
+ # resp.identity_provider_summaries[0].settings.subnets[0] #=> String
543
561
  # resp.identity_provider_summaries[0].status #=> String
544
562
  # resp.next_token #=> String
545
563
  #
@@ -748,6 +766,10 @@ module Aws::LicenseManagerUserSubscriptions
748
766
  # @option params [required, String] :product
749
767
  # The name of the user-based subscription product.
750
768
  #
769
+ # @option params [Types::Settings] :settings
770
+ # The registered identity provider’s product related configuration
771
+ # settings such as the subnets to provision VPC endpoints.
772
+ #
751
773
  # @return [Types::RegisterIdentityProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
752
774
  #
753
775
  # * {Types::RegisterIdentityProviderResponse#identity_provider_summary #identity_provider_summary} => Types::IdentityProviderSummary
@@ -761,6 +783,10 @@ module Aws::LicenseManagerUserSubscriptions
761
783
  # },
762
784
  # },
763
785
  # product: "String", # required
786
+ # settings: {
787
+ # security_group_id: "SecurityGroup", # required
788
+ # subnets: ["Subnet"], # required
789
+ # },
764
790
  # })
765
791
  #
766
792
  # @example Response structure
@@ -768,6 +794,9 @@ module Aws::LicenseManagerUserSubscriptions
768
794
  # resp.identity_provider_summary.failure_message #=> String
769
795
  # resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
770
796
  # resp.identity_provider_summary.product #=> String
797
+ # resp.identity_provider_summary.settings.security_group_id #=> String
798
+ # resp.identity_provider_summary.settings.subnets #=> Array
799
+ # resp.identity_provider_summary.settings.subnets[0] #=> String
771
800
  # resp.identity_provider_summary.status #=> String
772
801
  #
773
802
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/RegisterIdentityProvider AWS API Documentation
@@ -782,6 +811,18 @@ module Aws::LicenseManagerUserSubscriptions
782
811
  # Starts a product subscription for a user with the specified identity
783
812
  # provider.
784
813
  #
814
+ # <note markdown="1"> Your estimated bill for charges on the number of users and related
815
+ # costs will take 48 hours to appear for billing periods that haven't
816
+ # closed (marked as **Pending** billing status) in Amazon Web Services
817
+ # Billing. For more information, see [Viewing your monthly charges][1]
818
+ # in the *Amazon Web Services Billing User Guide*.
819
+ #
820
+ # </note>
821
+ #
822
+ #
823
+ #
824
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html
825
+ #
785
826
  # @option params [String] :domain
786
827
  # The domain name of the user.
787
828
  #
@@ -883,6 +924,65 @@ module Aws::LicenseManagerUserSubscriptions
883
924
  req.send_request(options)
884
925
  end
885
926
 
927
+ # Updates additional product configuration settings for the registered
928
+ # identity provider.
929
+ #
930
+ # @option params [required, Types::IdentityProvider] :identity_provider
931
+ # Details about an identity provider.
932
+ #
933
+ # @option params [required, String] :product
934
+ # The name of the user-based subscription product.
935
+ #
936
+ # @option params [required, Types::UpdateSettings] :update_settings
937
+ # Updates the registered identity provider’s product related
938
+ # configuration settings. You can update any combination of settings in
939
+ # a single operation such as the:
940
+ #
941
+ # * Subnets which you want to add to provision VPC endpoints.
942
+ #
943
+ # * Subnets which you want to remove the VPC endpoints from.
944
+ #
945
+ # * Security group ID which permits traffic to the VPC endpoints.
946
+ #
947
+ # @return [Types::UpdateIdentityProviderSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
948
+ #
949
+ # * {Types::UpdateIdentityProviderSettingsResponse#identity_provider_summary #identity_provider_summary} => Types::IdentityProviderSummary
950
+ #
951
+ # @example Request syntax with placeholder values
952
+ #
953
+ # resp = client.update_identity_provider_settings({
954
+ # identity_provider: { # required
955
+ # active_directory_identity_provider: {
956
+ # directory_id: "String",
957
+ # },
958
+ # },
959
+ # product: "String", # required
960
+ # update_settings: { # required
961
+ # add_subnets: ["Subnet"], # required
962
+ # remove_subnets: ["Subnet"], # required
963
+ # security_group_id: "SecurityGroup",
964
+ # },
965
+ # })
966
+ #
967
+ # @example Response structure
968
+ #
969
+ # resp.identity_provider_summary.failure_message #=> String
970
+ # resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
971
+ # resp.identity_provider_summary.product #=> String
972
+ # resp.identity_provider_summary.settings.security_group_id #=> String
973
+ # resp.identity_provider_summary.settings.subnets #=> Array
974
+ # resp.identity_provider_summary.settings.subnets[0] #=> String
975
+ # resp.identity_provider_summary.status #=> String
976
+ #
977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/UpdateIdentityProviderSettings AWS API Documentation
978
+ #
979
+ # @overload update_identity_provider_settings(params = {})
980
+ # @param [Hash] params ({})
981
+ def update_identity_provider_settings(params = {}, options = {})
982
+ req = build_request(:update_identity_provider_settings, params)
983
+ req.send_request(options)
984
+ end
985
+
886
986
  # @!endgroup
887
987
 
888
988
  # @param params ({})
@@ -896,7 +996,7 @@ module Aws::LicenseManagerUserSubscriptions
896
996
  params: params,
897
997
  config: config)
898
998
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
899
- context[:gem_version] = '1.1.0'
999
+ context[:gem_version] = '1.2.0'
900
1000
  Seahorse::Client::Request.new(handlers, context)
901
1001
  end
902
1002
 
@@ -46,14 +46,22 @@ module Aws::LicenseManagerUserSubscriptions
46
46
  RegisterIdentityProviderRequest = Shapes::StructureShape.new(name: 'RegisterIdentityProviderRequest')
47
47
  RegisterIdentityProviderResponse = Shapes::StructureShape.new(name: 'RegisterIdentityProviderResponse')
48
48
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
49
+ SecurityGroup = Shapes::StringShape.new(name: 'SecurityGroup')
49
50
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
51
+ Settings = Shapes::StructureShape.new(name: 'Settings')
52
+ SettingsSubnetsList = Shapes::ListShape.new(name: 'SettingsSubnetsList')
50
53
  StartProductSubscriptionRequest = Shapes::StructureShape.new(name: 'StartProductSubscriptionRequest')
51
54
  StartProductSubscriptionResponse = Shapes::StructureShape.new(name: 'StartProductSubscriptionResponse')
52
55
  StopProductSubscriptionRequest = Shapes::StructureShape.new(name: 'StopProductSubscriptionRequest')
53
56
  StopProductSubscriptionResponse = Shapes::StructureShape.new(name: 'StopProductSubscriptionResponse')
54
57
  String = Shapes::StringShape.new(name: 'String')
55
58
  StringList = Shapes::ListShape.new(name: 'StringList')
59
+ Subnet = Shapes::StringShape.new(name: 'Subnet')
60
+ Subnets = Shapes::ListShape.new(name: 'Subnets')
56
61
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
62
+ UpdateIdentityProviderSettingsRequest = Shapes::StructureShape.new(name: 'UpdateIdentityProviderSettingsRequest')
63
+ UpdateIdentityProviderSettingsResponse = Shapes::StructureShape.new(name: 'UpdateIdentityProviderSettingsResponse')
64
+ UpdateSettings = Shapes::StructureShape.new(name: 'UpdateSettings')
57
65
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
58
66
 
59
67
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
@@ -106,6 +114,7 @@ module Aws::LicenseManagerUserSubscriptions
106
114
  IdentityProviderSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
107
115
  IdentityProviderSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
108
116
  IdentityProviderSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
117
+ IdentityProviderSummary.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, required: true, location_name: "Settings"))
109
118
  IdentityProviderSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
110
119
  IdentityProviderSummary.struct_class = Types::IdentityProviderSummary
111
120
 
@@ -188,6 +197,7 @@ module Aws::LicenseManagerUserSubscriptions
188
197
 
189
198
  RegisterIdentityProviderRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
190
199
  RegisterIdentityProviderRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
200
+ RegisterIdentityProviderRequest.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "Settings"))
191
201
  RegisterIdentityProviderRequest.struct_class = Types::RegisterIdentityProviderRequest
192
202
 
193
203
  RegisterIdentityProviderResponse.add_member(:identity_provider_summary, Shapes::ShapeRef.new(shape: IdentityProviderSummary, required: true, location_name: "IdentityProviderSummary"))
@@ -199,6 +209,12 @@ module Aws::LicenseManagerUserSubscriptions
199
209
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
200
210
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
201
211
 
212
+ Settings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "SecurityGroupId"))
213
+ Settings.add_member(:subnets, Shapes::ShapeRef.new(shape: SettingsSubnetsList, required: true, location_name: "Subnets"))
214
+ Settings.struct_class = Types::Settings
215
+
216
+ SettingsSubnetsList.member = Shapes::ShapeRef.new(shape: Subnet)
217
+
202
218
  StartProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
203
219
  StartProductSubscriptionRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
204
220
  StartProductSubscriptionRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
@@ -219,9 +235,24 @@ module Aws::LicenseManagerUserSubscriptions
219
235
 
220
236
  StringList.member = Shapes::ShapeRef.new(shape: String)
221
237
 
238
+ Subnets.member = Shapes::ShapeRef.new(shape: Subnet)
239
+
222
240
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
223
241
  ThrottlingException.struct_class = Types::ThrottlingException
224
242
 
243
+ UpdateIdentityProviderSettingsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
244
+ UpdateIdentityProviderSettingsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
245
+ UpdateIdentityProviderSettingsRequest.add_member(:update_settings, Shapes::ShapeRef.new(shape: UpdateSettings, required: true, location_name: "UpdateSettings"))
246
+ UpdateIdentityProviderSettingsRequest.struct_class = Types::UpdateIdentityProviderSettingsRequest
247
+
248
+ UpdateIdentityProviderSettingsResponse.add_member(:identity_provider_summary, Shapes::ShapeRef.new(shape: IdentityProviderSummary, required: true, location_name: "IdentityProviderSummary"))
249
+ UpdateIdentityProviderSettingsResponse.struct_class = Types::UpdateIdentityProviderSettingsResponse
250
+
251
+ UpdateSettings.add_member(:add_subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "AddSubnets"))
252
+ UpdateSettings.add_member(:remove_subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "RemoveSubnets"))
253
+ UpdateSettings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, location_name: "SecurityGroupId"))
254
+ UpdateSettings.struct_class = Types::UpdateSettings
255
+
225
256
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
226
257
  ValidationException.struct_class = Types::ValidationException
227
258
 
@@ -416,6 +447,18 @@ module Aws::LicenseManagerUserSubscriptions
416
447
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
417
448
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
418
449
  end)
450
+
451
+ api.add_operation(:update_identity_provider_settings, Seahorse::Model::Operation.new.tap do |o|
452
+ o.name = "UpdateIdentityProviderSettings"
453
+ o.http_method = "POST"
454
+ o.http_request_uri = "/identity-provider/UpdateIdentityProviderSettings"
455
+ o.input = Shapes::ShapeRef.new(shape: UpdateIdentityProviderSettingsRequest)
456
+ o.output = Shapes::ShapeRef.new(shape: UpdateIdentityProviderSettingsResponse)
457
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
458
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
459
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
460
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
461
+ end)
419
462
  end
420
463
 
421
464
  end
@@ -151,5 +151,19 @@ module Aws::LicenseManagerUserSubscriptions
151
151
  end
152
152
  end
153
153
 
154
+ class UpdateIdentityProviderSettings
155
+ def self.build(context)
156
+ unless context.config.regional_endpoint
157
+ endpoint = context.config.endpoint.to_s
158
+ end
159
+ Aws::LicenseManagerUserSubscriptions::EndpointParameters.new(
160
+ region: context.config.region,
161
+ use_dual_stack: context.config.use_dualstack_endpoint,
162
+ use_fips: context.config.use_fips_endpoint,
163
+ endpoint: endpoint,
164
+ )
165
+ end
166
+ end
167
+
154
168
  end
155
169
  end
@@ -76,6 +76,8 @@ module Aws::LicenseManagerUserSubscriptions
76
76
  Aws::LicenseManagerUserSubscriptions::Endpoints::StartProductSubscription.build(context)
77
77
  when :stop_product_subscription
78
78
  Aws::LicenseManagerUserSubscriptions::Endpoints::StopProductSubscription.build(context)
79
+ when :update_identity_provider_settings
80
+ Aws::LicenseManagerUserSubscriptions::Endpoints::UpdateIdentityProviderSettings.build(context)
79
81
  end
80
82
  end
81
83
  end
@@ -278,6 +278,12 @@ module Aws::LicenseManagerUserSubscriptions
278
278
  # The name of the user-based subscription product.
279
279
  # @return [String]
280
280
  #
281
+ # @!attribute [rw] settings
282
+ # An object that details the registered identity provider’s product
283
+ # related configuration settings such as the subnets to provision VPC
284
+ # endpoints.
285
+ # @return [Types::Settings]
286
+ #
281
287
  # @!attribute [rw] status
282
288
  # The status of an identity provider.
283
289
  # @return [String]
@@ -288,6 +294,7 @@ module Aws::LicenseManagerUserSubscriptions
288
294
  :failure_message,
289
295
  :identity_provider,
290
296
  :product,
297
+ :settings,
291
298
  :status)
292
299
  SENSITIVE = []
293
300
  include Aws::Structure
@@ -690,6 +697,10 @@ module Aws::LicenseManagerUserSubscriptions
690
697
  # },
691
698
  # },
692
699
  # product: "String", # required
700
+ # settings: {
701
+ # security_group_id: "SecurityGroup", # required
702
+ # subnets: ["Subnet"], # required
703
+ # },
693
704
  # }
694
705
  #
695
706
  # @!attribute [rw] identity_provider
@@ -700,11 +711,17 @@ module Aws::LicenseManagerUserSubscriptions
700
711
  # The name of the user-based subscription product.
701
712
  # @return [String]
702
713
  #
714
+ # @!attribute [rw] settings
715
+ # The registered identity provider’s product related configuration
716
+ # settings such as the subnets to provision VPC endpoints.
717
+ # @return [Types::Settings]
718
+ #
703
719
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/RegisterIdentityProviderRequest AWS API Documentation
704
720
  #
705
721
  class RegisterIdentityProviderRequest < Struct.new(
706
722
  :identity_provider,
707
- :product)
723
+ :product,
724
+ :settings)
708
725
  SENSITIVE = []
709
726
  include Aws::Structure
710
727
  end
@@ -748,6 +765,39 @@ module Aws::LicenseManagerUserSubscriptions
748
765
  include Aws::Structure
749
766
  end
750
767
 
768
+ # The registered identity provider’s product related configuration
769
+ # settings such as the subnets to provision VPC endpoints, and the
770
+ # security group ID that is associated with the VPC endpoints. The
771
+ # security group should permit inbound TCP port 1688 communication from
772
+ # resources in the VPC.
773
+ #
774
+ # @note When making an API call, you may pass Settings
775
+ # data as a hash:
776
+ #
777
+ # {
778
+ # security_group_id: "SecurityGroup", # required
779
+ # subnets: ["Subnet"], # required
780
+ # }
781
+ #
782
+ # @!attribute [rw] security_group_id
783
+ # A security group ID that allows inbound TCP port 1688 communication
784
+ # between resources in your VPC and the VPC endpoint for activation
785
+ # servers.
786
+ # @return [String]
787
+ #
788
+ # @!attribute [rw] subnets
789
+ # The subnets defined for the registered identity provider.
790
+ # @return [Array<String>]
791
+ #
792
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/Settings AWS API Documentation
793
+ #
794
+ class Settings < Struct.new(
795
+ :security_group_id,
796
+ :subnets)
797
+ SENSITIVE = []
798
+ include Aws::Structure
799
+ end
800
+
751
801
  # @note When making an API call, you may pass StartProductSubscriptionRequest
752
802
  # data as a hash:
753
803
  #
@@ -868,6 +918,103 @@ module Aws::LicenseManagerUserSubscriptions
868
918
  include Aws::Structure
869
919
  end
870
920
 
921
+ # @note When making an API call, you may pass UpdateIdentityProviderSettingsRequest
922
+ # data as a hash:
923
+ #
924
+ # {
925
+ # identity_provider: { # required
926
+ # active_directory_identity_provider: {
927
+ # directory_id: "String",
928
+ # },
929
+ # },
930
+ # product: "String", # required
931
+ # update_settings: { # required
932
+ # add_subnets: ["Subnet"], # required
933
+ # remove_subnets: ["Subnet"], # required
934
+ # security_group_id: "SecurityGroup",
935
+ # },
936
+ # }
937
+ #
938
+ # @!attribute [rw] identity_provider
939
+ # Details about an identity provider.
940
+ # @return [Types::IdentityProvider]
941
+ #
942
+ # @!attribute [rw] product
943
+ # The name of the user-based subscription product.
944
+ # @return [String]
945
+ #
946
+ # @!attribute [rw] update_settings
947
+ # Updates the registered identity provider’s product related
948
+ # configuration settings. You can update any combination of settings
949
+ # in a single operation such as the:
950
+ #
951
+ # * Subnets which you want to add to provision VPC endpoints.
952
+ #
953
+ # * Subnets which you want to remove the VPC endpoints from.
954
+ #
955
+ # * Security group ID which permits traffic to the VPC endpoints.
956
+ # @return [Types::UpdateSettings]
957
+ #
958
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/UpdateIdentityProviderSettingsRequest AWS API Documentation
959
+ #
960
+ class UpdateIdentityProviderSettingsRequest < Struct.new(
961
+ :identity_provider,
962
+ :product,
963
+ :update_settings)
964
+ SENSITIVE = []
965
+ include Aws::Structure
966
+ end
967
+
968
+ # @!attribute [rw] identity_provider_summary
969
+ # Describes an identity provider.
970
+ # @return [Types::IdentityProviderSummary]
971
+ #
972
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/UpdateIdentityProviderSettingsResponse AWS API Documentation
973
+ #
974
+ class UpdateIdentityProviderSettingsResponse < Struct.new(
975
+ :identity_provider_summary)
976
+ SENSITIVE = []
977
+ include Aws::Structure
978
+ end
979
+
980
+ # Updates the registered identity provider’s product related
981
+ # configuration settings such as the subnets to provision VPC endpoints.
982
+ #
983
+ # @note When making an API call, you may pass UpdateSettings
984
+ # data as a hash:
985
+ #
986
+ # {
987
+ # add_subnets: ["Subnet"], # required
988
+ # remove_subnets: ["Subnet"], # required
989
+ # security_group_id: "SecurityGroup",
990
+ # }
991
+ #
992
+ # @!attribute [rw] add_subnets
993
+ # The ID of one or more subnets in which License Manager will create a
994
+ # VPC endpoint for products that require connectivity to activation
995
+ # servers.
996
+ # @return [Array<String>]
997
+ #
998
+ # @!attribute [rw] remove_subnets
999
+ # The ID of one or more subnets to remove.
1000
+ # @return [Array<String>]
1001
+ #
1002
+ # @!attribute [rw] security_group_id
1003
+ # A security group ID that allows inbound TCP port 1688 communication
1004
+ # between resources in your VPC and the VPC endpoints for activation
1005
+ # servers.
1006
+ # @return [String]
1007
+ #
1008
+ # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/UpdateSettings AWS API Documentation
1009
+ #
1010
+ class UpdateSettings < Struct.new(
1011
+ :add_subnets,
1012
+ :remove_subnets,
1013
+ :security_group_id)
1014
+ SENSITIVE = []
1015
+ include Aws::Structure
1016
+ end
1017
+
871
1018
  # A parameter is not valid.
872
1019
  #
873
1020
  # @!attribute [rw] message
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-licensemanagerusersubscriptions/customizations'
52
52
  # @!group service
53
53
  module Aws::LicenseManagerUserSubscriptions
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
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.1.0
4
+ version: 1.2.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core