aws-sdk-appfabric 1.24.0 → 1.26.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: d70a1f5b9820977f1bd7e22c711a3d1b61b9dae5fcfcbb7bcd4c15f7a6855aa8
4
- data.tar.gz: f86eb10395184097f7c854e9459be5f355c5d7d19bfa03c737e6c4826e4feed1
3
+ metadata.gz: b8fd7a18032cdefc442863199d9c01fee3bcf3634a5ccad15bb37b111ec60850
4
+ data.tar.gz: bcc8905a65033a94d4503159af0480844e7a2eb56cb57798e3893c5ed9ec985d
5
5
  SHA512:
6
- metadata.gz: 62a786f5e95210fef73eab33d07899b989640ca5a238f215a787f601456621a9e3d54fc656ee9280ef4064537d4d539880575292bf2bc0077651a5d90d029100
7
- data.tar.gz: c85d50ca9226fdb6f27baffa42213bd7b92657398b21820cd0ca023a01c7912309a43605ad4fef6a7371e3b5be3e96d1f5de004abe3a6232a0300509c0bb02fb
6
+ metadata.gz: 0665b6bc67a97d075d89436316c44aa2f0dd02abab5a3deae87121af85bb9ce801e9e38d614bcf418e86c53de6ef5ad43bc4f63eea5cc68672937a01fbd3d49a
7
+ data.tar.gz: 9bdf43608d6962e198134036fb591fa2d6b5ed8e0de048d702383e383ce8ee8e303f3ec608add438d97f9e294f4bb7207d8cd7e7eb12475ccbb50dd86d667210
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.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.24.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.0
@@ -200,8 +200,7 @@ module Aws::AppFabric
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
@@ -1830,7 +1829,7 @@ module Aws::AppFabric
1830
1829
  tracer: tracer
1831
1830
  )
1832
1831
  context[:gem_name] = 'aws-sdk-appfabric'
1833
- context[:gem_version] = '1.24.0'
1832
+ context[:gem_version] = '1.26.0'
1834
1833
  Seahorse::Client::Request.new(handlers, context)
1835
1834
  end
1836
1835
 
@@ -210,14 +210,14 @@ module Aws::AppFabric
210
210
  CreateAppAuthorizationRequest.add_member(:credential, Shapes::ShapeRef.new(shape: Credential, required: true, location_name: "credential"))
211
211
  CreateAppAuthorizationRequest.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, required: true, location_name: "tenant"))
212
212
  CreateAppAuthorizationRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
213
- CreateAppAuthorizationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
213
+ CreateAppAuthorizationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
214
214
  CreateAppAuthorizationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
215
215
  CreateAppAuthorizationRequest.struct_class = Types::CreateAppAuthorizationRequest
216
216
 
217
217
  CreateAppAuthorizationResponse.add_member(:app_authorization, Shapes::ShapeRef.new(shape: AppAuthorization, required: true, location_name: "appAuthorization"))
218
218
  CreateAppAuthorizationResponse.struct_class = Types::CreateAppAuthorizationResponse
219
219
 
220
- CreateAppBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
220
+ CreateAppBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
221
221
  CreateAppBundleRequest.add_member(:customer_managed_key_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "customerManagedKeyIdentifier"))
222
222
  CreateAppBundleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
223
223
  CreateAppBundleRequest.struct_class = Types::CreateAppBundleRequest
@@ -229,7 +229,7 @@ module Aws::AppFabric
229
229
  CreateIngestionDestinationRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
230
230
  CreateIngestionDestinationRequest.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, required: true, location_name: "processingConfiguration"))
231
231
  CreateIngestionDestinationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
232
- CreateIngestionDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
232
+ CreateIngestionDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
233
233
  CreateIngestionDestinationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
234
234
  CreateIngestionDestinationRequest.struct_class = Types::CreateIngestionDestinationRequest
235
235
 
@@ -240,7 +240,7 @@ module Aws::AppFabric
240
240
  CreateIngestionRequest.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
241
241
  CreateIngestionRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantId"))
242
242
  CreateIngestionRequest.add_member(:ingestion_type, Shapes::ShapeRef.new(shape: IngestionType, required: true, location_name: "ingestionType"))
243
- CreateIngestionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
243
+ CreateIngestionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
244
244
  CreateIngestionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
245
245
  CreateIngestionRequest.struct_class = Types::CreateIngestionRequest
246
246
 
@@ -55,7 +55,7 @@ module Aws::AppFabric
55
55
  autoload :EndpointProvider, 'aws-sdk-appfabric/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appfabric/endpoints'
57
57
 
58
- GEM_VERSION = '1.24.0'
58
+ GEM_VERSION = '1.26.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.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
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appfabric
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appfabric/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AppFabric
100
97
  test_files: []