aws-sdk-finspacedata 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c36fe01ae39c2a00f50df336b33ea7e4d1f1245d30b4fa6da437c2bfff1f2c3c
4
- data.tar.gz: be7f2e18053b009587a4a6170a0012837c364772ead16c3d8275c263a09b7c43
3
+ metadata.gz: 2622a22377e7647878cd211bef3e4c473dd86e81ba44d95d7229803322623e45
4
+ data.tar.gz: 48d02c2203439edaabebc95378012039d2a1c05ecce1d45dcdcf2f8746cd07db
5
5
  SHA512:
6
- metadata.gz: 5d7615a4d3ff408fc0b627d8605e4d54a8d9fdf07571bf479ce9dc188762674beaaa7e976a2a70a65a591e7b42a25db395c2c102caf46adf2cdbefaa5bc180da
7
- data.tar.gz: a1909478bb84a95ffea2412b559079c9ff85e76c5316ad439f59fb9e7d83297e6c79bfedf7e1bb2d807deaa5162c2dbb5996cb803144cc68836b56cce3cdeea1
6
+ metadata.gz: 66d10a72b91de2e87117695bb8ca31e2c5f83c1e579271def3db762956d5401c9137b4b3e39faef86e67255aeffe03407a7c2f854cbaa548a9fa85fa0d290241
7
+ data.tar.gz: 5fdf73982cceed48865acefa7dcfc2160ac0a02b0b9bec2b63a1f98a51f4ce8e21b283ac19cdd7d9ccc385e9233d30c2d2543f7f6ba7e40413155cf638ba7e10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - Update documentation for createChangeset API.
8
+
4
9
  1.6.0 (2021-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -381,7 +381,9 @@ module Aws::FinSpaceData
381
381
  #
382
382
  # * `XML` - XML source file format.
383
383
  #
384
- # For example, you could specify the following for `formatParams`\:
384
+ # For example, you could specify the following for `formatParams`\: `
385
+ # "formatParams": \{ "formatType": "CSV", "withHeader": "true",
386
+ # "separator": ",", "compression":"None" \} `
385
387
  #
386
388
  # @return [Types::CreateChangesetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
387
389
  #
@@ -1142,7 +1144,7 @@ module Aws::FinSpaceData
1142
1144
  params: params,
1143
1145
  config: config)
1144
1146
  context[:gem_name] = 'aws-sdk-finspacedata'
1145
- context[:gem_version] = '1.6.0'
1147
+ context[:gem_version] = '1.7.0'
1146
1148
  Seahorse::Client::Request.new(handlers, context)
1147
1149
  end
1148
1150
 
@@ -290,7 +290,9 @@ module Aws::FinSpaceData
290
290
  #
291
291
  # * `XML` - XML source file format.
292
292
  #
293
- # For example, you could specify the following for `formatParams`\:
293
+ # For example, you could specify the following for `formatParams`\: `
294
+ # "formatParams": \{ "formatType": "CSV", "withHeader": "true",
295
+ # "separator": ",", "compression":"None" \} `
294
296
  # @return [Hash<String,String>]
295
297
  #
296
298
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/CreateChangesetRequest AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-finspacedata/customizations'
48
48
  # @!group service
49
49
  module Aws::FinSpaceData
50
50
 
51
- GEM_VERSION = '1.6.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-finspacedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-11-22 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core