aws-sdk-applicationdiscoveryservice 1.84.0 → 1.85.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: 304726ef9e0a36d9a91a4835db76388e8419e2a002d25d981df4a354ed99cd05
|
4
|
+
data.tar.gz: 90f9ac8b1cf1783fb15b2313cb7e15f044131552c7570dab0b255ecf1c2ba5fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04e76587633126456a5627cbc86dfc153f0122fe30796011c23563bf0a806e42627df0426c0e7f27c19bd13da862b404ed2d9fcf481047b264545aa558b6dd3a
|
7
|
+
data.tar.gz: 3fe5f282fa16d8d424526ee2c9c94cbc5bab9ef55598cb0e4e2fa0d17bde026796e915fb73abeb5eb6f0483825b9741124f91e70a5ed91cc82baa93d6f83d8c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -1845,7 +1845,7 @@ module Aws::ApplicationDiscoveryService
|
|
1845
1845
|
tracer: tracer
|
1846
1846
|
)
|
1847
1847
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
1848
|
-
context[:gem_version] = '1.
|
1848
|
+
context[:gem_version] = '1.85.0'
|
1849
1849
|
Seahorse::Client::Request.new(handlers, context)
|
1850
1850
|
end
|
1851
1851
|
|
@@ -669,7 +669,7 @@ module Aws::ApplicationDiscoveryService
|
|
669
669
|
StartExportTaskResponse.add_member(:export_id, Shapes::ShapeRef.new(shape: ConfigurationsExportId, location_name: "exportId"))
|
670
670
|
StartExportTaskResponse.struct_class = Types::StartExportTaskResponse
|
671
671
|
|
672
|
-
StartImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
672
|
+
StartImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
673
673
|
StartImportTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: ImportTaskName, required: true, location_name: "name"))
|
674
674
|
StartImportTaskRequest.add_member(:import_url, Shapes::ShapeRef.new(shape: ImportURL, required: true, location_name: "importUrl"))
|
675
675
|
StartImportTaskRequest.struct_class = Types::StartImportTaskRequest
|
@@ -54,7 +54,7 @@ module Aws::ApplicationDiscoveryService
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.85.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-applicationdiscoveryservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.85.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-applicationdiscoveryservice
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationdiscoveryservice/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 Application Discovery Service
|
99
96
|
test_files: []
|