aws-sdk-applicationdiscoveryservice 1.48.0 → 1.50.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: c223eabde7780ce1e0cd9d1a8c7bbe635759d7cd7760e91fd2b1d2c7731ba2be
4
- data.tar.gz: 239f3cc4bdac62bec3e51610662572ba985556e3c66798793f9640b760948e0a
3
+ metadata.gz: eb662d7139711b3d45d39b4c111e31fb2f70a936ad4fa08941e143cc9919f2e9
4
+ data.tar.gz: fc19e88e045ee38d8d6039dc5902712dcbe7b1173a1bbfc12caaad21d41111cd
5
5
  SHA512:
6
- metadata.gz: 1dd6c72ef0174c9d35569e9070e99c42ef16858a6074b578d5353a1d7dd4cdb84c3322d2984ffc286d7efab4f4972563a7b8358750ca3f9c3700663375562879
7
- data.tar.gz: 5c09ed8ecfb35fa94d2982b78f87cb83442487a4f618f0726ffcde247fe3d0966e407f82dcefb337d58401223fc3b803cf212e28e3af3f1b5c74fff75173d87c
6
+ metadata.gz: d71086e3a427236d8e6f06480a8976d047b0de5738dcccb4acd80e6223ba0132078880981834d40fab3a2e55b31792f289ee8057814f15427b6404060f7a96d6
7
+ data.tar.gz: 3d33b0e0e43faed0309bf0a8270aabbc3a57a79835ea3f642ad141f2fca2f20fb466eeaa3e20d68ac53198480d1a5bf0cd88002715beda164da0e472786b270a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.49.0 (2023-01-30)
10
+ ------------------
11
+
12
+ * Feature - Update ImportName validation to 255 from the current length of 100
13
+
4
14
  1.48.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.50.0
@@ -275,6 +275,11 @@ module Aws::ApplicationDiscoveryService
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1559,7 +1564,7 @@ module Aws::ApplicationDiscoveryService
1559
1564
  params: params,
1560
1565
  config: config)
1561
1566
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1562
- context[:gem_version] = '1.48.0'
1567
+ context[:gem_version] = '1.50.0'
1563
1568
  Seahorse::Client::Request.new(handlers, context)
1564
1569
  end
1565
1570
 
@@ -50,6 +50,9 @@ module Aws::ApplicationDiscoveryService
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -15,7 +15,7 @@ module Aws::ApplicationDiscoveryService
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
17
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
20
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
21
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationDiscoveryService
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.50.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement