aws-sdk-appfabric 1.24.0 → 1.25.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: 2f84293d68661ca6fbd514c646d39064edc0c724333c9daabcab3151068f8810
4
+ data.tar.gz: 8faf1d9b5bf55e051680387d85479cae311f4bcf9e9bac344139c15b95b5801b
5
5
  SHA512:
6
- metadata.gz: 62a786f5e95210fef73eab33d07899b989640ca5a238f215a787f601456621a9e3d54fc656ee9280ef4064537d4d539880575292bf2bc0077651a5d90d029100
7
- data.tar.gz: c85d50ca9226fdb6f27baffa42213bd7b92657398b21820cd0ca023a01c7912309a43605ad4fef6a7371e3b5be3e96d1f5de004abe3a6232a0300509c0bb02fb
6
+ metadata.gz: 53cac52f9307c88789bfb3456275d6e3774e8384bf034672f5a091d55893ef6f4fe25193180fbdda90a013c352a311c4461cc0043442fdde70a6042b248e3e1f
7
+ data.tar.gz: ccf1397fef31b14a37ee0a54c99311f32784ae291f8dd459ba059545610c56c3ce79af6cccd54c5192048c2582634ebdddf6f4a006c2be3661705639ee14c4c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.24.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -1830,7 +1830,7 @@ module Aws::AppFabric
1830
1830
  tracer: tracer
1831
1831
  )
1832
1832
  context[:gem_name] = 'aws-sdk-appfabric'
1833
- context[:gem_version] = '1.24.0'
1833
+ context[:gem_version] = '1.25.0'
1834
1834
  Seahorse::Client::Request.new(handlers, context)
1835
1835
  end
1836
1836
 
@@ -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.25.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.25.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: []