aws-sdk-finspacedata 1.10.0 → 1.11.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 +91 -12
- data/lib/aws-sdk-finspacedata/types.rb +145 -16
- 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: 92916b39e6ab2ee47c894389969dba1dd6eabfbfbd3a83276ba67d7975f8538e
|
4
|
+
data.tar.gz: db96bf2aa8f5d347af901aed5f9d0c90af2c85ae97c72eb013678105c03b3362
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a57f7e3e021c8cd53498b0714579421b3641bc5af1fc0787c5ddf1124f10cfcbe62b57a1962f92fc0c97d043463a186af089d29735f05a1825a7e06b44fc16c
|
7
|
+
data.tar.gz: 3a2a9c20c150f07f5891d423c74e0bd5b5d09b27d0c086f6d1c37421661f7698e0e344955e70c081483eb31f94df389ccd987da9a3b6638dede215c608690767
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -352,7 +352,7 @@ module Aws::FinSpaceData
|
|
352
352
|
# Creates a new Changeset in a FinSpace Dataset.
|
353
353
|
#
|
354
354
|
# @option params [String] :client_token
|
355
|
-
# A token
|
355
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
356
356
|
#
|
357
357
|
# **A suitable default value is auto-generated.** You should normally
|
358
358
|
# not need to pass this option.**
|
@@ -374,7 +374,25 @@ module Aws::FinSpaceData
|
|
374
374
|
# prior ingested Changeset.
|
375
375
|
#
|
376
376
|
# @option params [required, Hash<String,String>] :source_params
|
377
|
-
# Options that define the location of the data being ingested
|
377
|
+
# Options that define the location of the data being ingested
|
378
|
+
# (`s3SourcePath`) and the source of the changeset (`sourceType`).
|
379
|
+
#
|
380
|
+
# Both `s3SourcePath` and `sourceType` are required attributes.
|
381
|
+
#
|
382
|
+
# Here is an example of how you could specify the `sourceParams`\:
|
383
|
+
#
|
384
|
+
# ` "sourceParams": \{ "s3SourcePath":
|
385
|
+
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
386
|
+
# "sourceType": "S3" \} `
|
387
|
+
#
|
388
|
+
# The S3 path that you specify must allow the FinSpace role access. To
|
389
|
+
# do that, you first need to configure the IAM policy on S3 bucket. For
|
390
|
+
# more information, see [Loading data from an Amazon S3 Bucket using the
|
391
|
+
# FinSpace API][1]section.
|
392
|
+
#
|
393
|
+
#
|
394
|
+
#
|
395
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets
|
378
396
|
#
|
379
397
|
# @option params [required, Hash<String,String>] :format_params
|
380
398
|
# Options that define the structure of the source file(s) including the
|
@@ -392,10 +410,23 @@ module Aws::FinSpaceData
|
|
392
410
|
#
|
393
411
|
# * `XML` - XML source file format.
|
394
412
|
#
|
395
|
-
#
|
396
|
-
#
|
413
|
+
# Here is an example of how you could specify the `formatParams`\:
|
414
|
+
#
|
415
|
+
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
397
416
|
# "separator": ",", "compression":"None" \} `
|
398
417
|
#
|
418
|
+
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
419
|
+
# attributes will automatically default to CSV values as following:
|
420
|
+
#
|
421
|
+
# ` \{ "withHeader": "true", "separator": "," \} `
|
422
|
+
#
|
423
|
+
# For more information about supported file formats, see [Supported Data
|
424
|
+
# Types and File Formats][1] in the FinSpace User Guide.
|
425
|
+
#
|
426
|
+
#
|
427
|
+
#
|
428
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html
|
429
|
+
#
|
399
430
|
# @return [Types::CreateChangesetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
400
431
|
#
|
401
432
|
# * {Types::CreateChangesetResponse#dataset_id #dataset_id} => String
|
@@ -432,7 +463,7 @@ module Aws::FinSpaceData
|
|
432
463
|
# Creates a Dataview for a Dataset.
|
433
464
|
#
|
434
465
|
# @option params [String] :client_token
|
435
|
-
# A token
|
466
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
436
467
|
#
|
437
468
|
# **A suitable default value is auto-generated.** You should normally
|
438
469
|
# not need to pass this option.**
|
@@ -497,7 +528,7 @@ module Aws::FinSpaceData
|
|
497
528
|
# Creates a new FinSpace Dataset.
|
498
529
|
#
|
499
530
|
# @option params [String] :client_token
|
500
|
-
# A token
|
531
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
501
532
|
#
|
502
533
|
# **A suitable default value is auto-generated.** You should normally
|
503
534
|
# not need to pass this option.**
|
@@ -582,7 +613,7 @@ module Aws::FinSpaceData
|
|
582
613
|
# Deletes a FinSpace Dataset.
|
583
614
|
#
|
584
615
|
# @option params [String] :client_token
|
585
|
-
# A token
|
616
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
586
617
|
#
|
587
618
|
# **A suitable default value is auto-generated.** You should normally
|
588
619
|
# not need to pass this option.**
|
@@ -1034,7 +1065,7 @@ module Aws::FinSpaceData
|
|
1034
1065
|
# Updates a FinSpace Changeset.
|
1035
1066
|
#
|
1036
1067
|
# @option params [String] :client_token
|
1037
|
-
# A token
|
1068
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
1038
1069
|
#
|
1039
1070
|
# **A suitable default value is auto-generated.** You should normally
|
1040
1071
|
# not need to pass this option.**
|
@@ -1047,10 +1078,58 @@ module Aws::FinSpaceData
|
|
1047
1078
|
# The unique identifier for the Changeset to update.
|
1048
1079
|
#
|
1049
1080
|
# @option params [required, Hash<String,String>] :source_params
|
1050
|
-
# Options that define the location of the data being ingested
|
1081
|
+
# Options that define the location of the data being ingested
|
1082
|
+
# (`s3SourcePath`) and the source of the changeset (`sourceType`).
|
1083
|
+
#
|
1084
|
+
# Both `s3SourcePath` and `sourceType` are required attributes.
|
1085
|
+
#
|
1086
|
+
# Here is an example of how you could specify the `sourceParams`\:
|
1087
|
+
#
|
1088
|
+
# ` "sourceParams": \{ "s3SourcePath":
|
1089
|
+
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
1090
|
+
# "sourceType": "S3" \} `
|
1091
|
+
#
|
1092
|
+
# The S3 path that you specify must allow the FinSpace role access. To
|
1093
|
+
# do that, you first need to configure the IAM policy on S3 bucket. For
|
1094
|
+
# more information, see [Loading data from an Amazon S3 Bucket using the
|
1095
|
+
# FinSpace API][1]section.
|
1096
|
+
#
|
1097
|
+
#
|
1098
|
+
#
|
1099
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets
|
1051
1100
|
#
|
1052
1101
|
# @option params [required, Hash<String,String>] :format_params
|
1053
|
-
# Options that define the structure of the source file(s)
|
1102
|
+
# Options that define the structure of the source file(s) including the
|
1103
|
+
# format type (`formatType`), header row (`withHeader`), data separation
|
1104
|
+
# character (`separator`) and the type of compression (`compression`).
|
1105
|
+
#
|
1106
|
+
# `formatType` is a required attribute and can have the following
|
1107
|
+
# values:
|
1108
|
+
#
|
1109
|
+
# * `PARQUET` - Parquet source file format.
|
1110
|
+
#
|
1111
|
+
# * `CSV` - CSV source file format.
|
1112
|
+
#
|
1113
|
+
# * `JSON` - JSON source file format.
|
1114
|
+
#
|
1115
|
+
# * `XML` - XML source file format.
|
1116
|
+
#
|
1117
|
+
# Here is an example of how you could specify the `formatParams`\:
|
1118
|
+
#
|
1119
|
+
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
1120
|
+
# "separator": ",", "compression":"None" \} `
|
1121
|
+
#
|
1122
|
+
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
1123
|
+
# attributes will automatically default to CSV values as following:
|
1124
|
+
#
|
1125
|
+
# ` \{ "withHeader": "true", "separator": "," \} `
|
1126
|
+
#
|
1127
|
+
# For more information about supported file formats, see [Supported Data
|
1128
|
+
# Types and File Formats][1] in the FinSpace User Guide.
|
1129
|
+
#
|
1130
|
+
#
|
1131
|
+
#
|
1132
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html
|
1054
1133
|
#
|
1055
1134
|
# @return [Types::UpdateChangesetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1056
1135
|
#
|
@@ -1088,7 +1167,7 @@ module Aws::FinSpaceData
|
|
1088
1167
|
# Updates a FinSpace Dataset.
|
1089
1168
|
#
|
1090
1169
|
# @option params [String] :client_token
|
1091
|
-
# A token
|
1170
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
1092
1171
|
#
|
1093
1172
|
# **A suitable default value is auto-generated.** You should normally
|
1094
1173
|
# not need to pass this option.**
|
@@ -1168,7 +1247,7 @@ module Aws::FinSpaceData
|
|
1168
1247
|
params: params,
|
1169
1248
|
config: config)
|
1170
1249
|
context[:gem_name] = 'aws-sdk-finspacedata'
|
1171
|
-
context[:gem_version] = '1.
|
1250
|
+
context[:gem_version] = '1.11.0'
|
1172
1251
|
Seahorse::Client::Request.new(handlers, context)
|
1173
1252
|
end
|
1174
1253
|
|
@@ -131,7 +131,10 @@ module Aws::FinSpaceData
|
|
131
131
|
# @return [Integer]
|
132
132
|
#
|
133
133
|
# @!attribute [rw] active_from_timestamp
|
134
|
-
#
|
134
|
+
# Beginning time from which the Changeset is active. The value is
|
135
|
+
# determined as Epoch time in milliseconds. For example, the value for
|
136
|
+
# Monday, November 1, 2021 12:00:00 PM UTC is specified as
|
137
|
+
# 1635768000000.
|
135
138
|
# @return [Integer]
|
136
139
|
#
|
137
140
|
# @!attribute [rw] updates_changeset_id
|
@@ -250,7 +253,7 @@ module Aws::FinSpaceData
|
|
250
253
|
# }
|
251
254
|
#
|
252
255
|
# @!attribute [rw] client_token
|
253
|
-
# A token
|
256
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
254
257
|
#
|
255
258
|
# **A suitable default value is auto-generated.** You should normally
|
256
259
|
# not need to pass this option.
|
@@ -275,7 +278,25 @@ module Aws::FinSpaceData
|
|
275
278
|
# @return [String]
|
276
279
|
#
|
277
280
|
# @!attribute [rw] source_params
|
278
|
-
# Options that define the location of the data being ingested
|
281
|
+
# Options that define the location of the data being ingested
|
282
|
+
# (`s3SourcePath`) and the source of the changeset (`sourceType`).
|
283
|
+
#
|
284
|
+
# Both `s3SourcePath` and `sourceType` are required attributes.
|
285
|
+
#
|
286
|
+
# Here is an example of how you could specify the `sourceParams`\:
|
287
|
+
#
|
288
|
+
# ` "sourceParams": \{ "s3SourcePath":
|
289
|
+
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
290
|
+
# "sourceType": "S3" \} `
|
291
|
+
#
|
292
|
+
# The S3 path that you specify must allow the FinSpace role access. To
|
293
|
+
# do that, you first need to configure the IAM policy on S3 bucket.
|
294
|
+
# For more information, see [Loading data from an Amazon S3 Bucket
|
295
|
+
# using the FinSpace API][1]section.
|
296
|
+
#
|
297
|
+
#
|
298
|
+
#
|
299
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets
|
279
300
|
# @return [Hash<String,String>]
|
280
301
|
#
|
281
302
|
# @!attribute [rw] format_params
|
@@ -295,9 +316,22 @@ module Aws::FinSpaceData
|
|
295
316
|
#
|
296
317
|
# * `XML` - XML source file format.
|
297
318
|
#
|
298
|
-
#
|
299
|
-
#
|
319
|
+
# Here is an example of how you could specify the `formatParams`\:
|
320
|
+
#
|
321
|
+
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
300
322
|
# "separator": ",", "compression":"None" \} `
|
323
|
+
#
|
324
|
+
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
325
|
+
# attributes will automatically default to CSV values as following:
|
326
|
+
#
|
327
|
+
# ` \{ "withHeader": "true", "separator": "," \} `
|
328
|
+
#
|
329
|
+
# For more information about supported file formats, see [Supported
|
330
|
+
# Data Types and File Formats][1] in the FinSpace User Guide.
|
331
|
+
#
|
332
|
+
#
|
333
|
+
#
|
334
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html
|
301
335
|
# @return [Hash<String,String>]
|
302
336
|
#
|
303
337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/CreateChangesetRequest AWS API Documentation
|
@@ -354,7 +388,7 @@ module Aws::FinSpaceData
|
|
354
388
|
# }
|
355
389
|
#
|
356
390
|
# @!attribute [rw] client_token
|
357
|
-
# A token
|
391
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
358
392
|
#
|
359
393
|
# **A suitable default value is auto-generated.** You should normally
|
360
394
|
# not need to pass this option.
|
@@ -458,7 +492,7 @@ module Aws::FinSpaceData
|
|
458
492
|
# }
|
459
493
|
#
|
460
494
|
# @!attribute [rw] client_token
|
461
|
-
# A token
|
495
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
462
496
|
#
|
463
497
|
# **A suitable default value is auto-generated.** You should normally
|
464
498
|
# not need to pass this option.
|
@@ -567,14 +601,24 @@ module Aws::FinSpaceData
|
|
567
601
|
#
|
568
602
|
# * `GLUE_TABLE` - Glue table destination type.
|
569
603
|
#
|
570
|
-
#
|
604
|
+
# * `S3` - S3 destination type.
|
571
605
|
# @return [String]
|
572
606
|
#
|
573
607
|
# @!attribute [rw] s3_destination_export_file_format
|
574
|
-
# Data
|
608
|
+
# Data view export file format.
|
609
|
+
#
|
610
|
+
# * `PARQUET` - Parquet export file format.
|
611
|
+
#
|
612
|
+
# * `DELIMITED_TEXT` - Delimited text export file format.
|
575
613
|
# @return [String]
|
576
614
|
#
|
577
615
|
# @!attribute [rw] s3_destination_export_file_format_options
|
616
|
+
# Format Options for S3 Destination type.
|
617
|
+
#
|
618
|
+
# Here is an example of how you could specify the
|
619
|
+
# `s3DestinationExportFileFormatOptions`
|
620
|
+
#
|
621
|
+
# ` \{ "header": "true", "delimiter": ",", "compression": "gzip" \}`
|
578
622
|
# @return [Hash<String,String>]
|
579
623
|
#
|
580
624
|
# @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/DataViewDestinationTypeParams AWS API Documentation
|
@@ -832,7 +876,7 @@ module Aws::FinSpaceData
|
|
832
876
|
# }
|
833
877
|
#
|
834
878
|
# @!attribute [rw] client_token
|
835
|
-
# A token
|
879
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
836
880
|
#
|
837
881
|
# **A suitable default value is auto-generated.** You should normally
|
838
882
|
# not need to pass this option.
|
@@ -951,7 +995,10 @@ module Aws::FinSpaceData
|
|
951
995
|
# @return [Integer]
|
952
996
|
#
|
953
997
|
# @!attribute [rw] active_from_timestamp
|
954
|
-
#
|
998
|
+
# Beginning time from which the Changeset is active. The value is
|
999
|
+
# determined as Epoch time in milliseconds. For example, the value for
|
1000
|
+
# Monday, November 1, 2021 12:00:00 PM UTC is specified as
|
1001
|
+
# 1635768000000.
|
955
1002
|
# @return [Integer]
|
956
1003
|
#
|
957
1004
|
# @!attribute [rw] updates_changeset_id
|
@@ -1476,6 +1523,14 @@ module Aws::FinSpaceData
|
|
1476
1523
|
|
1477
1524
|
# Permission group parameters for Dataset permissions.
|
1478
1525
|
#
|
1526
|
+
# Here is an example of how you could specify the
|
1527
|
+
# `PermissionGroupParams`\:
|
1528
|
+
#
|
1529
|
+
# ` \{ "permissionGroupId": "0r6fCRtSTUk4XPfXQe3M0g",
|
1530
|
+
# "datasetPermissions": [ \{"permission": "ViewDatasetDetails"\},
|
1531
|
+
# \{"permission": "AddDatasetData"\}, \{"permission":
|
1532
|
+
# "EditDatasetMetadata"\}, \{"permission": "DeleteDataset"\} ] \} `
|
1533
|
+
#
|
1479
1534
|
# @note When making an API call, you may pass PermissionGroupParams
|
1480
1535
|
# data as a hash:
|
1481
1536
|
#
|
@@ -1518,7 +1573,32 @@ module Aws::FinSpaceData
|
|
1518
1573
|
include Aws::Structure
|
1519
1574
|
end
|
1520
1575
|
|
1521
|
-
# Resource permission for a
|
1576
|
+
# Resource permission for a dataset. When you create a dataset, all the
|
1577
|
+
# other members of the same user group inherit access to the dataset.
|
1578
|
+
# You can only create a dataset if your user group has application
|
1579
|
+
# permission for Create Datasets.
|
1580
|
+
#
|
1581
|
+
# The following is a list of valid dataset permissions that you can
|
1582
|
+
# apply:
|
1583
|
+
#
|
1584
|
+
# * `ViewDatasetDetails`
|
1585
|
+
#
|
1586
|
+
# * `ReadDatasetDetails`
|
1587
|
+
#
|
1588
|
+
# * `AddDatasetData`
|
1589
|
+
#
|
1590
|
+
# * `CreateSnapshot`
|
1591
|
+
#
|
1592
|
+
# * `EditDatasetMetadata`
|
1593
|
+
#
|
1594
|
+
# * `DeleteDataset`
|
1595
|
+
#
|
1596
|
+
# For more information on the ataset permissions, see [Supported Dataset
|
1597
|
+
# Permissions][1] in the FinSpace User Guide.
|
1598
|
+
#
|
1599
|
+
#
|
1600
|
+
#
|
1601
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/userguide/managing-user-permissions.html#supported-dataset-permissions
|
1522
1602
|
#
|
1523
1603
|
# @note When making an API call, you may pass ResourcePermission
|
1524
1604
|
# data as a hash:
|
@@ -1626,7 +1706,7 @@ module Aws::FinSpaceData
|
|
1626
1706
|
# }
|
1627
1707
|
#
|
1628
1708
|
# @!attribute [rw] client_token
|
1629
|
-
# A token
|
1709
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
1630
1710
|
#
|
1631
1711
|
# **A suitable default value is auto-generated.** You should normally
|
1632
1712
|
# not need to pass this option.
|
@@ -1642,11 +1722,60 @@ module Aws::FinSpaceData
|
|
1642
1722
|
# @return [String]
|
1643
1723
|
#
|
1644
1724
|
# @!attribute [rw] source_params
|
1645
|
-
# Options that define the location of the data being ingested
|
1725
|
+
# Options that define the location of the data being ingested
|
1726
|
+
# (`s3SourcePath`) and the source of the changeset (`sourceType`).
|
1727
|
+
#
|
1728
|
+
# Both `s3SourcePath` and `sourceType` are required attributes.
|
1729
|
+
#
|
1730
|
+
# Here is an example of how you could specify the `sourceParams`\:
|
1731
|
+
#
|
1732
|
+
# ` "sourceParams": \{ "s3SourcePath":
|
1733
|
+
# "s3://finspace-landing-us-east-2-bk7gcfvitndqa6ebnvys4d/scratch/wr5hh8pwkpqqkxa4sxrmcw/ingestion/equity.csv",
|
1734
|
+
# "sourceType": "S3" \} `
|
1735
|
+
#
|
1736
|
+
# The S3 path that you specify must allow the FinSpace role access. To
|
1737
|
+
# do that, you first need to configure the IAM policy on S3 bucket.
|
1738
|
+
# For more information, see [Loading data from an Amazon S3 Bucket
|
1739
|
+
# using the FinSpace API][1]section.
|
1740
|
+
#
|
1741
|
+
#
|
1742
|
+
#
|
1743
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#access-s3-buckets
|
1646
1744
|
# @return [Hash<String,String>]
|
1647
1745
|
#
|
1648
1746
|
# @!attribute [rw] format_params
|
1649
|
-
# Options that define the structure of the source file(s)
|
1747
|
+
# Options that define the structure of the source file(s) including
|
1748
|
+
# the format type (`formatType`), header row (`withHeader`), data
|
1749
|
+
# separation character (`separator`) and the type of compression
|
1750
|
+
# (`compression`).
|
1751
|
+
#
|
1752
|
+
# `formatType` is a required attribute and can have the following
|
1753
|
+
# values:
|
1754
|
+
#
|
1755
|
+
# * `PARQUET` - Parquet source file format.
|
1756
|
+
#
|
1757
|
+
# * `CSV` - CSV source file format.
|
1758
|
+
#
|
1759
|
+
# * `JSON` - JSON source file format.
|
1760
|
+
#
|
1761
|
+
# * `XML` - XML source file format.
|
1762
|
+
#
|
1763
|
+
# Here is an example of how you could specify the `formatParams`\:
|
1764
|
+
#
|
1765
|
+
# ` "formatParams": \{ "formatType": "CSV", "withHeader": "true",
|
1766
|
+
# "separator": ",", "compression":"None" \} `
|
1767
|
+
#
|
1768
|
+
# Note that if you only provide `formatType` as `CSV`, the rest of the
|
1769
|
+
# attributes will automatically default to CSV values as following:
|
1770
|
+
#
|
1771
|
+
# ` \{ "withHeader": "true", "separator": "," \} `
|
1772
|
+
#
|
1773
|
+
# For more information about supported file formats, see [Supported
|
1774
|
+
# Data Types and File Formats][1] in the FinSpace User Guide.
|
1775
|
+
#
|
1776
|
+
#
|
1777
|
+
#
|
1778
|
+
# [1]: https://docs.aws.amazon.com/finspace/latest/userguide/supported-data-types.html
|
1650
1779
|
# @return [Hash<String,String>]
|
1651
1780
|
#
|
1652
1781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/UpdateChangesetRequest AWS API Documentation
|
@@ -1708,7 +1837,7 @@ module Aws::FinSpaceData
|
|
1708
1837
|
# }
|
1709
1838
|
#
|
1710
1839
|
# @!attribute [rw] client_token
|
1711
|
-
# A token
|
1840
|
+
# A token that ensures idempotency. This token expires in 10 minutes.
|
1712
1841
|
#
|
1713
1842
|
# **A suitable default value is auto-generated.** You should normally
|
1714
1843
|
# not need to pass this option.
|
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.11.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:
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|