aws-sdk-migrationhubrefactorspaces 1.39.0 → 1.40.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7878d6a00ab8e0d5426b8c3eb55b367300e1471a83a12028844acad15431720b
|
|
4
|
+
data.tar.gz: 88d6213a23066c0e066c376a8fa9de1daeb62c2e45873d45f7faa2f141a8c88a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d59982a431249bf2fe37a061cf48dff332dcf91d775a71c05f97d9811bd3d0a4ea850073b3737e8f47c2822ea307e1e8532a8cb783b9bbe1fbb9e750ea323dd
|
|
7
|
+
data.tar.gz: 6624a3a00076142dcbb022ee65f51a488c67387da34e0fb593cc489d767e687014cb5be7c70c7f99088fe06638e5a0ec331a227f97580fba55120853778ea3ca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -2034,7 +2034,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
2034
2034
|
tracer: tracer
|
|
2035
2035
|
)
|
|
2036
2036
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
|
2037
|
-
context[:gem_version] = '1.
|
|
2037
|
+
context[:gem_version] = '1.40.0'
|
|
2038
2038
|
Seahorse::Client::Request.new(handlers, context)
|
|
2039
2039
|
end
|
|
2040
2040
|
|
|
@@ -205,7 +205,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
205
205
|
ConflictException.struct_class = Types::ConflictException
|
|
206
206
|
|
|
207
207
|
CreateApplicationRequest.add_member(:api_gateway_proxy, Shapes::ShapeRef.new(shape: ApiGatewayProxyInput, location_name: "ApiGatewayProxy"))
|
|
208
|
-
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
208
|
+
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
209
209
|
CreateApplicationRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
|
210
210
|
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "Name"))
|
|
211
211
|
CreateApplicationRequest.add_member(:proxy_type, Shapes::ShapeRef.new(shape: ProxyType, required: true, location_name: "ProxyType"))
|
|
@@ -228,7 +228,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
228
228
|
CreateApplicationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
229
229
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
|
230
230
|
|
|
231
|
-
CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
231
|
+
CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
232
232
|
CreateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
233
233
|
CreateEnvironmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "Name"))
|
|
234
234
|
CreateEnvironmentRequest.add_member(:network_fabric_type, Shapes::ShapeRef.new(shape: NetworkFabricType, required: true, location_name: "NetworkFabricType"))
|
|
@@ -248,7 +248,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
248
248
|
CreateEnvironmentResponse.struct_class = Types::CreateEnvironmentResponse
|
|
249
249
|
|
|
250
250
|
CreateRouteRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
251
|
-
CreateRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
251
|
+
CreateRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
252
252
|
CreateRouteRequest.add_member(:default_route, Shapes::ShapeRef.new(shape: DefaultRouteInput, location_name: "DefaultRoute"))
|
|
253
253
|
CreateRouteRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
|
254
254
|
CreateRouteRequest.add_member(:route_type, Shapes::ShapeRef.new(shape: RouteType, required: true, location_name: "RouteType"))
|
|
@@ -272,7 +272,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
272
272
|
CreateRouteResponse.struct_class = Types::CreateRouteResponse
|
|
273
273
|
|
|
274
274
|
CreateServiceRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
275
|
-
CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
275
|
+
CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
276
276
|
CreateServiceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
277
277
|
CreateServiceRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ServiceEndpointType, required: true, location_name: "EndpointType"))
|
|
278
278
|
CreateServiceRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
|
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.40.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-migrationhubrefactorspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.40.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
|
|
@@ -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-migrationhubrefactorspaces
|
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhubrefactorspaces/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.
|
|
96
|
-
signing_key:
|
|
93
|
+
rubygems_version: 3.6.7
|
|
97
94
|
specification_version: 4
|
|
98
95
|
summary: AWS SDK for Ruby - AWS Migration Hub Refactor Spaces
|
|
99
96
|
test_files: []
|