aws-sdk-finspacedata 1.5.0 → 1.9.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-finspacedata/client.rb +697 -54
- data/lib/aws-sdk-finspacedata/client_api.rb +502 -41
- data/lib/aws-sdk-finspacedata/errors.rb +32 -0
- data/lib/aws-sdk-finspacedata/types.rb +1506 -126
- data/lib/aws-sdk-finspacedata.rb +1 -1
- metadata +2 -2
@@ -14,34 +14,102 @@ module Aws::FinSpaceData
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
AliasString = Shapes::StringShape.new(name: 'AliasString')
|
18
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
17
19
|
ChangeType = Shapes::StringShape.new(name: 'ChangeType')
|
18
|
-
|
19
|
-
|
20
|
+
ChangesetArn = Shapes::StringShape.new(name: 'ChangesetArn')
|
21
|
+
ChangesetErrorInfo = Shapes::StructureShape.new(name: 'ChangesetErrorInfo')
|
22
|
+
ChangesetId = Shapes::StringShape.new(name: 'ChangesetId')
|
23
|
+
ChangesetList = Shapes::ListShape.new(name: 'ChangesetList')
|
24
|
+
ChangesetSummary = Shapes::StructureShape.new(name: 'ChangesetSummary')
|
25
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
26
|
+
ColumnDataType = Shapes::StringShape.new(name: 'ColumnDataType')
|
27
|
+
ColumnDefinition = Shapes::StructureShape.new(name: 'ColumnDefinition')
|
28
|
+
ColumnDescription = Shapes::StringShape.new(name: 'ColumnDescription')
|
29
|
+
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
30
|
+
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
31
|
+
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
32
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
20
33
|
CreateChangesetRequest = Shapes::StructureShape.new(name: 'CreateChangesetRequest')
|
21
34
|
CreateChangesetResponse = Shapes::StructureShape.new(name: 'CreateChangesetResponse')
|
35
|
+
CreateDataViewRequest = Shapes::StructureShape.new(name: 'CreateDataViewRequest')
|
36
|
+
CreateDataViewResponse = Shapes::StructureShape.new(name: 'CreateDataViewResponse')
|
37
|
+
CreateDatasetRequest = Shapes::StructureShape.new(name: 'CreateDatasetRequest')
|
38
|
+
CreateDatasetResponse = Shapes::StructureShape.new(name: 'CreateDatasetResponse')
|
22
39
|
Credentials = Shapes::StructureShape.new(name: 'Credentials')
|
40
|
+
DataViewArn = Shapes::StringShape.new(name: 'DataViewArn')
|
41
|
+
DataViewDestinationType = Shapes::StringShape.new(name: 'DataViewDestinationType')
|
42
|
+
DataViewDestinationTypeParams = Shapes::StructureShape.new(name: 'DataViewDestinationTypeParams')
|
43
|
+
DataViewErrorInfo = Shapes::StructureShape.new(name: 'DataViewErrorInfo')
|
44
|
+
DataViewId = Shapes::StringShape.new(name: 'DataViewId')
|
45
|
+
DataViewList = Shapes::ListShape.new(name: 'DataViewList')
|
46
|
+
DataViewStatus = Shapes::StringShape.new(name: 'DataViewStatus')
|
47
|
+
DataViewSummary = Shapes::StructureShape.new(name: 'DataViewSummary')
|
48
|
+
Dataset = Shapes::StructureShape.new(name: 'Dataset')
|
49
|
+
DatasetArn = Shapes::StringShape.new(name: 'DatasetArn')
|
50
|
+
DatasetDescription = Shapes::StringShape.new(name: 'DatasetDescription')
|
51
|
+
DatasetId = Shapes::StringShape.new(name: 'DatasetId')
|
52
|
+
DatasetKind = Shapes::StringShape.new(name: 'DatasetKind')
|
53
|
+
DatasetList = Shapes::ListShape.new(name: 'DatasetList')
|
54
|
+
DatasetOwnerInfo = Shapes::StructureShape.new(name: 'DatasetOwnerInfo')
|
55
|
+
DatasetStatus = Shapes::StringShape.new(name: 'DatasetStatus')
|
56
|
+
DatasetTitle = Shapes::StringShape.new(name: 'DatasetTitle')
|
57
|
+
DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
|
58
|
+
DeleteDatasetResponse = Shapes::StructureShape.new(name: 'DeleteDatasetResponse')
|
59
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
23
60
|
ErrorCategory = Shapes::StringShape.new(name: 'ErrorCategory')
|
24
|
-
|
25
|
-
|
61
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
62
|
+
ExportFileFormat = Shapes::StringShape.new(name: 'ExportFileFormat')
|
63
|
+
FormatParams = Shapes::MapShape.new(name: 'FormatParams')
|
64
|
+
GetChangesetRequest = Shapes::StructureShape.new(name: 'GetChangesetRequest')
|
65
|
+
GetChangesetResponse = Shapes::StructureShape.new(name: 'GetChangesetResponse')
|
66
|
+
GetDataViewRequest = Shapes::StructureShape.new(name: 'GetDataViewRequest')
|
67
|
+
GetDataViewResponse = Shapes::StructureShape.new(name: 'GetDataViewResponse')
|
68
|
+
GetDatasetRequest = Shapes::StructureShape.new(name: 'GetDatasetRequest')
|
69
|
+
GetDatasetResponse = Shapes::StructureShape.new(name: 'GetDatasetResponse')
|
26
70
|
GetProgrammaticAccessCredentialsRequest = Shapes::StructureShape.new(name: 'GetProgrammaticAccessCredentialsRequest')
|
27
71
|
GetProgrammaticAccessCredentialsResponse = Shapes::StructureShape.new(name: 'GetProgrammaticAccessCredentialsResponse')
|
28
72
|
GetWorkingLocationRequest = Shapes::StructureShape.new(name: 'GetWorkingLocationRequest')
|
29
73
|
GetWorkingLocationResponse = Shapes::StructureShape.new(name: 'GetWorkingLocationResponse')
|
30
74
|
IdType = Shapes::StringShape.new(name: 'IdType')
|
75
|
+
IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
|
31
76
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
77
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
78
|
+
ListChangesetsRequest = Shapes::StructureShape.new(name: 'ListChangesetsRequest')
|
79
|
+
ListChangesetsResponse = Shapes::StructureShape.new(name: 'ListChangesetsResponse')
|
80
|
+
ListDataViewsRequest = Shapes::StructureShape.new(name: 'ListDataViewsRequest')
|
81
|
+
ListDataViewsResponse = Shapes::StructureShape.new(name: 'ListDataViewsResponse')
|
82
|
+
ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
|
83
|
+
ListDatasetsResponse = Shapes::StructureShape.new(name: 'ListDatasetsResponse')
|
84
|
+
OwnerName = Shapes::StringShape.new(name: 'OwnerName')
|
85
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
86
|
+
PartitionColumnList = Shapes::ListShape.new(name: 'PartitionColumnList')
|
87
|
+
PermissionGroupId = Shapes::StringShape.new(name: 'PermissionGroupId')
|
88
|
+
PermissionGroupParams = Shapes::StructureShape.new(name: 'PermissionGroupParams')
|
89
|
+
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
32
90
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
91
|
+
ResourcePermission = Shapes::StructureShape.new(name: 'ResourcePermission')
|
92
|
+
ResourcePermissionsList = Shapes::ListShape.new(name: 'ResourcePermissionsList')
|
93
|
+
ResultLimit = Shapes::IntegerShape.new(name: 'ResultLimit')
|
94
|
+
S3DestinationFormatOptions = Shapes::MapShape.new(name: 'S3DestinationFormatOptions')
|
95
|
+
SchemaDefinition = Shapes::StructureShape.new(name: 'SchemaDefinition')
|
96
|
+
SchemaUnion = Shapes::StructureShape.new(name: 'SchemaUnion')
|
33
97
|
SessionDuration = Shapes::IntegerShape.new(name: 'SessionDuration')
|
34
|
-
|
98
|
+
SortColumnList = Shapes::ListShape.new(name: 'SortColumnList')
|
99
|
+
SourceParams = Shapes::MapShape.new(name: 'SourceParams')
|
100
|
+
StringMapKey = Shapes::StringShape.new(name: 'StringMapKey')
|
101
|
+
StringMapValue = Shapes::StringShape.new(name: 'StringMapValue')
|
102
|
+
StringValueLength1to250 = Shapes::StringShape.new(name: 'StringValueLength1to250')
|
103
|
+
StringValueLength1to255 = Shapes::StringShape.new(name: 'StringValueLength1to255')
|
35
104
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
36
|
-
|
105
|
+
TimestampEpoch = Shapes::IntegerShape.new(name: 'TimestampEpoch')
|
106
|
+
UpdateChangesetRequest = Shapes::StructureShape.new(name: 'UpdateChangesetRequest')
|
107
|
+
UpdateChangesetResponse = Shapes::StructureShape.new(name: 'UpdateChangesetResponse')
|
108
|
+
UpdateDatasetRequest = Shapes::StructureShape.new(name: 'UpdateDatasetRequest')
|
109
|
+
UpdateDatasetResponse = Shapes::StructureShape.new(name: 'UpdateDatasetResponse')
|
37
110
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
38
|
-
arn = Shapes::StringShape.new(name: 'arn')
|
39
111
|
errorMessage = Shapes::StringShape.new(name: 'errorMessage')
|
40
112
|
locationType = Shapes::StringShape.new(name: 'locationType')
|
41
|
-
stringMap = Shapes::MapShape.new(name: 'stringMap')
|
42
|
-
stringMapKey = Shapes::StringShape.new(name: 'stringMapKey')
|
43
|
-
stringMapValue = Shapes::StringShape.new(name: 'stringMapValue')
|
44
|
-
stringValue = Shapes::StringShape.new(name: 'stringValue')
|
45
113
|
stringValueLength1to1024 = Shapes::StringShape.new(name: 'stringValueLength1to1024')
|
46
114
|
stringValueLength1to255 = Shapes::StringShape.new(name: 'stringValueLength1to255')
|
47
115
|
stringValueLength1to63 = Shapes::StringShape.new(name: 'stringValueLength1to63')
|
@@ -50,42 +118,186 @@ module Aws::FinSpaceData
|
|
50
118
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
51
119
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
52
120
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
121
|
+
ChangesetErrorInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
|
122
|
+
ChangesetErrorInfo.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "errorCategory"))
|
123
|
+
ChangesetErrorInfo.struct_class = Types::ChangesetErrorInfo
|
124
|
+
|
125
|
+
ChangesetList.member = Shapes::ShapeRef.new(shape: ChangesetSummary)
|
126
|
+
|
127
|
+
ChangesetSummary.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "changesetId"))
|
128
|
+
ChangesetSummary.add_member(:changeset_arn, Shapes::ShapeRef.new(shape: ChangesetArn, location_name: "changesetArn"))
|
129
|
+
ChangesetSummary.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
130
|
+
ChangesetSummary.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "changeType"))
|
131
|
+
ChangesetSummary.add_member(:source_params, Shapes::ShapeRef.new(shape: SourceParams, location_name: "sourceParams"))
|
132
|
+
ChangesetSummary.add_member(:format_params, Shapes::ShapeRef.new(shape: FormatParams, location_name: "formatParams"))
|
133
|
+
ChangesetSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
134
|
+
ChangesetSummary.add_member(:status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "status"))
|
135
|
+
ChangesetSummary.add_member(:error_info, Shapes::ShapeRef.new(shape: ChangesetErrorInfo, location_name: "errorInfo"))
|
136
|
+
ChangesetSummary.add_member(:active_until_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "activeUntilTimestamp", metadata: {"box"=>true}))
|
137
|
+
ChangesetSummary.add_member(:active_from_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "activeFromTimestamp", metadata: {"box"=>true}))
|
138
|
+
ChangesetSummary.add_member(:updates_changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "updatesChangesetId"))
|
139
|
+
ChangesetSummary.add_member(:updated_by_changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "updatedByChangesetId"))
|
140
|
+
ChangesetSummary.struct_class = Types::ChangesetSummary
|
141
|
+
|
142
|
+
ColumnDefinition.add_member(:data_type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "dataType"))
|
143
|
+
ColumnDefinition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "columnName"))
|
144
|
+
ColumnDefinition.add_member(:column_description, Shapes::ShapeRef.new(shape: ColumnDescription, location_name: "columnDescription"))
|
145
|
+
ColumnDefinition.struct_class = Types::ColumnDefinition
|
146
|
+
|
147
|
+
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnDefinition)
|
148
|
+
|
149
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
150
|
+
|
151
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
152
|
+
ConflictException.struct_class = Types::ConflictException
|
153
|
+
|
154
|
+
CreateChangesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
155
|
+
CreateChangesetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
70
156
|
CreateChangesetRequest.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, required: true, location_name: "changeType"))
|
71
|
-
CreateChangesetRequest.add_member(:
|
72
|
-
CreateChangesetRequest.add_member(:
|
73
|
-
CreateChangesetRequest.add_member(:format_type, Shapes::ShapeRef.new(shape: FormatType, location_name: "formatType"))
|
74
|
-
CreateChangesetRequest.add_member(:format_params, Shapes::ShapeRef.new(shape: stringMap, location_name: "formatParams"))
|
75
|
-
CreateChangesetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: stringMap, location_name: "tags"))
|
157
|
+
CreateChangesetRequest.add_member(:source_params, Shapes::ShapeRef.new(shape: SourceParams, required: true, location_name: "sourceParams"))
|
158
|
+
CreateChangesetRequest.add_member(:format_params, Shapes::ShapeRef.new(shape: FormatParams, required: true, location_name: "formatParams"))
|
76
159
|
CreateChangesetRequest.struct_class = Types::CreateChangesetRequest
|
77
160
|
|
78
|
-
CreateChangesetResponse.add_member(:
|
161
|
+
CreateChangesetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
162
|
+
CreateChangesetResponse.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "changesetId"))
|
79
163
|
CreateChangesetResponse.struct_class = Types::CreateChangesetResponse
|
80
164
|
|
165
|
+
CreateDataViewRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
166
|
+
CreateDataViewRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
167
|
+
CreateDataViewRequest.add_member(:auto_update, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoUpdate"))
|
168
|
+
CreateDataViewRequest.add_member(:sort_columns, Shapes::ShapeRef.new(shape: SortColumnList, location_name: "sortColumns"))
|
169
|
+
CreateDataViewRequest.add_member(:partition_columns, Shapes::ShapeRef.new(shape: PartitionColumnList, location_name: "partitionColumns"))
|
170
|
+
CreateDataViewRequest.add_member(:as_of_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "asOfTimestamp", metadata: {"box"=>true}))
|
171
|
+
CreateDataViewRequest.add_member(:destination_type_params, Shapes::ShapeRef.new(shape: DataViewDestinationTypeParams, required: true, location_name: "destinationTypeParams"))
|
172
|
+
CreateDataViewRequest.struct_class = Types::CreateDataViewRequest
|
173
|
+
|
174
|
+
CreateDataViewResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
175
|
+
CreateDataViewResponse.add_member(:data_view_id, Shapes::ShapeRef.new(shape: DataViewId, location_name: "dataViewId"))
|
176
|
+
CreateDataViewResponse.struct_class = Types::CreateDataViewResponse
|
177
|
+
|
178
|
+
CreateDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
179
|
+
CreateDatasetRequest.add_member(:dataset_title, Shapes::ShapeRef.new(shape: DatasetTitle, required: true, location_name: "datasetTitle"))
|
180
|
+
CreateDatasetRequest.add_member(:kind, Shapes::ShapeRef.new(shape: DatasetKind, required: true, location_name: "kind"))
|
181
|
+
CreateDatasetRequest.add_member(:dataset_description, Shapes::ShapeRef.new(shape: DatasetDescription, location_name: "datasetDescription"))
|
182
|
+
CreateDatasetRequest.add_member(:owner_info, Shapes::ShapeRef.new(shape: DatasetOwnerInfo, location_name: "ownerInfo"))
|
183
|
+
CreateDatasetRequest.add_member(:permission_group_params, Shapes::ShapeRef.new(shape: PermissionGroupParams, required: true, location_name: "permissionGroupParams"))
|
184
|
+
CreateDatasetRequest.add_member(:alias, Shapes::ShapeRef.new(shape: AliasString, location_name: "alias"))
|
185
|
+
CreateDatasetRequest.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaUnion, location_name: "schemaDefinition"))
|
186
|
+
CreateDatasetRequest.struct_class = Types::CreateDatasetRequest
|
187
|
+
|
188
|
+
CreateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
189
|
+
CreateDatasetResponse.struct_class = Types::CreateDatasetResponse
|
190
|
+
|
81
191
|
Credentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: stringValueLength1to255, location_name: "accessKeyId"))
|
82
192
|
Credentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: stringValueMaxLength1000, location_name: "secretAccessKey"))
|
83
193
|
Credentials.add_member(:session_token, Shapes::ShapeRef.new(shape: stringValueMaxLength1000, location_name: "sessionToken"))
|
84
194
|
Credentials.struct_class = Types::Credentials
|
85
195
|
|
86
|
-
|
87
|
-
|
88
|
-
|
196
|
+
DataViewDestinationTypeParams.add_member(:destination_type, Shapes::ShapeRef.new(shape: DataViewDestinationType, required: true, location_name: "destinationType"))
|
197
|
+
DataViewDestinationTypeParams.add_member(:s3_destination_export_file_format, Shapes::ShapeRef.new(shape: ExportFileFormat, location_name: "s3DestinationExportFileFormat"))
|
198
|
+
DataViewDestinationTypeParams.add_member(:s3_destination_export_file_format_options, Shapes::ShapeRef.new(shape: S3DestinationFormatOptions, location_name: "s3DestinationExportFileFormatOptions"))
|
199
|
+
DataViewDestinationTypeParams.struct_class = Types::DataViewDestinationTypeParams
|
200
|
+
|
201
|
+
DataViewErrorInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
|
202
|
+
DataViewErrorInfo.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "errorCategory"))
|
203
|
+
DataViewErrorInfo.struct_class = Types::DataViewErrorInfo
|
204
|
+
|
205
|
+
DataViewList.member = Shapes::ShapeRef.new(shape: DataViewSummary)
|
206
|
+
|
207
|
+
DataViewSummary.add_member(:data_view_id, Shapes::ShapeRef.new(shape: DataViewId, location_name: "dataViewId"))
|
208
|
+
DataViewSummary.add_member(:data_view_arn, Shapes::ShapeRef.new(shape: DataViewArn, location_name: "dataViewArn"))
|
209
|
+
DataViewSummary.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
210
|
+
DataViewSummary.add_member(:as_of_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "asOfTimestamp", metadata: {"box"=>true}))
|
211
|
+
DataViewSummary.add_member(:partition_columns, Shapes::ShapeRef.new(shape: PartitionColumnList, location_name: "partitionColumns"))
|
212
|
+
DataViewSummary.add_member(:sort_columns, Shapes::ShapeRef.new(shape: SortColumnList, location_name: "sortColumns"))
|
213
|
+
DataViewSummary.add_member(:status, Shapes::ShapeRef.new(shape: DataViewStatus, location_name: "status"))
|
214
|
+
DataViewSummary.add_member(:error_info, Shapes::ShapeRef.new(shape: DataViewErrorInfo, location_name: "errorInfo"))
|
215
|
+
DataViewSummary.add_member(:destination_type_properties, Shapes::ShapeRef.new(shape: DataViewDestinationTypeParams, location_name: "destinationTypeProperties"))
|
216
|
+
DataViewSummary.add_member(:auto_update, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoUpdate"))
|
217
|
+
DataViewSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
218
|
+
DataViewSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
|
219
|
+
DataViewSummary.struct_class = Types::DataViewSummary
|
220
|
+
|
221
|
+
Dataset.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
222
|
+
Dataset.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: DatasetArn, location_name: "datasetArn"))
|
223
|
+
Dataset.add_member(:dataset_title, Shapes::ShapeRef.new(shape: DatasetTitle, location_name: "datasetTitle"))
|
224
|
+
Dataset.add_member(:kind, Shapes::ShapeRef.new(shape: DatasetKind, location_name: "kind"))
|
225
|
+
Dataset.add_member(:dataset_description, Shapes::ShapeRef.new(shape: DatasetDescription, location_name: "datasetDescription"))
|
226
|
+
Dataset.add_member(:owner_info, Shapes::ShapeRef.new(shape: DatasetOwnerInfo, location_name: "ownerInfo"))
|
227
|
+
Dataset.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
228
|
+
Dataset.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
|
229
|
+
Dataset.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaUnion, location_name: "schemaDefinition"))
|
230
|
+
Dataset.add_member(:alias, Shapes::ShapeRef.new(shape: AliasString, location_name: "alias"))
|
231
|
+
Dataset.struct_class = Types::Dataset
|
232
|
+
|
233
|
+
DatasetList.member = Shapes::ShapeRef.new(shape: Dataset)
|
234
|
+
|
235
|
+
DatasetOwnerInfo.add_member(:name, Shapes::ShapeRef.new(shape: OwnerName, location_name: "name"))
|
236
|
+
DatasetOwnerInfo.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "phoneNumber"))
|
237
|
+
DatasetOwnerInfo.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
238
|
+
DatasetOwnerInfo.struct_class = Types::DatasetOwnerInfo
|
239
|
+
|
240
|
+
DeleteDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
241
|
+
DeleteDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
242
|
+
DeleteDatasetRequest.struct_class = Types::DeleteDatasetRequest
|
243
|
+
|
244
|
+
DeleteDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
245
|
+
DeleteDatasetResponse.struct_class = Types::DeleteDatasetResponse
|
246
|
+
|
247
|
+
FormatParams.key = Shapes::ShapeRef.new(shape: StringMapKey)
|
248
|
+
FormatParams.value = Shapes::ShapeRef.new(shape: StringMapValue)
|
249
|
+
|
250
|
+
GetChangesetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
251
|
+
GetChangesetRequest.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, required: true, location: "uri", location_name: "changesetId"))
|
252
|
+
GetChangesetRequest.struct_class = Types::GetChangesetRequest
|
253
|
+
|
254
|
+
GetChangesetResponse.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "changesetId"))
|
255
|
+
GetChangesetResponse.add_member(:changeset_arn, Shapes::ShapeRef.new(shape: ChangesetArn, location_name: "changesetArn"))
|
256
|
+
GetChangesetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
257
|
+
GetChangesetResponse.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "changeType"))
|
258
|
+
GetChangesetResponse.add_member(:source_params, Shapes::ShapeRef.new(shape: SourceParams, location_name: "sourceParams"))
|
259
|
+
GetChangesetResponse.add_member(:format_params, Shapes::ShapeRef.new(shape: FormatParams, location_name: "formatParams"))
|
260
|
+
GetChangesetResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
261
|
+
GetChangesetResponse.add_member(:status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "status"))
|
262
|
+
GetChangesetResponse.add_member(:error_info, Shapes::ShapeRef.new(shape: ChangesetErrorInfo, location_name: "errorInfo"))
|
263
|
+
GetChangesetResponse.add_member(:active_until_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "activeUntilTimestamp", metadata: {"box"=>true}))
|
264
|
+
GetChangesetResponse.add_member(:active_from_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "activeFromTimestamp", metadata: {"box"=>true}))
|
265
|
+
GetChangesetResponse.add_member(:updates_changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "updatesChangesetId"))
|
266
|
+
GetChangesetResponse.add_member(:updated_by_changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "updatedByChangesetId"))
|
267
|
+
GetChangesetResponse.struct_class = Types::GetChangesetResponse
|
268
|
+
|
269
|
+
GetDataViewRequest.add_member(:data_view_id, Shapes::ShapeRef.new(shape: DataViewId, required: true, location: "uri", location_name: "dataviewId"))
|
270
|
+
GetDataViewRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
271
|
+
GetDataViewRequest.struct_class = Types::GetDataViewRequest
|
272
|
+
|
273
|
+
GetDataViewResponse.add_member(:auto_update, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoUpdate"))
|
274
|
+
GetDataViewResponse.add_member(:partition_columns, Shapes::ShapeRef.new(shape: PartitionColumnList, location_name: "partitionColumns"))
|
275
|
+
GetDataViewResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
276
|
+
GetDataViewResponse.add_member(:as_of_timestamp, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "asOfTimestamp", metadata: {"box"=>true}))
|
277
|
+
GetDataViewResponse.add_member(:error_info, Shapes::ShapeRef.new(shape: DataViewErrorInfo, location_name: "errorInfo"))
|
278
|
+
GetDataViewResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
|
279
|
+
GetDataViewResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
280
|
+
GetDataViewResponse.add_member(:sort_columns, Shapes::ShapeRef.new(shape: SortColumnList, location_name: "sortColumns"))
|
281
|
+
GetDataViewResponse.add_member(:data_view_id, Shapes::ShapeRef.new(shape: DataViewId, location_name: "dataViewId"))
|
282
|
+
GetDataViewResponse.add_member(:data_view_arn, Shapes::ShapeRef.new(shape: DataViewArn, location_name: "dataViewArn"))
|
283
|
+
GetDataViewResponse.add_member(:destination_type_params, Shapes::ShapeRef.new(shape: DataViewDestinationTypeParams, location_name: "destinationTypeParams"))
|
284
|
+
GetDataViewResponse.add_member(:status, Shapes::ShapeRef.new(shape: DataViewStatus, location_name: "status"))
|
285
|
+
GetDataViewResponse.struct_class = Types::GetDataViewResponse
|
286
|
+
|
287
|
+
GetDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: StringValueLength1to255, required: true, location: "uri", location_name: "datasetId"))
|
288
|
+
GetDatasetRequest.struct_class = Types::GetDatasetRequest
|
289
|
+
|
290
|
+
GetDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
291
|
+
GetDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: DatasetArn, location_name: "datasetArn"))
|
292
|
+
GetDatasetResponse.add_member(:dataset_title, Shapes::ShapeRef.new(shape: DatasetTitle, location_name: "datasetTitle"))
|
293
|
+
GetDatasetResponse.add_member(:kind, Shapes::ShapeRef.new(shape: DatasetKind, location_name: "kind"))
|
294
|
+
GetDatasetResponse.add_member(:dataset_description, Shapes::ShapeRef.new(shape: DatasetDescription, location_name: "datasetDescription"))
|
295
|
+
GetDatasetResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
|
296
|
+
GetDatasetResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
|
297
|
+
GetDatasetResponse.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaUnion, location_name: "schemaDefinition"))
|
298
|
+
GetDatasetResponse.add_member(:alias, Shapes::ShapeRef.new(shape: AliasString, location_name: "alias"))
|
299
|
+
GetDatasetResponse.add_member(:status, Shapes::ShapeRef.new(shape: DatasetStatus, location_name: "status"))
|
300
|
+
GetDatasetResponse.struct_class = Types::GetDatasetResponse
|
89
301
|
|
90
302
|
GetProgrammaticAccessCredentialsRequest.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: SessionDuration, location: "querystring", location_name: "durationInMinutes"))
|
91
303
|
GetProgrammaticAccessCredentialsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: IdType, required: true, location: "querystring", location_name: "environmentId"))
|
@@ -106,17 +318,92 @@ module Aws::FinSpaceData
|
|
106
318
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
107
319
|
InternalServerException.struct_class = Types::InternalServerException
|
108
320
|
|
321
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
322
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
323
|
+
|
324
|
+
ListChangesetsRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
325
|
+
ListChangesetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
326
|
+
ListChangesetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
327
|
+
ListChangesetsRequest.struct_class = Types::ListChangesetsRequest
|
328
|
+
|
329
|
+
ListChangesetsResponse.add_member(:changesets, Shapes::ShapeRef.new(shape: ChangesetList, location_name: "changesets"))
|
330
|
+
ListChangesetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
331
|
+
ListChangesetsResponse.struct_class = Types::ListChangesetsResponse
|
332
|
+
|
333
|
+
ListDataViewsRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
334
|
+
ListDataViewsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
335
|
+
ListDataViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
336
|
+
ListDataViewsRequest.struct_class = Types::ListDataViewsRequest
|
337
|
+
|
338
|
+
ListDataViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
339
|
+
ListDataViewsResponse.add_member(:data_views, Shapes::ShapeRef.new(shape: DataViewList, location_name: "dataViews"))
|
340
|
+
ListDataViewsResponse.struct_class = Types::ListDataViewsResponse
|
341
|
+
|
342
|
+
ListDatasetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
343
|
+
ListDatasetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
344
|
+
ListDatasetsRequest.struct_class = Types::ListDatasetsRequest
|
345
|
+
|
346
|
+
ListDatasetsResponse.add_member(:datasets, Shapes::ShapeRef.new(shape: DatasetList, location_name: "datasets"))
|
347
|
+
ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
348
|
+
ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
|
349
|
+
|
350
|
+
PartitionColumnList.member = Shapes::ShapeRef.new(shape: StringValueLength1to255)
|
351
|
+
|
352
|
+
PermissionGroupParams.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
|
353
|
+
PermissionGroupParams.add_member(:dataset_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionsList, location_name: "datasetPermissions"))
|
354
|
+
PermissionGroupParams.struct_class = Types::PermissionGroupParams
|
355
|
+
|
109
356
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
110
357
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
111
358
|
|
359
|
+
ResourcePermission.add_member(:permission, Shapes::ShapeRef.new(shape: StringValueLength1to250, location_name: "permission"))
|
360
|
+
ResourcePermission.struct_class = Types::ResourcePermission
|
361
|
+
|
362
|
+
ResourcePermissionsList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
363
|
+
|
364
|
+
S3DestinationFormatOptions.key = Shapes::ShapeRef.new(shape: StringMapKey)
|
365
|
+
S3DestinationFormatOptions.value = Shapes::ShapeRef.new(shape: StringMapValue)
|
366
|
+
|
367
|
+
SchemaDefinition.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, location_name: "columns"))
|
368
|
+
SchemaDefinition.add_member(:primary_key_columns, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "primaryKeyColumns"))
|
369
|
+
SchemaDefinition.struct_class = Types::SchemaDefinition
|
370
|
+
|
371
|
+
SchemaUnion.add_member(:tabular_schema_config, Shapes::ShapeRef.new(shape: SchemaDefinition, location_name: "tabularSchemaConfig"))
|
372
|
+
SchemaUnion.struct_class = Types::SchemaUnion
|
373
|
+
|
374
|
+
SortColumnList.member = Shapes::ShapeRef.new(shape: StringValueLength1to255)
|
375
|
+
|
376
|
+
SourceParams.key = Shapes::ShapeRef.new(shape: StringMapKey)
|
377
|
+
SourceParams.value = Shapes::ShapeRef.new(shape: StringMapValue)
|
378
|
+
|
112
379
|
ThrottlingException.struct_class = Types::ThrottlingException
|
113
380
|
|
381
|
+
UpdateChangesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
382
|
+
UpdateChangesetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
383
|
+
UpdateChangesetRequest.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, required: true, location: "uri", location_name: "changesetId"))
|
384
|
+
UpdateChangesetRequest.add_member(:source_params, Shapes::ShapeRef.new(shape: SourceParams, required: true, location_name: "sourceParams"))
|
385
|
+
UpdateChangesetRequest.add_member(:format_params, Shapes::ShapeRef.new(shape: FormatParams, required: true, location_name: "formatParams"))
|
386
|
+
UpdateChangesetRequest.struct_class = Types::UpdateChangesetRequest
|
387
|
+
|
388
|
+
UpdateChangesetResponse.add_member(:changeset_id, Shapes::ShapeRef.new(shape: ChangesetId, location_name: "changesetId"))
|
389
|
+
UpdateChangesetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
390
|
+
UpdateChangesetResponse.struct_class = Types::UpdateChangesetResponse
|
391
|
+
|
392
|
+
UpdateDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
393
|
+
UpdateDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, required: true, location: "uri", location_name: "datasetId"))
|
394
|
+
UpdateDatasetRequest.add_member(:dataset_title, Shapes::ShapeRef.new(shape: DatasetTitle, required: true, location_name: "datasetTitle"))
|
395
|
+
UpdateDatasetRequest.add_member(:kind, Shapes::ShapeRef.new(shape: DatasetKind, required: true, location_name: "kind"))
|
396
|
+
UpdateDatasetRequest.add_member(:dataset_description, Shapes::ShapeRef.new(shape: DatasetDescription, location_name: "datasetDescription"))
|
397
|
+
UpdateDatasetRequest.add_member(:alias, Shapes::ShapeRef.new(shape: AliasString, location_name: "alias"))
|
398
|
+
UpdateDatasetRequest.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaUnion, location_name: "schemaDefinition"))
|
399
|
+
UpdateDatasetRequest.struct_class = Types::UpdateDatasetRequest
|
400
|
+
|
401
|
+
UpdateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
|
402
|
+
UpdateDatasetResponse.struct_class = Types::UpdateDatasetResponse
|
403
|
+
|
114
404
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
115
405
|
ValidationException.struct_class = Types::ValidationException
|
116
406
|
|
117
|
-
stringMap.key = Shapes::ShapeRef.new(shape: stringMapKey)
|
118
|
-
stringMap.value = Shapes::ShapeRef.new(shape: stringMapValue)
|
119
|
-
|
120
407
|
|
121
408
|
# @api private
|
122
409
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -139,7 +426,7 @@ module Aws::FinSpaceData
|
|
139
426
|
api.add_operation(:create_changeset, Seahorse::Model::Operation.new.tap do |o|
|
140
427
|
o.name = "CreateChangeset"
|
141
428
|
o.http_method = "POST"
|
142
|
-
o.http_request_uri = "/datasets/{datasetId}/
|
429
|
+
o.http_request_uri = "/datasets/{datasetId}/changesetsv2"
|
143
430
|
o.input = Shapes::ShapeRef.new(shape: CreateChangesetRequest)
|
144
431
|
o.output = Shapes::ShapeRef.new(shape: CreateChangesetResponse)
|
145
432
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -147,6 +434,93 @@ module Aws::FinSpaceData
|
|
147
434
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
148
435
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
149
436
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
437
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
438
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
439
|
+
end)
|
440
|
+
|
441
|
+
api.add_operation(:create_data_view, Seahorse::Model::Operation.new.tap do |o|
|
442
|
+
o.name = "CreateDataView"
|
443
|
+
o.http_method = "POST"
|
444
|
+
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2"
|
445
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataViewRequest)
|
446
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataViewResponse)
|
447
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
448
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
450
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
451
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
452
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
453
|
+
end)
|
454
|
+
|
455
|
+
api.add_operation(:create_dataset, Seahorse::Model::Operation.new.tap do |o|
|
456
|
+
o.name = "CreateDataset"
|
457
|
+
o.http_method = "POST"
|
458
|
+
o.http_request_uri = "/datasetsv2"
|
459
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDatasetRequest)
|
460
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDatasetResponse)
|
461
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
462
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
463
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
464
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
465
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
466
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
468
|
+
end)
|
469
|
+
|
470
|
+
api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
|
471
|
+
o.name = "DeleteDataset"
|
472
|
+
o.http_method = "DELETE"
|
473
|
+
o.http_request_uri = "/datasetsv2/{datasetId}"
|
474
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDatasetRequest)
|
475
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDatasetResponse)
|
476
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
477
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
478
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
479
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
480
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
481
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
482
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
483
|
+
end)
|
484
|
+
|
485
|
+
api.add_operation(:get_changeset, Seahorse::Model::Operation.new.tap do |o|
|
486
|
+
o.name = "GetChangeset"
|
487
|
+
o.http_method = "GET"
|
488
|
+
o.http_request_uri = "/datasets/{datasetId}/changesetsv2/{changesetId}"
|
489
|
+
o.input = Shapes::ShapeRef.new(shape: GetChangesetRequest)
|
490
|
+
o.output = Shapes::ShapeRef.new(shape: GetChangesetResponse)
|
491
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
492
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
493
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
494
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
495
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
497
|
+
end)
|
498
|
+
|
499
|
+
api.add_operation(:get_data_view, Seahorse::Model::Operation.new.tap do |o|
|
500
|
+
o.name = "GetDataView"
|
501
|
+
o.http_method = "GET"
|
502
|
+
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2/{dataviewId}"
|
503
|
+
o.input = Shapes::ShapeRef.new(shape: GetDataViewRequest)
|
504
|
+
o.output = Shapes::ShapeRef.new(shape: GetDataViewResponse)
|
505
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
506
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
507
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
508
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
509
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
510
|
+
end)
|
511
|
+
|
512
|
+
api.add_operation(:get_dataset, Seahorse::Model::Operation.new.tap do |o|
|
513
|
+
o.name = "GetDataset"
|
514
|
+
o.http_method = "GET"
|
515
|
+
o.http_request_uri = "/datasetsv2/{datasetId}"
|
516
|
+
o.input = Shapes::ShapeRef.new(shape: GetDatasetRequest)
|
517
|
+
o.output = Shapes::ShapeRef.new(shape: GetDatasetResponse)
|
518
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
519
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
520
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
521
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
522
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
523
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
150
524
|
end)
|
151
525
|
|
152
526
|
api.add_operation(:get_programmatic_access_credentials, Seahorse::Model::Operation.new.tap do |o|
|
@@ -156,6 +530,7 @@ module Aws::FinSpaceData
|
|
156
530
|
o.input = Shapes::ShapeRef.new(shape: GetProgrammaticAccessCredentialsRequest)
|
157
531
|
o.output = Shapes::ShapeRef.new(shape: GetProgrammaticAccessCredentialsResponse)
|
158
532
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
533
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
159
534
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
160
535
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
161
536
|
end)
|
@@ -171,6 +546,92 @@ module Aws::FinSpaceData
|
|
171
546
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
172
547
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
173
548
|
end)
|
549
|
+
|
550
|
+
api.add_operation(:list_changesets, Seahorse::Model::Operation.new.tap do |o|
|
551
|
+
o.name = "ListChangesets"
|
552
|
+
o.http_method = "GET"
|
553
|
+
o.http_request_uri = "/datasets/{datasetId}/changesetsv2"
|
554
|
+
o.input = Shapes::ShapeRef.new(shape: ListChangesetsRequest)
|
555
|
+
o.output = Shapes::ShapeRef.new(shape: ListChangesetsResponse)
|
556
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
557
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
558
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
562
|
+
o[:pager] = Aws::Pager.new(
|
563
|
+
limit_key: "max_results",
|
564
|
+
tokens: {
|
565
|
+
"next_token" => "next_token"
|
566
|
+
}
|
567
|
+
)
|
568
|
+
end)
|
569
|
+
|
570
|
+
api.add_operation(:list_data_views, Seahorse::Model::Operation.new.tap do |o|
|
571
|
+
o.name = "ListDataViews"
|
572
|
+
o.http_method = "GET"
|
573
|
+
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2"
|
574
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataViewsRequest)
|
575
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataViewsResponse)
|
576
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
580
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
581
|
+
o[:pager] = Aws::Pager.new(
|
582
|
+
limit_key: "max_results",
|
583
|
+
tokens: {
|
584
|
+
"next_token" => "next_token"
|
585
|
+
}
|
586
|
+
)
|
587
|
+
end)
|
588
|
+
|
589
|
+
api.add_operation(:list_datasets, Seahorse::Model::Operation.new.tap do |o|
|
590
|
+
o.name = "ListDatasets"
|
591
|
+
o.http_method = "GET"
|
592
|
+
o.http_request_uri = "/datasetsv2"
|
593
|
+
o.input = Shapes::ShapeRef.new(shape: ListDatasetsRequest)
|
594
|
+
o.output = Shapes::ShapeRef.new(shape: ListDatasetsResponse)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
598
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
599
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
600
|
+
o[:pager] = Aws::Pager.new(
|
601
|
+
limit_key: "max_results",
|
602
|
+
tokens: {
|
603
|
+
"next_token" => "next_token"
|
604
|
+
}
|
605
|
+
)
|
606
|
+
end)
|
607
|
+
|
608
|
+
api.add_operation(:update_changeset, Seahorse::Model::Operation.new.tap do |o|
|
609
|
+
o.name = "UpdateChangeset"
|
610
|
+
o.http_method = "PUT"
|
611
|
+
o.http_request_uri = "/datasets/{datasetId}/changesetsv2/{changesetId}"
|
612
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateChangesetRequest)
|
613
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateChangesetResponse)
|
614
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
615
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
616
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
617
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
618
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
619
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
620
|
+
end)
|
621
|
+
|
622
|
+
api.add_operation(:update_dataset, Seahorse::Model::Operation.new.tap do |o|
|
623
|
+
o.name = "UpdateDataset"
|
624
|
+
o.http_method = "PUT"
|
625
|
+
o.http_request_uri = "/datasetsv2/{datasetId}"
|
626
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDatasetRequest)
|
627
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDatasetResponse)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
634
|
+
end)
|
174
635
|
end
|
175
636
|
|
176
637
|
end
|