aws-sdk-datapipeline 1.26.0 → 1.27.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datapipeline.rb +1 -1
- data/lib/aws-sdk-datapipeline/client.rb +1 -1
- data/lib/aws-sdk-datapipeline/client_api.rb +1 -0
- data/lib/aws-sdk-datapipeline/customizations.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 440c182621dc89f9e3444cf4134f721650fc4bf17c6e9339486b016ec4e8d059
|
4
|
+
data.tar.gz: 3e6846e37bff74da226f3cbc588b999b9493f1994d0ed40aaa80d104812a140c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e7eb8d8d08b09068efa8e3e02aa112546cf4d0d1f6c918435e3d05e99fa91e2be8af70a5fcc361d14f6b863eae75c514c34d23a211a8f157aeed63b63e7d8fb
|
7
|
+
data.tar.gz: 74641f624b28bf896119dcd42021f63d75cfab909d52416ed159332be382f29274b766c569f52eacbacc76dbd4eaebafdc132c90b8304232680d87b8d215a595
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|
data/lib/aws-sdk-datapipeline.rb
CHANGED
@@ -1329,7 +1329,7 @@ module Aws::DataPipeline
|
|
1329
1329
|
params: params,
|
1330
1330
|
config: config)
|
1331
1331
|
context[:gem_name] = 'aws-sdk-datapipeline'
|
1332
|
-
context[:gem_version] = '1.
|
1332
|
+
context[:gem_version] = '1.27.0'
|
1333
1333
|
Seahorse::Client::Request.new(handlers, context)
|
1334
1334
|
end
|
1335
1335
|
|
@@ -377,6 +377,7 @@ module Aws::DataPipeline
|
|
377
377
|
"jsonVersion" => "1.1",
|
378
378
|
"protocol" => "json",
|
379
379
|
"serviceFullName" => "AWS Data Pipeline",
|
380
|
+
"serviceId" => "Data Pipeline",
|
380
381
|
"signatureVersion" => "v4",
|
381
382
|
"targetPrefix" => "DataPipeline",
|
382
383
|
"uid" => "datapipeline-2012-10-29",
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datapipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-datapipeline
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-datapipeline/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|