aws-sdk-repostspace 1.19.0 → 1.21.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: 23c89f9013e13a100a691e8971b273018e9e326a6ed79131845fda867e01c29b
4
- data.tar.gz: efbe8caba72fbde80e91c4425cd7760b7475749394a64c4215e671d95b726a53
3
+ metadata.gz: 354927d3427d71d57c3727f8dcff35274840c8824c5a049bd44fa4ab2db7b45f
4
+ data.tar.gz: e93ac01df7a01cf8d0c536b86dd057042085e9b72f11a07435eb259d3850f856
5
5
  SHA512:
6
- metadata.gz: a4fee1366fdc39eeb3db6dfc08fd7f07280ba78ea0697c258e28a1f36b873e73d592301d4be47cfc057381f2142d4577577b9d1eb8d08683eea374cab3748531
7
- data.tar.gz: 3e9114d17bd53ac751df1024d184b045f8c79936efaec85221e32eb9a62f3949fc41a1ca9ebfe1a27c2fc691c6a3a026634461894f706f2443e573a56178daed
6
+ metadata.gz: 404846f590f522ce0f864406278691f3daf3962247424bd971a65d7d53a19f7cd85c0fed2734e2399536577dbfb710feb56d3cbaaa4efd7f6374e8cb05cc1cd7
7
+ data.tar.gz: c52cefe1c2d61ee061d3f3d5147e7f3072ffd3a389e03b8d0cb1306542f5eb4872b2e6a7164b5d6f3cb14ebaa867f7338bf71c9dc3970ce90b2185b09741041d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.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.19.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -200,8 +200,7 @@ module Aws::Repostspace
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
@@ -998,7 +997,7 @@ module Aws::Repostspace
998
997
  tracer: tracer
999
998
  )
1000
999
  context[:gem_name] = 'aws-sdk-repostspace'
1001
- context[:gem_version] = '1.19.0'
1000
+ context[:gem_version] = '1.21.0'
1002
1001
  Seahorse::Client::Request.new(handlers, context)
1003
1002
  end
1004
1003
 
@@ -150,7 +150,7 @@ module Aws::Repostspace
150
150
  GetSpaceOutput.add_member(:customer_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "customerRoleArn"))
151
151
  GetSpaceOutput.add_member(:delete_date_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "deleteDateTime"))
152
152
  GetSpaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: SpaceDescription, location_name: "description"))
153
- GetSpaceOutput.add_member(:group_admins, Shapes::ShapeRef.new(shape: GroupAdmins, deprecated: true, location_name: "groupAdmins", metadata: {"deprecatedMessage"=>"This property has been depracted and will be replaced by the roles property."}))
153
+ GetSpaceOutput.add_member(:group_admins, Shapes::ShapeRef.new(shape: GroupAdmins, deprecated: true, location_name: "groupAdmins", metadata: {"deprecatedMessage" => "This property has been depracted and will be replaced by the roles property."}))
154
154
  GetSpaceOutput.add_member(:name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "name"))
155
155
  GetSpaceOutput.add_member(:random_domain, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "randomDomain"))
156
156
  GetSpaceOutput.add_member(:roles, Shapes::ShapeRef.new(shape: Roles, location_name: "roles"))
@@ -158,7 +158,7 @@ module Aws::Repostspace
158
158
  GetSpaceOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProvisioningStatus, required: true, location_name: "status"))
159
159
  GetSpaceOutput.add_member(:storage_limit, Shapes::ShapeRef.new(shape: StorageLimit, required: true, location_name: "storageLimit"))
160
160
  GetSpaceOutput.add_member(:tier, Shapes::ShapeRef.new(shape: TierLevel, required: true, location_name: "tier"))
161
- GetSpaceOutput.add_member(:user_admins, Shapes::ShapeRef.new(shape: UserAdmins, deprecated: true, location_name: "userAdmins", metadata: {"deprecatedMessage"=>"This property has been depracted and will be replaced by the roles property."}))
161
+ GetSpaceOutput.add_member(:user_admins, Shapes::ShapeRef.new(shape: UserAdmins, deprecated: true, location_name: "userAdmins", metadata: {"deprecatedMessage" => "This property has been depracted and will be replaced by the roles property."}))
162
162
  GetSpaceOutput.add_member(:user_count, Shapes::ShapeRef.new(shape: UserCount, location_name: "userCount"))
163
163
  GetSpaceOutput.add_member(:user_kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "userKMSKey"))
164
164
  GetSpaceOutput.add_member(:vanity_domain, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "vanityDomain"))
@@ -54,7 +54,7 @@ module Aws::Repostspace
54
54
  autoload :EndpointProvider, 'aws-sdk-repostspace/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-repostspace/endpoints'
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.21.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-repostspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.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-repostspace
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-repostspace/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 - AWS re:Post Private
99
96
  test_files: []