aws-sdk-codedeploy 1.91.0 → 1.92.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: 3224180188bc4234d7ce3ff28bf8a493b211b3399749d9869b9406504d76bdef
4
- data.tar.gz: 1dfe437a428481f7093a571deaa2dbf525f3ba76db021fbbf0618062bbd2dc53
3
+ metadata.gz: 2f45954f022415e2f0634c258b7390da518ca9a0568526669823f6ffd17d42fc
4
+ data.tar.gz: a4daad0a7a63efb9e3e3a39bc8a18cc1f11ec3ecd27b75e137af8fe1d01ea463
5
5
  SHA512:
6
- metadata.gz: '0108bad3053bd95a6a7eda315cba30813dc507adca294d3cd87a15f0fbfc36a793a267ed5dac3358506584f8f2a22f034834c0ce5ba46e5288586f5b0f001965'
7
- data.tar.gz: 4bd3767d2c84ed716db195c53aa4a1fcc403214933764d53b169eee493c5f8304ca637e167e1efe915360e285dbb4c0bc3ab6eabc37d24b5ce9ce988ed9d7d7f
6
+ metadata.gz: 23fbe17e0df956f3585cdb2184b667a32200d2e9f60f9bd31542e944e6e5e0796a9c2260eb3269ceecd63d242800f014f085817bfe609b773225fc522426afb2
7
+ data.tar.gz: c37106b01b8cb719735d7f0ede9745a6a9f40f3b5fd620a672481c21d52f0403779446738e14c1094d3d91ab0ef0d4c93a1730467d172d2ddf29135ab0d89e3b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.91.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -3664,7 +3664,7 @@ module Aws::CodeDeploy
3664
3664
  tracer: tracer
3665
3665
  )
3666
3666
  context[:gem_name] = 'aws-sdk-codedeploy'
3667
- context[:gem_version] = '1.91.0'
3667
+ context[:gem_version] = '1.92.0'
3668
3668
  Seahorse::Client::Request.new(handlers, context)
3669
3669
  end
3670
3670
 
@@ -13,22 +13,22 @@ module Aws::CodeDeploy
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::CodeDeploy
55
55
  autoload :EndpointProvider, 'aws-sdk-codedeploy/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-codedeploy/endpoints'
57
57
 
58
- GEM_VERSION = '1.91.0'
58
+ GEM_VERSION = '1.92.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codedeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services