aws-sdk-applicationdiscoveryservice 1.48.0 → 1.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationdiscoveryservice/client.rb +1 -1
- data/lib/aws-sdk-applicationdiscoveryservice/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-applicationdiscoveryservice/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-applicationdiscoveryservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9c1081b80b601476b28d327921fdb8c0b644da5869b9b005fb896350cb1e91f
|
4
|
+
data.tar.gz: 8d290656adca2bef64af4d1e865d964455d77c37141553107fdba423f17091d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b634ff14dbe80f9841897de3334455af7eedd22c9db677919f842154a06f1485a1450debd451890cb285c4d2dd0324997ea1ef77d55c39cb5af491b9df62e2b
|
7
|
+
data.tar.gz: 5ead0060603f56b39e9cfa689eb262483812eda5149789cd31c1b9b403badf486db3973113ce8e159e0976ea1cfce8b21cd80a2d15e634e0ed26808043deb0d9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -1559,7 +1559,7 @@ module Aws::ApplicationDiscoveryService
|
|
1559
1559
|
params: params,
|
1560
1560
|
config: config)
|
1561
1561
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
1562
|
-
context[:gem_version] = '1.
|
1562
|
+
context[:gem_version] = '1.49.0'
|
1563
1563
|
Seahorse::Client::Request.new(handlers, context)
|
1564
1564
|
end
|
1565
1565
|
|
@@ -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)
|
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
|
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.
|
4
|
+
version: 1.49.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-
|
11
|
+
date: 2023-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|