aws-sdk-finspacedata 1.19.0 → 1.20.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-finspacedata/client.rb +10 -5
- data/lib/aws-sdk-finspacedata/types.rb +5 -5
- data/lib/aws-sdk-finspacedata.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: 4154265a5ec2c1cf0dcda17912abc136e6839b724b4851835bf68ce75e2443c3
|
4
|
+
data.tar.gz: c759e4e1fdd8ed4229dde4b82a735dfe11843bc933149cb20bcc8915934fe1f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d9db43bc78be8d72932a6e171297fe8ff31ccde6db0e7457c42b3db6301f1b20cf4be297b01716849b3fa0defb35d9d70eb3ae37f40bf649e371408ab6131bb
|
7
|
+
data.tar.gz: d248ff23ae9aaf1cf3988a61b9e5b67094b598d4c62a772cc561f60a6d73b262634888b540525814b0f1948c113d264ce47723abf410957762502859a229aa3d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -277,6 +277,11 @@ module Aws::FinSpaceData
|
|
277
277
|
# in the future.
|
278
278
|
#
|
279
279
|
#
|
280
|
+
# @option options [String] :sdk_ua_app_id
|
281
|
+
# A unique and opaque application ID that is appended to the
|
282
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
283
|
+
# maximum length of 50.
|
284
|
+
#
|
280
285
|
# @option options [String] :secret_access_key
|
281
286
|
#
|
282
287
|
# @option options [String] :session_token
|
@@ -440,7 +445,7 @@ module Aws::FinSpaceData
|
|
440
445
|
#
|
441
446
|
# Both `s3SourcePath` and `sourceType` are required attributes.
|
442
447
|
#
|
443
|
-
# Here is an example of how you could specify the `sourceParams
|
448
|
+
# Here is an example of how you could specify the `sourceParams`:
|
444
449
|
#
|
445
450
|
# ` "sourceParams": \{ "s3SourcePath":
|
446
451
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
@@ -471,7 +476,7 @@ module Aws::FinSpaceData
|
|
471
476
|
#
|
472
477
|
# * `XML` – XML source file format.
|
473
478
|
#
|
474
|
-
# Here is an example of how you could specify the `formatParams
|
479
|
+
# Here is an example of how you could specify the `formatParams`:
|
475
480
|
#
|
476
481
|
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
477
482
|
# "separator": ",", "compression":"None" \} `
|
@@ -1788,7 +1793,7 @@ module Aws::FinSpaceData
|
|
1788
1793
|
#
|
1789
1794
|
# Both `s3SourcePath` and `sourceType` are required attributes.
|
1790
1795
|
#
|
1791
|
-
# Here is an example of how you could specify the `sourceParams
|
1796
|
+
# Here is an example of how you could specify the `sourceParams`:
|
1792
1797
|
#
|
1793
1798
|
# ` "sourceParams": \{ "s3SourcePath":
|
1794
1799
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
@@ -1819,7 +1824,7 @@ module Aws::FinSpaceData
|
|
1819
1824
|
#
|
1820
1825
|
# * `XML` – XML source file format.
|
1821
1826
|
#
|
1822
|
-
# Here is an example of how you could specify the `formatParams
|
1827
|
+
# Here is an example of how you could specify the `formatParams`:
|
1823
1828
|
#
|
1824
1829
|
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
1825
1830
|
# "separator": ",", "compression":"None" \} `
|
@@ -2097,7 +2102,7 @@ module Aws::FinSpaceData
|
|
2097
2102
|
params: params,
|
2098
2103
|
config: config)
|
2099
2104
|
context[:gem_name] = 'aws-sdk-finspacedata'
|
2100
|
-
context[:gem_version] = '1.
|
2105
|
+
context[:gem_version] = '1.20.0'
|
2101
2106
|
Seahorse::Client::Request.new(handlers, context)
|
2102
2107
|
end
|
2103
2108
|
|
@@ -330,7 +330,7 @@ module Aws::FinSpaceData
|
|
330
330
|
#
|
331
331
|
# Both `s3SourcePath` and `sourceType` are required attributes.
|
332
332
|
#
|
333
|
-
# Here is an example of how you could specify the `sourceParams
|
333
|
+
# Here is an example of how you could specify the `sourceParams`:
|
334
334
|
#
|
335
335
|
# ` "sourceParams": \{ "s3SourcePath":
|
336
336
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
@@ -363,7 +363,7 @@ module Aws::FinSpaceData
|
|
363
363
|
#
|
364
364
|
# * `XML` – XML source file format.
|
365
365
|
#
|
366
|
-
# Here is an example of how you could specify the `formatParams
|
366
|
+
# Here is an example of how you could specify the `formatParams`:
|
367
367
|
#
|
368
368
|
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
369
369
|
# "separator": ",", "compression":"None" \} `
|
@@ -2137,7 +2137,7 @@ module Aws::FinSpaceData
|
|
2137
2137
|
# Permission group parameters for Dataset permissions.
|
2138
2138
|
#
|
2139
2139
|
# Here is an example of how you could specify the
|
2140
|
-
# `PermissionGroupParams
|
2140
|
+
# `PermissionGroupParams`:
|
2141
2141
|
#
|
2142
2142
|
# ` \{ "permissionGroupId": "0r6fCRtSTUk4XPfXQe3M0g",
|
2143
2143
|
# "datasetPermissions": [ \{"permission": "ViewDatasetDetails"\},
|
@@ -2340,7 +2340,7 @@ module Aws::FinSpaceData
|
|
2340
2340
|
#
|
2341
2341
|
# Both `s3SourcePath` and `sourceType` are required attributes.
|
2342
2342
|
#
|
2343
|
-
# Here is an example of how you could specify the `sourceParams
|
2343
|
+
# Here is an example of how you could specify the `sourceParams`:
|
2344
2344
|
#
|
2345
2345
|
# ` "sourceParams": \{ "s3SourcePath":
|
2346
2346
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
@@ -2373,7 +2373,7 @@ module Aws::FinSpaceData
|
|
2373
2373
|
#
|
2374
2374
|
# * `XML` – XML source file format.
|
2375
2375
|
#
|
2376
|
-
# Here is an example of how you could specify the `formatParams
|
2376
|
+
# Here is an example of how you could specify the `formatParams`:
|
2377
2377
|
#
|
2378
2378
|
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
2379
2379
|
# "separator": ",", "compression":"None" \} `
|
data/lib/aws-sdk-finspacedata.rb
CHANGED
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.
|
4
|
+
version: 1.20.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: 2023-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|