aws-sdk-licensemanager 1.33.0 → 1.37.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: a823b6e38d585fc53b997fc617364e386df1a035ae9101e12788122cbec65d39
4
- data.tar.gz: ae29e4f68ee3ccab6dd501a8726025d5e7722e06dcd038a80eb9cc79d41db101
3
+ metadata.gz: 5bc5a6e3d61d92e6d9ca818d4cd0b8a402ec7f7bf892b6e38497bca56c6d4f72
4
+ data.tar.gz: 7edba87cbc4d0298f5efd135fff5a072fea2ab462544101235f2524bf9b94005
5
5
  SHA512:
6
- metadata.gz: 61fd7ef6363959b3f8852246aee57fb680bd55a185dea6a4b225a5ac108d5f05bba489cfb0d4ca300ee5e54908cf4ecc17563b32718dcf78d62f6f9e1a775955
7
- data.tar.gz: d7fd2aa7ba4209fea9ea45a57f574dc29c041c86337d6fb7e01326cf9f949268f6d53fd549d35372c763a663c587065d0e6cfb2a7cb76b7534c1fc159c075255
6
+ metadata.gz: cde5ecc63bd2550bc84317e14b3456382198778968832a4a3807c60f6942ee5e63fddbbc4fdb8f65a033220b3502c418256ddcd7802ecb2606c3877b24c02c5e
7
+ data.tar.gz: e0c68ac7b7cb5254e80707483fc5d180718e9756ced540f3f7025fb3b1dc58d1ec77346cea708c6549e5bb2eaef41f40dac61bb152141367126db7a08104b682
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.35.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.34.0 (2021-09-24)
20
+ ------------------
21
+
22
+ * Feature - AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
23
+
4
24
  1.33.0 (2021-09-22)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.37.0
@@ -119,7 +119,9 @@ module Aws::LicenseManager
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -285,6 +287,15 @@ module Aws::LicenseManager
285
287
  # ** Please note ** When response stubbing is enabled, no HTTP
286
288
  # requests are made, and retries are disabled.
287
289
  #
290
+ # @option options [Boolean] :use_dualstack_endpoint
291
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
292
+ # will be used if available.
293
+ #
294
+ # @option options [Boolean] :use_fips_endpoint
295
+ # When set to `true`, fips compatible endpoints will be used if available.
296
+ # When a `fips` region is used, the region is normalized and this config
297
+ # is set to `true`.
298
+ #
288
299
  # @option options [Boolean] :validate_params (true)
289
300
  # When `true`, request parameters are validated before
290
301
  # sending the request.
@@ -515,6 +526,7 @@ module Aws::LicenseManager
515
526
  # * {Types::CheckoutLicenseResponse#node_id #node_id} => String
516
527
  # * {Types::CheckoutLicenseResponse#issued_at #issued_at} => String
517
528
  # * {Types::CheckoutLicenseResponse#expiration #expiration} => String
529
+ # * {Types::CheckoutLicenseResponse#license_arn #license_arn} => String
518
530
  #
519
531
  # @example Request syntax with placeholder values
520
532
  #
@@ -546,6 +558,7 @@ module Aws::LicenseManager
546
558
  # resp.node_id #=> String
547
559
  # resp.issued_at #=> String
548
560
  # resp.expiration #=> String
561
+ # resp.license_arn #=> String
549
562
  #
550
563
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CheckoutLicense AWS API Documentation
551
564
  #
@@ -2965,7 +2978,7 @@ module Aws::LicenseManager
2965
2978
  params: params,
2966
2979
  config: config)
2967
2980
  context[:gem_name] = 'aws-sdk-licensemanager'
2968
- context[:gem_version] = '1.33.0'
2981
+ context[:gem_version] = '1.37.0'
2969
2982
  Seahorse::Client::Request.new(handlers, context)
2970
2983
  end
2971
2984
 
@@ -302,6 +302,7 @@ module Aws::LicenseManager
302
302
  CheckoutLicenseResponse.add_member(:node_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeId"))
303
303
  CheckoutLicenseResponse.add_member(:issued_at, Shapes::ShapeRef.new(shape: ISO8601DateTime, location_name: "IssuedAt"))
304
304
  CheckoutLicenseResponse.add_member(:expiration, Shapes::ShapeRef.new(shape: ISO8601DateTime, location_name: "Expiration"))
305
+ CheckoutLicenseResponse.add_member(:license_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseArn"))
305
306
  CheckoutLicenseResponse.struct_class = Types::CheckoutLicenseResponse
306
307
 
307
308
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
@@ -353,6 +353,10 @@ module Aws::LicenseManager
353
353
  # Date and time at which the license checkout expires.
354
354
  # @return [String]
355
355
  #
356
+ # @!attribute [rw] license_arn
357
+ # Amazon Resource Name (ARN) of the checkout license.
358
+ # @return [String]
359
+ #
356
360
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CheckoutLicenseResponse AWS API Documentation
357
361
  #
358
362
  class CheckoutLicenseResponse < Struct.new(
@@ -362,7 +366,8 @@ module Aws::LicenseManager
362
366
  :signed_token,
363
367
  :node_id,
364
368
  :issued_at,
365
- :expiration)
369
+ :expiration,
370
+ :license_arn)
366
371
  SENSITIVE = []
367
372
  include Aws::Structure
368
373
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-licensemanager/customizations'
48
48
  # @!group service
49
49
  module Aws::LicenseManager
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
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.33.0
4
+ version: 1.37.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: 2021-09-22 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement