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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appfabric/client.rb +2 -3
- data/lib/aws-sdk-appfabric/client_api.rb +4 -4
- data/lib/aws-sdk-appfabric.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8fd7a18032cdefc442863199d9c01fee3bcf3634a5ccad15bb37b111ec60850
|
4
|
+
data.tar.gz: bcc8905a65033a94d4503159af0480844e7a2eb56cb57798e3893c5ed9ec985d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
#
|
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.
|
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
|
|
data/lib/aws-sdk-appfabric.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|