aws-sdk 2.1073.0 → 2.1074.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.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +57 -34
- package/apis/athena-2017-05-18.min.json +32 -29
- package/apis/rds-2014-10-31.min.json +6 -0
- package/clients/appflow.d.ts +28 -1
- package/clients/athena.d.ts +9 -4
- package/clients/rds.d.ts +14 -6
- package/dist/aws-sdk-core-react-native.js +2 -3
- package/dist/aws-sdk-react-native.js +5 -6
- package/dist/aws-sdk.js +42 -34
- package/dist/aws-sdk.min.js +62 -62
- package/lib/core.js +1 -1
- package/lib/param_validator.js +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1074.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1074.0
|
|
6
|
+
* bugfix: ParamValidator: Fix the validation error when assign non-object values to member with document trait
|
|
7
|
+
* feature: Appflow: Launching Amazon AppFlow SAP as a destination connector SDK.
|
|
8
|
+
* feature: Athena: This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
|
|
9
|
+
* feature: RDS: Adds support for determining which Aurora PostgreSQL versions support Babelfish.
|
|
10
|
+
|
|
5
11
|
## 2.1073.0
|
|
6
12
|
* feature: CloudFormation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
|
|
7
13
|
* feature: LookoutVision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1074.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"shape": "S3y"
|
|
70
70
|
},
|
|
71
71
|
"tasks": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "S4t"
|
|
73
73
|
},
|
|
74
74
|
"tags": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S5j"
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"type": "structure",
|
|
145
145
|
"members": {
|
|
146
146
|
"connectorConfiguration": {
|
|
147
|
-
"shape": "
|
|
147
|
+
"shape": "S5v"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -214,10 +214,10 @@
|
|
|
214
214
|
"valueRegexPattern": {},
|
|
215
215
|
"supportedDateFormat": {},
|
|
216
216
|
"fieldValueRange": {
|
|
217
|
-
"shape": "
|
|
217
|
+
"shape": "S7x"
|
|
218
218
|
},
|
|
219
219
|
"fieldLengthRange": {
|
|
220
|
-
"shape": "
|
|
220
|
+
"shape": "S7x"
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"type": "boolean"
|
|
258
258
|
},
|
|
259
259
|
"supportedWriteOperations": {
|
|
260
|
-
"shape": "
|
|
260
|
+
"shape": "S7g"
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"type": "structure",
|
|
336
336
|
"members": {
|
|
337
337
|
"connectorTypes": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S5w"
|
|
339
339
|
},
|
|
340
340
|
"maxResults": {
|
|
341
341
|
"type": "integer"
|
|
@@ -350,11 +350,11 @@
|
|
|
350
350
|
"type": "map",
|
|
351
351
|
"key": {},
|
|
352
352
|
"value": {
|
|
353
|
-
"shape": "
|
|
353
|
+
"shape": "S5v"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
"connectors": {
|
|
357
|
-
"shape": "
|
|
357
|
+
"shape": "S8f"
|
|
358
358
|
},
|
|
359
359
|
"nextToken": {}
|
|
360
360
|
}
|
|
@@ -389,13 +389,13 @@
|
|
|
389
389
|
"shape": "S3y"
|
|
390
390
|
},
|
|
391
391
|
"lastRunExecutionDetails": {
|
|
392
|
-
"shape": "
|
|
392
|
+
"shape": "S8l"
|
|
393
393
|
},
|
|
394
394
|
"triggerConfig": {
|
|
395
395
|
"shape": "S2w"
|
|
396
396
|
},
|
|
397
397
|
"tasks": {
|
|
398
|
-
"shape": "
|
|
398
|
+
"shape": "S4t"
|
|
399
399
|
},
|
|
400
400
|
"createdAt": {
|
|
401
401
|
"type": "timestamp"
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"createdBy": {},
|
|
407
407
|
"lastUpdatedBy": {},
|
|
408
408
|
"tags": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S5j"
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
}
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"type": "structure",
|
|
540
540
|
"members": {
|
|
541
541
|
"connectors": {
|
|
542
|
-
"shape": "
|
|
542
|
+
"shape": "S8f"
|
|
543
543
|
},
|
|
544
544
|
"nextToken": {}
|
|
545
545
|
}
|
|
@@ -584,10 +584,10 @@
|
|
|
584
584
|
"createdBy": {},
|
|
585
585
|
"lastUpdatedBy": {},
|
|
586
586
|
"tags": {
|
|
587
|
-
"shape": "
|
|
587
|
+
"shape": "S5j"
|
|
588
588
|
},
|
|
589
589
|
"lastRunExecutionDetails": {
|
|
590
|
-
"shape": "
|
|
590
|
+
"shape": "S8l"
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
}
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"type": "structure",
|
|
618
618
|
"members": {
|
|
619
619
|
"tags": {
|
|
620
|
-
"shape": "
|
|
620
|
+
"shape": "S5j"
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
}
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"description": {},
|
|
634
634
|
"connectorProvisioningType": {},
|
|
635
635
|
"connectorProvisioningConfig": {
|
|
636
|
-
"shape": "
|
|
636
|
+
"shape": "S7i"
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
},
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
"locationName": "resourceArn"
|
|
704
704
|
},
|
|
705
705
|
"tags": {
|
|
706
|
-
"shape": "
|
|
706
|
+
"shape": "S5j"
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
709
|
},
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"shape": "S3y"
|
|
815
815
|
},
|
|
816
816
|
"tasks": {
|
|
817
|
-
"shape": "
|
|
817
|
+
"shape": "S4t"
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
},
|
|
@@ -1818,6 +1818,29 @@
|
|
|
1818
1818
|
"shape": "S3t"
|
|
1819
1819
|
}
|
|
1820
1820
|
}
|
|
1821
|
+
},
|
|
1822
|
+
"SAPOData": {
|
|
1823
|
+
"type": "structure",
|
|
1824
|
+
"required": [
|
|
1825
|
+
"objectPath"
|
|
1826
|
+
],
|
|
1827
|
+
"members": {
|
|
1828
|
+
"objectPath": {},
|
|
1829
|
+
"successResponseHandlingConfig": {
|
|
1830
|
+
"type": "structure",
|
|
1831
|
+
"members": {
|
|
1832
|
+
"bucketPrefix": {},
|
|
1833
|
+
"bucketName": {}
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
"idFieldNames": {
|
|
1837
|
+
"shape": "S4c"
|
|
1838
|
+
},
|
|
1839
|
+
"errorHandlingConfig": {
|
|
1840
|
+
"shape": "S42"
|
|
1841
|
+
},
|
|
1842
|
+
"writeOperationType": {}
|
|
1843
|
+
}
|
|
1821
1844
|
}
|
|
1822
1845
|
}
|
|
1823
1846
|
}
|
|
@@ -1851,7 +1874,7 @@
|
|
|
1851
1874
|
"type": "list",
|
|
1852
1875
|
"member": {}
|
|
1853
1876
|
},
|
|
1854
|
-
"
|
|
1877
|
+
"S4t": {
|
|
1855
1878
|
"type": "list",
|
|
1856
1879
|
"member": {
|
|
1857
1880
|
"type": "structure",
|
|
@@ -1895,12 +1918,12 @@
|
|
|
1895
1918
|
}
|
|
1896
1919
|
}
|
|
1897
1920
|
},
|
|
1898
|
-
"
|
|
1921
|
+
"S5j": {
|
|
1899
1922
|
"type": "map",
|
|
1900
1923
|
"key": {},
|
|
1901
1924
|
"value": {}
|
|
1902
1925
|
},
|
|
1903
|
-
"
|
|
1926
|
+
"S5v": {
|
|
1904
1927
|
"type": "structure",
|
|
1905
1928
|
"members": {
|
|
1906
1929
|
"canUseAsSource": {
|
|
@@ -1910,7 +1933,7 @@
|
|
|
1910
1933
|
"type": "boolean"
|
|
1911
1934
|
},
|
|
1912
1935
|
"supportedDestinationConnectors": {
|
|
1913
|
-
"shape": "
|
|
1936
|
+
"shape": "S5w"
|
|
1914
1937
|
},
|
|
1915
1938
|
"supportedSchedulingFrequencies": {
|
|
1916
1939
|
"type": "list",
|
|
@@ -2048,7 +2071,7 @@
|
|
|
2048
2071
|
"connectorVersion": {},
|
|
2049
2072
|
"connectorArn": {},
|
|
2050
2073
|
"connectorModes": {
|
|
2051
|
-
"shape": "
|
|
2074
|
+
"shape": "S6s"
|
|
2052
2075
|
},
|
|
2053
2076
|
"authenticationConfig": {
|
|
2054
2077
|
"type": "structure",
|
|
@@ -2146,11 +2169,11 @@
|
|
|
2146
2169
|
"member": {}
|
|
2147
2170
|
},
|
|
2148
2171
|
"supportedWriteOperations": {
|
|
2149
|
-
"shape": "
|
|
2172
|
+
"shape": "S7g"
|
|
2150
2173
|
},
|
|
2151
2174
|
"connectorProvisioningType": {},
|
|
2152
2175
|
"connectorProvisioningConfig": {
|
|
2153
|
-
"shape": "
|
|
2176
|
+
"shape": "S7i"
|
|
2154
2177
|
},
|
|
2155
2178
|
"logoURL": {},
|
|
2156
2179
|
"registeredAt": {
|
|
@@ -2159,19 +2182,19 @@
|
|
|
2159
2182
|
"registeredBy": {}
|
|
2160
2183
|
}
|
|
2161
2184
|
},
|
|
2162
|
-
"
|
|
2185
|
+
"S5w": {
|
|
2163
2186
|
"type": "list",
|
|
2164
2187
|
"member": {}
|
|
2165
2188
|
},
|
|
2166
|
-
"
|
|
2189
|
+
"S6s": {
|
|
2167
2190
|
"type": "list",
|
|
2168
2191
|
"member": {}
|
|
2169
2192
|
},
|
|
2170
|
-
"
|
|
2193
|
+
"S7g": {
|
|
2171
2194
|
"type": "list",
|
|
2172
2195
|
"member": {}
|
|
2173
2196
|
},
|
|
2174
|
-
"
|
|
2197
|
+
"S7i": {
|
|
2175
2198
|
"type": "structure",
|
|
2176
2199
|
"members": {
|
|
2177
2200
|
"lambda": {
|
|
@@ -2185,7 +2208,7 @@
|
|
|
2185
2208
|
}
|
|
2186
2209
|
}
|
|
2187
2210
|
},
|
|
2188
|
-
"
|
|
2211
|
+
"S7x": {
|
|
2189
2212
|
"type": "structure",
|
|
2190
2213
|
"members": {
|
|
2191
2214
|
"maximum": {
|
|
@@ -2196,7 +2219,7 @@
|
|
|
2196
2219
|
}
|
|
2197
2220
|
}
|
|
2198
2221
|
},
|
|
2199
|
-
"
|
|
2222
|
+
"S8f": {
|
|
2200
2223
|
"type": "list",
|
|
2201
2224
|
"member": {
|
|
2202
2225
|
"type": "structure",
|
|
@@ -2214,12 +2237,12 @@
|
|
|
2214
2237
|
"registeredBy": {},
|
|
2215
2238
|
"connectorProvisioningType": {},
|
|
2216
2239
|
"connectorModes": {
|
|
2217
|
-
"shape": "
|
|
2240
|
+
"shape": "S6s"
|
|
2218
2241
|
}
|
|
2219
2242
|
}
|
|
2220
2243
|
}
|
|
2221
2244
|
},
|
|
2222
|
-
"
|
|
2245
|
+
"S8l": {
|
|
2223
2246
|
"type": "structure",
|
|
2224
2247
|
"members": {
|
|
2225
2248
|
"mostRecentExecutionMessage": {},
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"Type": {},
|
|
95
95
|
"Description": {},
|
|
96
96
|
"Parameters": {
|
|
97
|
-
"shape": "
|
|
97
|
+
"shape": "S16"
|
|
98
98
|
},
|
|
99
99
|
"Tags": {
|
|
100
|
-
"shape": "
|
|
100
|
+
"shape": "S19"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"members": {
|
|
163
163
|
"Name": {},
|
|
164
164
|
"Configuration": {
|
|
165
|
-
"shape": "
|
|
165
|
+
"shape": "S1l"
|
|
166
166
|
},
|
|
167
167
|
"Description": {},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "S19"
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"Description": {},
|
|
269
269
|
"Type": {},
|
|
270
270
|
"Parameters": {
|
|
271
|
-
"shape": "
|
|
271
|
+
"shape": "S16"
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"type": "structure",
|
|
292
292
|
"members": {
|
|
293
293
|
"Database": {
|
|
294
|
-
"shape": "
|
|
294
|
+
"shape": "S23"
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"type": "structure",
|
|
462
462
|
"members": {
|
|
463
463
|
"TableMetadata": {
|
|
464
|
-
"shape": "
|
|
464
|
+
"shape": "S2t"
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"Name": {},
|
|
489
489
|
"State": {},
|
|
490
490
|
"Configuration": {
|
|
491
|
-
"shape": "
|
|
491
|
+
"shape": "S1l"
|
|
492
492
|
},
|
|
493
493
|
"Description": {},
|
|
494
494
|
"CreationTime": {
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"DatabaseList": {
|
|
547
547
|
"type": "list",
|
|
548
548
|
"member": {
|
|
549
|
-
"shape": "
|
|
549
|
+
"shape": "S23"
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
552
|
"NextToken": {}
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"EngineVersions": {
|
|
570
570
|
"type": "list",
|
|
571
571
|
"member": {
|
|
572
|
-
"shape": "
|
|
572
|
+
"shape": "S11"
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
575
|
"NextToken": {}
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"TableMetadataList": {
|
|
675
675
|
"type": "list",
|
|
676
676
|
"member": {
|
|
677
|
-
"shape": "
|
|
677
|
+
"shape": "S2t"
|
|
678
678
|
}
|
|
679
679
|
},
|
|
680
680
|
"NextToken": {}
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"type": "structure",
|
|
700
700
|
"members": {
|
|
701
701
|
"Tags": {
|
|
702
|
-
"shape": "
|
|
702
|
+
"shape": "S19"
|
|
703
703
|
},
|
|
704
704
|
"NextToken": {}
|
|
705
705
|
}
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
"type": "timestamp"
|
|
731
731
|
},
|
|
732
732
|
"EngineVersion": {
|
|
733
|
-
"shape": "
|
|
733
|
+
"shape": "S11"
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
736
|
}
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"members": {
|
|
796
796
|
"ResourceARN": {},
|
|
797
797
|
"Tags": {
|
|
798
|
-
"shape": "
|
|
798
|
+
"shape": "S19"
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
},
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"Type": {},
|
|
837
837
|
"Description": {},
|
|
838
838
|
"Parameters": {
|
|
839
|
-
"shape": "
|
|
839
|
+
"shape": "S16"
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
},
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"type": "boolean"
|
|
913
913
|
},
|
|
914
914
|
"EngineVersion": {
|
|
915
|
-
"shape": "
|
|
915
|
+
"shape": "S11"
|
|
916
916
|
}
|
|
917
917
|
}
|
|
918
918
|
},
|
|
@@ -978,6 +978,9 @@
|
|
|
978
978
|
"members": {
|
|
979
979
|
"ErrorCategory": {
|
|
980
980
|
"type": "integer"
|
|
981
|
+
},
|
|
982
|
+
"ErrorType": {
|
|
983
|
+
"type": "integer"
|
|
981
984
|
}
|
|
982
985
|
}
|
|
983
986
|
}
|
|
@@ -1009,7 +1012,7 @@
|
|
|
1009
1012
|
},
|
|
1010
1013
|
"WorkGroup": {},
|
|
1011
1014
|
"EngineVersion": {
|
|
1012
|
-
"shape": "
|
|
1015
|
+
"shape": "S11"
|
|
1013
1016
|
}
|
|
1014
1017
|
}
|
|
1015
1018
|
},
|
|
@@ -1040,19 +1043,19 @@
|
|
|
1040
1043
|
"Catalog": {}
|
|
1041
1044
|
}
|
|
1042
1045
|
},
|
|
1043
|
-
"
|
|
1046
|
+
"S11": {
|
|
1044
1047
|
"type": "structure",
|
|
1045
1048
|
"members": {
|
|
1046
1049
|
"SelectedEngineVersion": {},
|
|
1047
1050
|
"EffectiveEngineVersion": {}
|
|
1048
1051
|
}
|
|
1049
1052
|
},
|
|
1050
|
-
"
|
|
1053
|
+
"S16": {
|
|
1051
1054
|
"type": "map",
|
|
1052
1055
|
"key": {},
|
|
1053
1056
|
"value": {}
|
|
1054
1057
|
},
|
|
1055
|
-
"
|
|
1058
|
+
"S19": {
|
|
1056
1059
|
"type": "list",
|
|
1057
1060
|
"member": {
|
|
1058
1061
|
"type": "structure",
|
|
@@ -1062,7 +1065,7 @@
|
|
|
1062
1065
|
}
|
|
1063
1066
|
}
|
|
1064
1067
|
},
|
|
1065
|
-
"
|
|
1068
|
+
"S1l": {
|
|
1066
1069
|
"type": "structure",
|
|
1067
1070
|
"members": {
|
|
1068
1071
|
"ResultConfiguration": {
|
|
@@ -1081,11 +1084,11 @@
|
|
|
1081
1084
|
"type": "boolean"
|
|
1082
1085
|
},
|
|
1083
1086
|
"EngineVersion": {
|
|
1084
|
-
"shape": "
|
|
1087
|
+
"shape": "S11"
|
|
1085
1088
|
}
|
|
1086
1089
|
}
|
|
1087
1090
|
},
|
|
1088
|
-
"
|
|
1091
|
+
"S23": {
|
|
1089
1092
|
"type": "structure",
|
|
1090
1093
|
"required": [
|
|
1091
1094
|
"Name"
|
|
@@ -1094,11 +1097,11 @@
|
|
|
1094
1097
|
"Name": {},
|
|
1095
1098
|
"Description": {},
|
|
1096
1099
|
"Parameters": {
|
|
1097
|
-
"shape": "
|
|
1100
|
+
"shape": "S16"
|
|
1098
1101
|
}
|
|
1099
1102
|
}
|
|
1100
1103
|
},
|
|
1101
|
-
"
|
|
1104
|
+
"S2t": {
|
|
1102
1105
|
"type": "structure",
|
|
1103
1106
|
"required": [
|
|
1104
1107
|
"Name"
|
|
@@ -1113,17 +1116,17 @@
|
|
|
1113
1116
|
},
|
|
1114
1117
|
"TableType": {},
|
|
1115
1118
|
"Columns": {
|
|
1116
|
-
"shape": "
|
|
1119
|
+
"shape": "S2w"
|
|
1117
1120
|
},
|
|
1118
1121
|
"PartitionKeys": {
|
|
1119
|
-
"shape": "
|
|
1122
|
+
"shape": "S2w"
|
|
1120
1123
|
},
|
|
1121
1124
|
"Parameters": {
|
|
1122
|
-
"shape": "
|
|
1125
|
+
"shape": "S16"
|
|
1123
1126
|
}
|
|
1124
1127
|
}
|
|
1125
1128
|
},
|
|
1126
|
-
"
|
|
1129
|
+
"S2w": {
|
|
1127
1130
|
"type": "list",
|
|
1128
1131
|
"member": {
|
|
1129
1132
|
"type": "structure",
|
|
@@ -5087,6 +5087,9 @@
|
|
|
5087
5087
|
},
|
|
5088
5088
|
"SupportsGlobalDatabases": {
|
|
5089
5089
|
"type": "boolean"
|
|
5090
|
+
},
|
|
5091
|
+
"SupportsBabelfish": {
|
|
5092
|
+
"type": "boolean"
|
|
5090
5093
|
}
|
|
5091
5094
|
}
|
|
5092
5095
|
}
|
|
@@ -5134,6 +5137,9 @@
|
|
|
5134
5137
|
},
|
|
5135
5138
|
"TagList": {
|
|
5136
5139
|
"shape": "Sb"
|
|
5140
|
+
},
|
|
5141
|
+
"SupportsBabelfish": {
|
|
5142
|
+
"type": "boolean"
|
|
5137
5143
|
}
|
|
5138
5144
|
}
|
|
5139
5145
|
},
|
package/clients/appflow.d.ts
CHANGED
|
@@ -1410,6 +1410,10 @@ declare namespace Appflow {
|
|
|
1410
1410
|
* The properties that are required to query the custom Connector.
|
|
1411
1411
|
*/
|
|
1412
1412
|
CustomConnector?: CustomConnectorDestinationProperties;
|
|
1413
|
+
/**
|
|
1414
|
+
* The properties required to query SAPOData.
|
|
1415
|
+
*/
|
|
1416
|
+
SAPOData?: SAPODataDestinationProperties;
|
|
1413
1417
|
}
|
|
1414
1418
|
export type DestinationField = string;
|
|
1415
1419
|
export interface DestinationFieldProperties {
|
|
@@ -2216,6 +2220,19 @@ declare namespace Appflow {
|
|
|
2216
2220
|
*/
|
|
2217
2221
|
oAuthProperties?: OAuthProperties;
|
|
2218
2222
|
}
|
|
2223
|
+
export interface SAPODataDestinationProperties {
|
|
2224
|
+
/**
|
|
2225
|
+
* The object path specified in the SAPOData flow destination.
|
|
2226
|
+
*/
|
|
2227
|
+
objectPath: Object;
|
|
2228
|
+
/**
|
|
2229
|
+
* Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
|
|
2230
|
+
*/
|
|
2231
|
+
successResponseHandlingConfig?: SuccessResponseHandlingConfig;
|
|
2232
|
+
idFieldNames?: IdFieldNameList;
|
|
2233
|
+
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2234
|
+
writeOperationType?: WriteOperationType;
|
|
2235
|
+
}
|
|
2219
2236
|
export interface SAPODataMetadata {
|
|
2220
2237
|
}
|
|
2221
2238
|
export interface SAPODataSourceProperties {
|
|
@@ -2604,6 +2621,16 @@ declare namespace Appflow {
|
|
|
2604
2621
|
flowStatus?: FlowStatus;
|
|
2605
2622
|
}
|
|
2606
2623
|
export type String = string;
|
|
2624
|
+
export interface SuccessResponseHandlingConfig {
|
|
2625
|
+
/**
|
|
2626
|
+
* The Amazon S3 bucket prefix.
|
|
2627
|
+
*/
|
|
2628
|
+
bucketPrefix?: BucketPrefix;
|
|
2629
|
+
/**
|
|
2630
|
+
* The name of the Amazon S3 bucket.
|
|
2631
|
+
*/
|
|
2632
|
+
bucketName?: BucketName;
|
|
2633
|
+
}
|
|
2607
2634
|
export type SupportedApiVersion = string;
|
|
2608
2635
|
export type SupportedApiVersionList = SupportedApiVersion[];
|
|
2609
2636
|
export interface SupportedFieldTypeDetails {
|
|
@@ -2654,7 +2681,7 @@ declare namespace Appflow {
|
|
|
2654
2681
|
taskProperties?: TaskPropertiesMap;
|
|
2655
2682
|
}
|
|
2656
2683
|
export type TaskPropertiesMap = {[key: string]: Property};
|
|
2657
|
-
export type TaskType = "Arithmetic"|"Filter"|"Map"|"Map_all"|"Mask"|"Merge"|"Truncate"|"Validate"|string;
|
|
2684
|
+
export type TaskType = "Arithmetic"|"Filter"|"Map"|"Map_all"|"Mask"|"Merge"|"Passthrough"|"Truncate"|"Validate"|string;
|
|
2658
2685
|
export type Tasks = Task[];
|
|
2659
2686
|
export type Timezone = string;
|
|
2660
2687
|
export type TokenUrl = string;
|
package/clients/athena.d.ts
CHANGED
|
@@ -132,11 +132,11 @@ declare class Athena extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
getQueryExecution(callback?: (err: AWSError, data: Athena.Types.GetQueryExecutionOutput) => void): Request<Athena.Types.GetQueryExecutionOutput, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query.
|
|
135
|
+
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
136
136
|
*/
|
|
137
137
|
getQueryResults(params: Athena.Types.GetQueryResultsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query.
|
|
139
|
+
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
140
140
|
*/
|
|
141
141
|
getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
|
142
142
|
/**
|
|
@@ -291,6 +291,10 @@ declare namespace Athena {
|
|
|
291
291
|
* An integer value that specifies the category of a query failure error. The following list shows the category for each integer value. 1 - System 2 - User 3 - Unknown
|
|
292
292
|
*/
|
|
293
293
|
ErrorCategory?: ErrorCategory;
|
|
294
|
+
/**
|
|
295
|
+
* An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the Error Type Reference in the Amazon Athena User Guide.
|
|
296
|
+
*/
|
|
297
|
+
ErrorType?: ErrorType;
|
|
294
298
|
}
|
|
295
299
|
export interface BatchGetNamedQueryInput {
|
|
296
300
|
/**
|
|
@@ -603,6 +607,7 @@ declare namespace Athena {
|
|
|
603
607
|
export type ErrorCategory = number;
|
|
604
608
|
export type ErrorCode = string;
|
|
605
609
|
export type ErrorMessage = string;
|
|
610
|
+
export type ErrorType = number;
|
|
606
611
|
export type ExpressionString = string;
|
|
607
612
|
export interface GetDataCatalogInput {
|
|
608
613
|
/**
|
|
@@ -1148,7 +1153,7 @@ declare namespace Athena {
|
|
|
1148
1153
|
*/
|
|
1149
1154
|
OutputLocation?: String;
|
|
1150
1155
|
/**
|
|
1151
|
-
* If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration
|
|
1156
|
+
* If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
|
|
1152
1157
|
*/
|
|
1153
1158
|
RemoveOutputLocation?: BoxedBoolean;
|
|
1154
1159
|
/**
|
|
@@ -1156,7 +1161,7 @@ declare namespace Athena {
|
|
|
1156
1161
|
*/
|
|
1157
1162
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1158
1163
|
/**
|
|
1159
|
-
* If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration
|
|
1164
|
+
* If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
|
|
1160
1165
|
*/
|
|
1161
1166
|
RemoveEncryptionConfiguration?: BoxedBoolean;
|
|
1162
1167
|
/**
|