aws-sdk 2.1071.0 → 2.1075.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 +21 -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/budgets-2016-10-20.min.json +68 -42
- package/apis/cloudformation-2010-05-15.min.json +86 -25
- package/apis/glue-2017-03-31.min.json +4 -2
- package/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/apis/pinpoint-2016-12-01.min.json +2 -1
- package/apis/rds-2014-10-31.min.json +6 -0
- package/apis/wafv2-2019-07-29.min.json +216 -104
- package/clients/appflow.d.ts +28 -1
- package/clients/athena.d.ts +9 -4
- package/clients/budgets.d.ts +78 -48
- package/clients/cloudformation.d.ts +408 -265
- package/clients/costexplorer.d.ts +1 -1
- package/clients/ec2.d.ts +44 -44
- package/clients/glue.d.ts +2 -0
- package/clients/lookoutvision.d.ts +4 -4
- package/clients/pinpoint.d.ts +4 -0
- package/clients/rds.d.ts +14 -6
- package/clients/sns.d.ts +2 -2
- package/clients/ssm.d.ts +19 -19
- package/clients/wafv2.d.ts +155 -0
- package/dist/aws-sdk-core-react-native.js +2 -3
- package/dist/aws-sdk-react-native.js +11 -12
- package/dist/aws-sdk.js +128 -59
- package/dist/aws-sdk.min.js +90 -90
- 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,27 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1075.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1075.0
|
|
6
|
+
* feature: Budgets: Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
|
|
7
|
+
* feature: CostExplorer: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
|
|
8
|
+
* feature: Glue: Support for optimistic locking in UpdateTable
|
|
9
|
+
|
|
10
|
+
## 2.1074.0
|
|
11
|
+
* bugfix: ParamValidator: Fix the validation error when assign non-object values to member with document trait
|
|
12
|
+
* feature: Appflow: Launching Amazon AppFlow SAP as a destination connector SDK.
|
|
13
|
+
* feature: Athena: This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
|
|
14
|
+
* feature: RDS: Adds support for determining which Aurora PostgreSQL versions support Babelfish.
|
|
15
|
+
|
|
16
|
+
## 2.1073.0
|
|
17
|
+
* feature: CloudFormation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
|
|
18
|
+
* feature: LookoutVision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
|
|
19
|
+
* feature: Pinpoint: This SDK release adds a new paramater creation date for GetApp and GetApps Api call
|
|
20
|
+
* feature: WAFV2: Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps.
|
|
21
|
+
|
|
22
|
+
## 2.1072.0
|
|
23
|
+
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation Hooks.
|
|
24
|
+
|
|
5
25
|
## 2.1071.0
|
|
6
26
|
* feature: AppRunner: This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.
|
|
7
27
|
* feature: Kendra: Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html
|
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.1075.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",
|