aws-sdk-ram 1.70.0 → 1.72.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: 6442468c56641d7a5562f666b407ef1b9e6fa0d4699ae61fa83f9816ffc93dbd
4
- data.tar.gz: 8e421a2ae1f8fb2331048868909b2cb43b18f057a95e733b63e29dc89e9409c4
3
+ metadata.gz: 587a062f0d1be385eb2c899b04eb4692b123cc969da7388a7415549368f70023
4
+ data.tar.gz: 55136bcb3a3974b26934d00a74c8b81230f14f5c6424022b4e9813125a1eabfd
5
5
  SHA512:
6
- metadata.gz: 4b537c2dbaa8314893ff04f3767eeb0a6552a8f940e7f53e8c4a99a6adc6376ba65c57be61d281acdadfe8e81ab34acc91c6902f99612dfb298362ee427d9b00
7
- data.tar.gz: 0a94f27d212d289fa29e2d8ad007f42968e63d63b4fc4aefc7817ce89d55aa5ad2298a541d74fdeafbde91eeb3c7cf96348d01aed2fbb6c0f3ab09e77aab1277
6
+ metadata.gz: 7af01fb10f3d6f0fa776f8679d6b42c392eed69ab6ad9b7202eae94ac863fd8e7f8269e14005c57d0601bfa465c6a78f6b6c554350b7dd8b77c432a04aad563a
7
+ data.tar.gz: 847886c17a333e8b58d2a8704de98f6018fcccbdad4db60fca835d66df8db1f72ca493137002f8aba3c7ccfce8ee48919178807d970b3968c41f00ff33d04aa1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.71.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.70.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -200,8 +200,7 @@ module Aws::RAM
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3374,7 +3373,7 @@ module Aws::RAM
3374
3373
  tracer: tracer
3375
3374
  )
3376
3375
  context[:gem_name] = 'aws-sdk-ram'
3377
- context[:gem_version] = '1.70.0'
3376
+ context[:gem_version] = '1.72.0'
3378
3377
  Seahorse::Client::Request.new(handlers, context)
3379
3378
  end
3380
3379
 
@@ -608,7 +608,7 @@ module Aws::RAM
608
608
  ResourceShareInvitation.add_member(:receiver_account_id, Shapes::ShapeRef.new(shape: String, location_name: "receiverAccountId"))
609
609
  ResourceShareInvitation.add_member(:invitation_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "invitationTimestamp"))
610
610
  ResourceShareInvitation.add_member(:status, Shapes::ShapeRef.new(shape: ResourceShareInvitationStatus, location_name: "status"))
611
- ResourceShareInvitation.add_member(:resource_share_associations, Shapes::ShapeRef.new(shape: ResourceShareAssociationList, deprecated: true, location_name: "resourceShareAssociations", metadata: {"deprecatedMessage"=>"This member has been deprecated. Use ListPendingInvitationResources."}))
611
+ ResourceShareInvitation.add_member(:resource_share_associations, Shapes::ShapeRef.new(shape: ResourceShareAssociationList, deprecated: true, location_name: "resourceShareAssociations", metadata: {"deprecatedMessage" => "This member has been deprecated. Use ListPendingInvitationResources."}))
612
612
  ResourceShareInvitation.add_member(:receiver_arn, Shapes::ShapeRef.new(shape: String, location_name: "receiverArn"))
613
613
  ResourceShareInvitation.struct_class = Types::ResourceShareInvitation
614
614
 
data/lib/aws-sdk-ram.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::RAM
54
54
  autoload :EndpointProvider, 'aws-sdk-ram/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ram/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.72.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ram
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ram/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - RAM
99
96
  test_files: []