aws-sdk-finspacedata 1.45.0 → 1.46.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-finspacedata/client.rb +11 -11
- data/lib/aws-sdk-finspacedata/types.rb +15 -15
- data/lib/aws-sdk-finspacedata.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d81d43d15b9e9cd595d518309c7c10cec44053dc317f57fe08281b73de0bd87
|
4
|
+
data.tar.gz: a9b2f926c0056da30ad0dc0a3ae042dd874dafaceba9b70f5b41133fd228d002
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31a3297a45d31aa94c2b324ff7b6ce0afe0414c442c60b4dcd284936dc32e450c2c9bf9c7bc1ed53c3f8f52973f50cb390472bd8095010350943a0e000fac736
|
7
|
+
data.tar.gz: aea0bbf9ba67df2dd7b26ac8be001b16f2fa017c0c11f7a9e139901aa133de685054c41346e4b344d3604a4a12211e32b0941213af4093b829c94df0ba9facf5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -521,9 +521,9 @@ module Aws::FinSpaceData
|
|
521
521
|
#
|
522
522
|
# Here is an example of how you could specify the `sourceParams`:
|
523
523
|
#
|
524
|
-
# ` "sourceParams":
|
524
|
+
# ` "sourceParams": { "s3SourcePath":
|
525
525
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
526
|
-
# "sourceType": "S3"
|
526
|
+
# "sourceType": "S3" } `
|
527
527
|
#
|
528
528
|
# The S3 path that you specify must allow the FinSpace role access. To
|
529
529
|
# do that, you first need to configure the IAM policy on S3 bucket. For
|
@@ -552,13 +552,13 @@ module Aws::FinSpaceData
|
|
552
552
|
#
|
553
553
|
# Here is an example of how you could specify the `formatParams`:
|
554
554
|
#
|
555
|
-
# ` "formatParams":
|
556
|
-
# "separator": ",", "compression":"None"
|
555
|
+
# ` "formatParams": { "formatType": "CSV", "withHeader": "true",
|
556
|
+
# "separator": ",", "compression":"None" } `
|
557
557
|
#
|
558
558
|
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
559
559
|
# attributes will automatically default to CSV values as following:
|
560
560
|
#
|
561
|
-
# `
|
561
|
+
# ` { "withHeader": "true", "separator": "," } `
|
562
562
|
#
|
563
563
|
# For more information about supported file formats, see [Supported Data
|
564
564
|
# Types and File Formats][1] in the FinSpace User Guide.
|
@@ -1875,9 +1875,9 @@ module Aws::FinSpaceData
|
|
1875
1875
|
#
|
1876
1876
|
# Here is an example of how you could specify the `sourceParams`:
|
1877
1877
|
#
|
1878
|
-
# ` "sourceParams":
|
1878
|
+
# ` "sourceParams": { "s3SourcePath":
|
1879
1879
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
1880
|
-
# "sourceType": "S3"
|
1880
|
+
# "sourceType": "S3" } `
|
1881
1881
|
#
|
1882
1882
|
# The S3 path that you specify must allow the FinSpace role access. To
|
1883
1883
|
# do that, you first need to configure the IAM policy on S3 bucket. For
|
@@ -1906,13 +1906,13 @@ module Aws::FinSpaceData
|
|
1906
1906
|
#
|
1907
1907
|
# Here is an example of how you could specify the `formatParams`:
|
1908
1908
|
#
|
1909
|
-
# ` "formatParams":
|
1910
|
-
# "separator": ",", "compression":"None"
|
1909
|
+
# ` "formatParams": { "formatType": "CSV", "withHeader": "true",
|
1910
|
+
# "separator": ",", "compression":"None" } `
|
1911
1911
|
#
|
1912
1912
|
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
1913
1913
|
# attributes will automatically default to CSV values as following:
|
1914
1914
|
#
|
1915
|
-
# `
|
1915
|
+
# ` { "withHeader": "true", "separator": "," } `
|
1916
1916
|
#
|
1917
1917
|
# For more information about supported file formats, see [Supported Data
|
1918
1918
|
# Types and File Formats][1] in the FinSpace User Guide.
|
@@ -2187,7 +2187,7 @@ module Aws::FinSpaceData
|
|
2187
2187
|
tracer: tracer
|
2188
2188
|
)
|
2189
2189
|
context[:gem_name] = 'aws-sdk-finspacedata'
|
2190
|
-
context[:gem_version] = '1.
|
2190
|
+
context[:gem_version] = '1.46.0'
|
2191
2191
|
Seahorse::Client::Request.new(handlers, context)
|
2192
2192
|
end
|
2193
2193
|
|
@@ -332,9 +332,9 @@ module Aws::FinSpaceData
|
|
332
332
|
#
|
333
333
|
# Here is an example of how you could specify the `sourceParams`:
|
334
334
|
#
|
335
|
-
# ` "sourceParams":
|
335
|
+
# ` "sourceParams": { "s3SourcePath":
|
336
336
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
337
|
-
# "sourceType": "S3"
|
337
|
+
# "sourceType": "S3" } `
|
338
338
|
#
|
339
339
|
# The S3 path that you specify must allow the FinSpace role access. To
|
340
340
|
# do that, you first need to configure the IAM policy on S3 bucket.
|
@@ -365,13 +365,13 @@ module Aws::FinSpaceData
|
|
365
365
|
#
|
366
366
|
# Here is an example of how you could specify the `formatParams`:
|
367
367
|
#
|
368
|
-
# ` "formatParams":
|
369
|
-
# "separator": ",", "compression":"None"
|
368
|
+
# ` "formatParams": { "formatType": "CSV", "withHeader": "true",
|
369
|
+
# "separator": ",", "compression":"None" } `
|
370
370
|
#
|
371
371
|
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
372
372
|
# attributes will automatically default to CSV values as following:
|
373
373
|
#
|
374
|
-
# `
|
374
|
+
# ` { "withHeader": "true", "separator": "," } `
|
375
375
|
#
|
376
376
|
# For more information about supported file formats, see [Supported
|
377
377
|
# Data Types and File Formats][1] in the FinSpace User Guide.
|
@@ -743,7 +743,7 @@ module Aws::FinSpaceData
|
|
743
743
|
# Here is an example of how you could specify the
|
744
744
|
# `s3DestinationExportFileFormatOptions`
|
745
745
|
#
|
746
|
-
# `
|
746
|
+
# ` { "header": "true", "delimiter": ",", "compression": "gzip" }`
|
747
747
|
# @return [Hash<String,String>]
|
748
748
|
#
|
749
749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/DataViewDestinationTypeParams AWS API Documentation
|
@@ -2139,10 +2139,10 @@ module Aws::FinSpaceData
|
|
2139
2139
|
# Here is an example of how you could specify the
|
2140
2140
|
# `PermissionGroupParams`:
|
2141
2141
|
#
|
2142
|
-
# `
|
2143
|
-
# "datasetPermissions": [
|
2144
|
-
#
|
2145
|
-
# "EditDatasetMetadata"
|
2142
|
+
# ` { "permissionGroupId": "0r6fCRtSTUk4XPfXQe3M0g",
|
2143
|
+
# "datasetPermissions": [ {"permission": "ViewDatasetDetails"},
|
2144
|
+
# {"permission": "AddDatasetData"}, {"permission":
|
2145
|
+
# "EditDatasetMetadata"}, {"permission": "DeleteDataset"} ] } `
|
2146
2146
|
#
|
2147
2147
|
# @!attribute [rw] permission_group_id
|
2148
2148
|
# The unique identifier for the `PermissionGroup`.
|
@@ -2342,9 +2342,9 @@ module Aws::FinSpaceData
|
|
2342
2342
|
#
|
2343
2343
|
# Here is an example of how you could specify the `sourceParams`:
|
2344
2344
|
#
|
2345
|
-
# ` "sourceParams":
|
2345
|
+
# ` "sourceParams": { "s3SourcePath":
|
2346
2346
|
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
2347
|
-
# "sourceType": "S3"
|
2347
|
+
# "sourceType": "S3" } `
|
2348
2348
|
#
|
2349
2349
|
# The S3 path that you specify must allow the FinSpace role access. To
|
2350
2350
|
# do that, you first need to configure the IAM policy on S3 bucket.
|
@@ -2375,13 +2375,13 @@ module Aws::FinSpaceData
|
|
2375
2375
|
#
|
2376
2376
|
# Here is an example of how you could specify the `formatParams`:
|
2377
2377
|
#
|
2378
|
-
# ` "formatParams":
|
2379
|
-
# "separator": ",", "compression":"None"
|
2378
|
+
# ` "formatParams": { "formatType": "CSV", "withHeader": "true",
|
2379
|
+
# "separator": ",", "compression":"None" } `
|
2380
2380
|
#
|
2381
2381
|
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
2382
2382
|
# attributes will automatically default to CSV values as following:
|
2383
2383
|
#
|
2384
|
-
# `
|
2384
|
+
# ` { "withHeader": "true", "separator": "," } `
|
2385
2385
|
#
|
2386
2386
|
# For more information about supported file formats, see [Supported
|
2387
2387
|
# Data Types and File Formats][1] in the FinSpace User Guide.
|
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.46.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|