aws-sdk-applicationdiscoveryservice 1.56.0 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22b03d6a7a6e92d497cb6132fe0496adba4e8357af57f5faedacb4f57763ea83
4
- data.tar.gz: 79d02f46801d14a3bdc8c050e8e6aec1834c1dfde75abcf02bb856695f074ab8
3
+ metadata.gz: 68c4652fdb8d28e7f5c5215ff26ff9c0f87f9be203303eb51587e2edc8a7c3dc
4
+ data.tar.gz: 8369d709fe18463bb39341373c1abea68fef20e7adbf4c6c86e8dc2eebde6a64
5
5
  SHA512:
6
- metadata.gz: 061c109105f4428936e6bf2bfc0aca9d7c47b1f35a2a4ff8102f14b7c0311ec8beea8d21004565babfb35864d4f17b636e8563884292f8970d448e12e01d412c
7
- data.tar.gz: b202db1a25705534c1899e7f6fab4e2c906c4bdcbdf7f43810f65c23d12a257b9eac7e9d993ad5ed8adf97dcb844fdd6c840db89331e9907e261a944ce53b1ca
6
+ metadata.gz: 9962b267b669c52eabdfe2dbd85fee4eca6076e79d37844a3c71efefd3d4d36c69138138ebb0779e67de7f6ccd2f1558dc78633dafd9af797ed19f6176f42e92
7
+ data.tar.gz: 29abd9664c284296560a25b031033210eead32695361e33e8b94c6074468d6ff71ebb1cbadb677f213395ca05eaefcc6fd2e35a8d234e1daa2fcdfc8e6b35706
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.57.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.56.0 (2023-09-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.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.56.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.56.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.56.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-18 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement