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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '06287ffedabd78f519575ac084836ddb1aa4fb21c469e2a9c3a4b20b037eb43b'
4
- data.tar.gz: fbd6013f8bdb4b7cb697cf7d78cc55447db3eb41104188de66fa174bf48a7125
3
+ metadata.gz: 0d81d43d15b9e9cd595d518309c7c10cec44053dc317f57fe08281b73de0bd87
4
+ data.tar.gz: a9b2f926c0056da30ad0dc0a3ae042dd874dafaceba9b70f5b41133fd228d002
5
5
  SHA512:
6
- metadata.gz: 28626a73a96acdcdb4a5ee85de2cae0d6fd031b46f437a3df1af0419369a54f0f8ccbdf9ee4bbc4dcc66b726a401217a88d9d6fd49100c63ecdbba61d749cd62
7
- data.tar.gz: b9f4dc7db45dbd694dbbe199a9ec2e2488f21cc188235134ff530c3fb1a116b58c993e118feaf109a28c5abee0f7c8fbe2c147ab412dcd7912ef8fd0953376d3
6
+ metadata.gz: 31a3297a45d31aa94c2b324ff7b6ce0afe0414c442c60b4dcd284936dc32e450c2c9bf9c7bc1ed53c3f8f52973f50cb390472bd8095010350943a0e000fac736
7
+ data.tar.gz: aea0bbf9ba67df2dd7b26ac8be001b16f2fa017c0c11f7a9e139901aa133de685054c41346e4b344d3604a4a12211e32b0941213af4093b829c94df0ba9facf5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
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": \{ "s3SourcePath":
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": \{ "formatType": "CSV", "withHeader": "true",
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
- # ` \{ "withHeader": "true", "separator": "," \} `
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": \{ "s3SourcePath":
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": \{ "formatType": "CSV", "withHeader": "true",
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
- # ` \{ "withHeader": "true", "separator": "," \} `
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.45.0'
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": \{ "s3SourcePath":
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": \{ "formatType": "CSV", "withHeader": "true",
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
- # ` \{ "withHeader": "true", "separator": "," \} `
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
- # ` \{ "header": "true", "delimiter": ",", "compression": "gzip" \}`
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
- # ` \{ "permissionGroupId": "0r6fCRtSTUk4XPfXQe3M0g",
2143
- # "datasetPermissions": [ \{"permission": "ViewDatasetDetails"\},
2144
- # \{"permission": "AddDatasetData"\}, \{"permission":
2145
- # "EditDatasetMetadata"\}, \{"permission": "DeleteDataset"\} ] \} `
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": \{ "s3SourcePath":
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": \{ "formatType": "CSV", "withHeader": "true",
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
- # ` \{ "withHeader": "true", "separator": "," \} `
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.
@@ -54,7 +54,7 @@ module Aws::FinSpaceData
54
54
  autoload :EndpointProvider, 'aws-sdk-finspacedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspacedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
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.45.0
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-10-18 00:00:00.000000000 Z
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