aws-sdk-efs 1.102.0 → 1.103.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: fe1b4dab2891f1f482509dc73340057cf25a3ee72149f91d48762fba940e123d
4
- data.tar.gz: 0f9ee6d60373efc628bf4a9fd06c57fe8f9f4d275254cbc9cb6bfb9dc500c881
3
+ metadata.gz: 1fb7df025bbed39f97884f09bac838779a96b8dbbc234d95ebfa084f1bee9181
4
+ data.tar.gz: 05a0c5ebf52bde6be4d9ef260fb9a9e0a0f5dd41ddc0f592c74a6481b463eeb0
5
5
  SHA512:
6
- metadata.gz: 0c0be0a9324ba4ed64e1c1b91a6f1aca3853596153cc7225b25ca05299d2acf6b20674a586018a3b1195aba813749f65364135e96e7a6b9e3e4c96645983a5f5
7
- data.tar.gz: a33826e63468908d6fb8e5238c348060e48c8a6519365874e00240f661d3e087a5f5b1c9cf35068a2f4c28640632412820d76536f16570b9ed12977b14a58482
6
+ metadata.gz: facff1e7a42bfe8a6b44fcd9c3b0153137f86c7523041c942eede242cd91d14fc87d52a6dd95d3f7090a1f3f459ff2e6a566e2c1d4723f71519a5dc46df1cff8
7
+ data.tar.gz: 3a46de5e702de37d2abb82199c21613f2748259aef3540bf1201f21c557e9ae33adc1d4091cbb1520d7d24af851e4757dec3911b6313db8138d478335dec20cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.102.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -2967,7 +2967,7 @@ module Aws::EFS
2967
2967
  tracer: tracer
2968
2968
  )
2969
2969
  context[:gem_name] = 'aws-sdk-efs'
2970
- context[:gem_version] = '1.102.0'
2970
+ context[:gem_version] = '1.103.0'
2971
2971
  Seahorse::Client::Request.new(handlers, context)
2972
2972
  end
2973
2973
 
@@ -13,22 +13,22 @@ module Aws::EFS
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
data/lib/aws-sdk-efs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::EFS
54
54
  autoload :EndpointProvider, 'aws-sdk-efs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-efs/endpoints'
56
56
 
57
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.103.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-efs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services