aws-sdk-applicationdiscoveryservice 1.57.0 → 1.58.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: bd08bbd60eff75586303354aba949f5e61dd5a8c509b97d741faaa06484911eb
4
- data.tar.gz: 0af66c8bc75fb79859bd08029a1e49f3056a4af33bef4528345e7d1eb78a701c
3
+ metadata.gz: 68c4652fdb8d28e7f5c5215ff26ff9c0f87f9be203303eb51587e2edc8a7c3dc
4
+ data.tar.gz: 8369d709fe18463bb39341373c1abea68fef20e7adbf4c6c86e8dc2eebde6a64
5
5
  SHA512:
6
- metadata.gz: bb20991f839e8c453f25e34f626f2d379df6ad452defd0079426253d1c45e2a117f45e31776fe9afd7c9a0e30ede78a3d350250e5e9cdf2c24b140761c4a8d25
7
- data.tar.gz: 2f9bc9df71aaa4b1632eb37aa576af388bc15c280a1e20b8048c0311e882b9221feb956956e41240dff3b241e8b871a2f99cde44bf1ad4676571ad4a5a391e3a
6
+ metadata.gz: 9962b267b669c52eabdfe2dbd85fee4eca6076e79d37844a3c71efefd3d4d36c69138138ebb0779e67de7f6ccd2f1558dc78633dafd9af797ed19f6176f42e92
7
+ data.tar.gz: 29abd9664c284296560a25b031033210eead32695361e33e8b94c6074468d6ff71ebb1cbadb677f213395ca05eaefcc6fd2e35a8d234e1daa2fcdfc8e6b35706
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-10-17)
5
+ ------------------
6
+
7
+ * Feature - This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
8
+
4
9
  1.57.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1625,7 +1625,7 @@ module Aws::ApplicationDiscoveryService
1625
1625
  params: params,
1626
1626
  config: config)
1627
1627
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1628
- context[:gem_version] = '1.57.0'
1628
+ context[:gem_version] = '1.58.0'
1629
1629
  Seahorse::Client::Request.new(handlers, context)
1630
1630
  end
1631
1631
 
@@ -32,7 +32,7 @@ module Aws::ApplicationDiscoveryService
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://discovery-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -227,6 +227,8 @@ module Aws::ApplicationDiscoveryService
227
227
  include Aws::Structure
228
228
  end
229
229
 
230
+ # Conflict error.
231
+ #
230
232
  # @!attribute [rw] message
231
233
  # @return [String]
232
234
  #
@@ -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.57.0'
55
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.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-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core