aws-sdk 2.1642.0 → 2.1643.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/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +4 -1
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/codebuild-2016-10-06.min.json +50 -29
- package/apis/cognito-idp-2016-04-18.min.json +108 -27
- package/apis/ds-2015-04-16.min.json +7 -1
- package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
- package/apis/glue-2017-03-31.min.json +294 -142
- package/apis/glue-2017-03-31.paginators.json +6 -0
- package/apis/kms-2014-11-01.examples.json +4 -2
- package/apis/mediaconvert-2017-08-29.min.json +155 -130
- package/apis/waf-2015-08-24.min.json +7 -1
- package/clients/acmpca.d.ts +2 -2
- package/clients/codebuild.d.ts +24 -1
- package/clients/glue.d.ts +206 -4
- package/clients/mediaconvert.d.ts +31 -4
- package/clients/secretsmanager.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +175 -61
- package/dist/aws-sdk.min.js +92 -92
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1450,6 +1450,31 @@
|
|
1450
1450
|
}
|
1451
1451
|
}
|
1452
1452
|
},
|
1453
|
+
"CreateUsageProfile": {
|
1454
|
+
"input": {
|
1455
|
+
"type": "structure",
|
1456
|
+
"required": [
|
1457
|
+
"Name",
|
1458
|
+
"Configuration"
|
1459
|
+
],
|
1460
|
+
"members": {
|
1461
|
+
"Name": {},
|
1462
|
+
"Description": {},
|
1463
|
+
"Configuration": {
|
1464
|
+
"shape": "Shj"
|
1465
|
+
},
|
1466
|
+
"Tags": {
|
1467
|
+
"shape": "Sd9"
|
1468
|
+
}
|
1469
|
+
}
|
1470
|
+
},
|
1471
|
+
"output": {
|
1472
|
+
"type": "structure",
|
1473
|
+
"members": {
|
1474
|
+
"Name": {}
|
1475
|
+
}
|
1476
|
+
}
|
1477
|
+
},
|
1453
1478
|
"CreateUserDefinedFunction": {
|
1454
1479
|
"input": {
|
1455
1480
|
"type": "structure",
|
@@ -1461,7 +1486,7 @@
|
|
1461
1486
|
"CatalogId": {},
|
1462
1487
|
"DatabaseName": {},
|
1463
1488
|
"FunctionInput": {
|
1464
|
-
"shape": "
|
1489
|
+
"shape": "Shq"
|
1465
1490
|
}
|
1466
1491
|
}
|
1467
1492
|
},
|
@@ -1946,6 +1971,21 @@
|
|
1946
1971
|
}
|
1947
1972
|
}
|
1948
1973
|
},
|
1974
|
+
"DeleteUsageProfile": {
|
1975
|
+
"input": {
|
1976
|
+
"type": "structure",
|
1977
|
+
"required": [
|
1978
|
+
"Name"
|
1979
|
+
],
|
1980
|
+
"members": {
|
1981
|
+
"Name": {}
|
1982
|
+
}
|
1983
|
+
},
|
1984
|
+
"output": {
|
1985
|
+
"type": "structure",
|
1986
|
+
"members": {}
|
1987
|
+
}
|
1988
|
+
},
|
1949
1989
|
"DeleteUserDefinedFunction": {
|
1950
1990
|
"input": {
|
1951
1991
|
"type": "structure",
|
@@ -2022,7 +2062,7 @@
|
|
2022
2062
|
"type": "structure",
|
2023
2063
|
"members": {
|
2024
2064
|
"BlueprintRun": {
|
2025
|
-
"shape": "
|
2065
|
+
"shape": "Sjr"
|
2026
2066
|
}
|
2027
2067
|
}
|
2028
2068
|
}
|
@@ -2047,7 +2087,7 @@
|
|
2047
2087
|
"BlueprintRuns": {
|
2048
2088
|
"type": "list",
|
2049
2089
|
"member": {
|
2050
|
-
"shape": "
|
2090
|
+
"shape": "Sjr"
|
2051
2091
|
}
|
2052
2092
|
},
|
2053
2093
|
"NextToken": {}
|
@@ -2093,7 +2133,7 @@
|
|
2093
2133
|
"type": "structure",
|
2094
2134
|
"members": {
|
2095
2135
|
"Classifier": {
|
2096
|
-
"shape": "
|
2136
|
+
"shape": "Sk4"
|
2097
2137
|
}
|
2098
2138
|
}
|
2099
2139
|
}
|
@@ -2114,7 +2154,7 @@
|
|
2114
2154
|
"Classifiers": {
|
2115
2155
|
"type": "list",
|
2116
2156
|
"member": {
|
2117
|
-
"shape": "
|
2157
|
+
"shape": "Sk4"
|
2118
2158
|
}
|
2119
2159
|
},
|
2120
2160
|
"NextToken": {}
|
@@ -2138,7 +2178,7 @@
|
|
2138
2178
|
"shape": "S6"
|
2139
2179
|
},
|
2140
2180
|
"ColumnNames": {
|
2141
|
-
"shape": "
|
2181
|
+
"shape": "Ske"
|
2142
2182
|
}
|
2143
2183
|
}
|
2144
2184
|
},
|
@@ -2146,10 +2186,10 @@
|
|
2146
2186
|
"type": "structure",
|
2147
2187
|
"members": {
|
2148
2188
|
"ColumnStatisticsList": {
|
2149
|
-
"shape": "
|
2189
|
+
"shape": "Skg"
|
2150
2190
|
},
|
2151
2191
|
"Errors": {
|
2152
|
-
"shape": "
|
2192
|
+
"shape": "Sky"
|
2153
2193
|
}
|
2154
2194
|
}
|
2155
2195
|
}
|
@@ -2167,7 +2207,7 @@
|
|
2167
2207
|
"DatabaseName": {},
|
2168
2208
|
"TableName": {},
|
2169
2209
|
"ColumnNames": {
|
2170
|
-
"shape": "
|
2210
|
+
"shape": "Ske"
|
2171
2211
|
}
|
2172
2212
|
}
|
2173
2213
|
},
|
@@ -2175,10 +2215,10 @@
|
|
2175
2215
|
"type": "structure",
|
2176
2216
|
"members": {
|
2177
2217
|
"ColumnStatisticsList": {
|
2178
|
-
"shape": "
|
2218
|
+
"shape": "Skg"
|
2179
2219
|
},
|
2180
2220
|
"Errors": {
|
2181
|
-
"shape": "
|
2221
|
+
"shape": "Sky"
|
2182
2222
|
}
|
2183
2223
|
}
|
2184
2224
|
}
|
@@ -2197,7 +2237,7 @@
|
|
2197
2237
|
"type": "structure",
|
2198
2238
|
"members": {
|
2199
2239
|
"ColumnStatisticsTaskRun": {
|
2200
|
-
"shape": "
|
2240
|
+
"shape": "Sl4"
|
2201
2241
|
}
|
2202
2242
|
}
|
2203
2243
|
}
|
@@ -2224,7 +2264,7 @@
|
|
2224
2264
|
"ColumnStatisticsTaskRuns": {
|
2225
2265
|
"type": "list",
|
2226
2266
|
"member": {
|
2227
|
-
"shape": "
|
2267
|
+
"shape": "Sl4"
|
2228
2268
|
}
|
2229
2269
|
},
|
2230
2270
|
"NextToken": {}
|
@@ -2249,7 +2289,7 @@
|
|
2249
2289
|
"type": "structure",
|
2250
2290
|
"members": {
|
2251
2291
|
"Connection": {
|
2252
|
-
"shape": "
|
2292
|
+
"shape": "Slf"
|
2253
2293
|
}
|
2254
2294
|
}
|
2255
2295
|
}
|
@@ -2283,7 +2323,7 @@
|
|
2283
2323
|
"ConnectionList": {
|
2284
2324
|
"type": "list",
|
2285
2325
|
"member": {
|
2286
|
-
"shape": "
|
2326
|
+
"shape": "Slf"
|
2287
2327
|
}
|
2288
2328
|
},
|
2289
2329
|
"NextToken": {}
|
@@ -2411,7 +2451,7 @@
|
|
2411
2451
|
"type": "structure",
|
2412
2452
|
"members": {
|
2413
2453
|
"DataCatalogEncryptionSettings": {
|
2414
|
-
"shape": "
|
2454
|
+
"shape": "Slz"
|
2415
2455
|
}
|
2416
2456
|
}
|
2417
2457
|
}
|
@@ -2556,7 +2596,7 @@
|
|
2556
2596
|
"type": "integer"
|
2557
2597
|
},
|
2558
2598
|
"AdditionalRunOptions": {
|
2559
|
-
"shape": "
|
2599
|
+
"shape": "Smc"
|
2560
2600
|
},
|
2561
2601
|
"Status": {},
|
2562
2602
|
"ErrorString": {},
|
@@ -2573,14 +2613,14 @@
|
|
2573
2613
|
"type": "integer"
|
2574
2614
|
},
|
2575
2615
|
"RulesetNames": {
|
2576
|
-
"shape": "
|
2616
|
+
"shape": "Sme"
|
2577
2617
|
},
|
2578
2618
|
"ResultIds": {
|
2579
2619
|
"type": "list",
|
2580
2620
|
"member": {}
|
2581
2621
|
},
|
2582
2622
|
"AdditionalDataSources": {
|
2583
|
-
"shape": "
|
2623
|
+
"shape": "Smg"
|
2584
2624
|
}
|
2585
2625
|
}
|
2586
2626
|
}
|
@@ -2600,7 +2640,7 @@
|
|
2600
2640
|
"type": "structure",
|
2601
2641
|
"members": {
|
2602
2642
|
"Database": {
|
2603
|
-
"shape": "
|
2643
|
+
"shape": "Smj"
|
2604
2644
|
}
|
2605
2645
|
}
|
2606
2646
|
}
|
@@ -2626,7 +2666,7 @@
|
|
2626
2666
|
"DatabaseList": {
|
2627
2667
|
"type": "list",
|
2628
2668
|
"member": {
|
2629
|
-
"shape": "
|
2669
|
+
"shape": "Smj"
|
2630
2670
|
}
|
2631
2671
|
},
|
2632
2672
|
"NextToken": {}
|
@@ -2725,7 +2765,7 @@
|
|
2725
2765
|
"type": "structure",
|
2726
2766
|
"members": {
|
2727
2767
|
"JobBookmarkEntry": {
|
2728
|
-
"shape": "
|
2768
|
+
"shape": "Sn1"
|
2729
2769
|
}
|
2730
2770
|
}
|
2731
2771
|
}
|
@@ -2818,7 +2858,7 @@
|
|
2818
2858
|
"Status": {},
|
2819
2859
|
"LogGroupName": {},
|
2820
2860
|
"Properties": {
|
2821
|
-
"shape": "
|
2861
|
+
"shape": "Snc"
|
2822
2862
|
},
|
2823
2863
|
"ErrorString": {},
|
2824
2864
|
"StartedOn": {
|
@@ -2887,7 +2927,7 @@
|
|
2887
2927
|
"Status": {},
|
2888
2928
|
"LogGroupName": {},
|
2889
2929
|
"Properties": {
|
2890
|
-
"shape": "
|
2930
|
+
"shape": "Snc"
|
2891
2931
|
},
|
2892
2932
|
"ErrorString": {},
|
2893
2933
|
"StartedOn": {
|
@@ -2939,13 +2979,13 @@
|
|
2939
2979
|
"shape": "Sfa"
|
2940
2980
|
},
|
2941
2981
|
"EvaluationMetrics": {
|
2942
|
-
"shape": "
|
2982
|
+
"shape": "Snv"
|
2943
2983
|
},
|
2944
2984
|
"LabelCount": {
|
2945
2985
|
"type": "integer"
|
2946
2986
|
},
|
2947
2987
|
"Schema": {
|
2948
|
-
"shape": "
|
2988
|
+
"shape": "So2"
|
2949
2989
|
},
|
2950
2990
|
"Role": {},
|
2951
2991
|
"GlueVersion": {},
|
@@ -2977,10 +3017,10 @@
|
|
2977
3017
|
"type": "integer"
|
2978
3018
|
},
|
2979
3019
|
"Filter": {
|
2980
|
-
"shape": "
|
3020
|
+
"shape": "So5"
|
2981
3021
|
},
|
2982
3022
|
"Sort": {
|
2983
|
-
"shape": "
|
3023
|
+
"shape": "So6"
|
2984
3024
|
}
|
2985
3025
|
}
|
2986
3026
|
},
|
@@ -3012,13 +3052,13 @@
|
|
3012
3052
|
"shape": "Sfa"
|
3013
3053
|
},
|
3014
3054
|
"EvaluationMetrics": {
|
3015
|
-
"shape": "
|
3055
|
+
"shape": "Snv"
|
3016
3056
|
},
|
3017
3057
|
"LabelCount": {
|
3018
3058
|
"type": "integer"
|
3019
3059
|
},
|
3020
3060
|
"Schema": {
|
3021
|
-
"shape": "
|
3061
|
+
"shape": "So2"
|
3022
3062
|
},
|
3023
3063
|
"Role": {},
|
3024
3064
|
"GlueVersion": {},
|
@@ -3053,13 +3093,13 @@
|
|
3053
3093
|
],
|
3054
3094
|
"members": {
|
3055
3095
|
"Source": {
|
3056
|
-
"shape": "
|
3096
|
+
"shape": "Soc"
|
3057
3097
|
},
|
3058
3098
|
"Sinks": {
|
3059
|
-
"shape": "
|
3099
|
+
"shape": "Sod"
|
3060
3100
|
},
|
3061
3101
|
"Location": {
|
3062
|
-
"shape": "
|
3102
|
+
"shape": "Soe"
|
3063
3103
|
}
|
3064
3104
|
}
|
3065
3105
|
},
|
@@ -3070,7 +3110,7 @@
|
|
3070
3110
|
],
|
3071
3111
|
"members": {
|
3072
3112
|
"Mapping": {
|
3073
|
-
"shape": "
|
3113
|
+
"shape": "Sog"
|
3074
3114
|
}
|
3075
3115
|
}
|
3076
3116
|
}
|
@@ -3180,7 +3220,7 @@
|
|
3180
3220
|
"Expression": {},
|
3181
3221
|
"NextToken": {},
|
3182
3222
|
"Segment": {
|
3183
|
-
"shape": "
|
3223
|
+
"shape": "Soz"
|
3184
3224
|
},
|
3185
3225
|
"MaxResults": {
|
3186
3226
|
"type": "integer"
|
@@ -3213,16 +3253,16 @@
|
|
3213
3253
|
],
|
3214
3254
|
"members": {
|
3215
3255
|
"Mapping": {
|
3216
|
-
"shape": "
|
3256
|
+
"shape": "Sog"
|
3217
3257
|
},
|
3218
3258
|
"Source": {
|
3219
|
-
"shape": "
|
3259
|
+
"shape": "Soc"
|
3220
3260
|
},
|
3221
3261
|
"Sinks": {
|
3222
|
-
"shape": "
|
3262
|
+
"shape": "Sod"
|
3223
3263
|
},
|
3224
3264
|
"Location": {
|
3225
|
-
"shape": "
|
3265
|
+
"shape": "Soe"
|
3226
3266
|
},
|
3227
3267
|
"Language": {},
|
3228
3268
|
"AdditionalPlanOptionsMap": {
|
@@ -3389,7 +3429,7 @@
|
|
3389
3429
|
},
|
3390
3430
|
"SchemaVersionId": {},
|
3391
3431
|
"SchemaVersionNumber": {
|
3392
|
-
"shape": "
|
3432
|
+
"shape": "Spm"
|
3393
3433
|
}
|
3394
3434
|
}
|
3395
3435
|
},
|
@@ -3422,10 +3462,10 @@
|
|
3422
3462
|
"shape": "Sw"
|
3423
3463
|
},
|
3424
3464
|
"FirstSchemaVersionNumber": {
|
3425
|
-
"shape": "
|
3465
|
+
"shape": "Spm"
|
3426
3466
|
},
|
3427
3467
|
"SecondSchemaVersionNumber": {
|
3428
|
-
"shape": "
|
3468
|
+
"shape": "Spm"
|
3429
3469
|
},
|
3430
3470
|
"SchemaDiffType": {}
|
3431
3471
|
}
|
@@ -3451,7 +3491,7 @@
|
|
3451
3491
|
"type": "structure",
|
3452
3492
|
"members": {
|
3453
3493
|
"SecurityConfiguration": {
|
3454
|
-
"shape": "
|
3494
|
+
"shape": "Spv"
|
3455
3495
|
}
|
3456
3496
|
}
|
3457
3497
|
}
|
@@ -3472,7 +3512,7 @@
|
|
3472
3512
|
"SecurityConfigurations": {
|
3473
3513
|
"type": "list",
|
3474
3514
|
"member": {
|
3475
|
-
"shape": "
|
3515
|
+
"shape": "Spv"
|
3476
3516
|
}
|
3477
3517
|
},
|
3478
3518
|
"NextToken": {}
|
@@ -3518,7 +3558,7 @@
|
|
3518
3558
|
"type": "structure",
|
3519
3559
|
"members": {
|
3520
3560
|
"Statement": {
|
3521
|
-
"shape": "
|
3561
|
+
"shape": "Sq3"
|
3522
3562
|
}
|
3523
3563
|
}
|
3524
3564
|
}
|
@@ -3544,7 +3584,7 @@
|
|
3544
3584
|
"type": "structure",
|
3545
3585
|
"members": {
|
3546
3586
|
"Table": {
|
3547
|
-
"shape": "
|
3587
|
+
"shape": "Sqa"
|
3548
3588
|
}
|
3549
3589
|
}
|
3550
3590
|
}
|
@@ -3595,7 +3635,7 @@
|
|
3595
3635
|
"type": "structure",
|
3596
3636
|
"members": {
|
3597
3637
|
"TableVersion": {
|
3598
|
-
"shape": "
|
3638
|
+
"shape": "Sqj"
|
3599
3639
|
}
|
3600
3640
|
}
|
3601
3641
|
}
|
@@ -3623,7 +3663,7 @@
|
|
3623
3663
|
"TableVersions": {
|
3624
3664
|
"type": "list",
|
3625
3665
|
"member": {
|
3626
|
-
"shape": "
|
3666
|
+
"shape": "Sqj"
|
3627
3667
|
}
|
3628
3668
|
},
|
3629
3669
|
"NextToken": {}
|
@@ -3654,7 +3694,7 @@
|
|
3654
3694
|
"type": "structure",
|
3655
3695
|
"members": {
|
3656
3696
|
"TableList": {
|
3657
|
-
"shape": "
|
3697
|
+
"shape": "Sqq"
|
3658
3698
|
},
|
3659
3699
|
"NextToken": {}
|
3660
3700
|
}
|
@@ -3738,13 +3778,13 @@
|
|
3738
3778
|
"shape": "S6"
|
3739
3779
|
},
|
3740
3780
|
"AuditContext": {
|
3741
|
-
"shape": "
|
3781
|
+
"shape": "Sqy"
|
3742
3782
|
},
|
3743
3783
|
"SupportedPermissionTypes": {
|
3744
|
-
"shape": "
|
3784
|
+
"shape": "Sr1"
|
3745
3785
|
},
|
3746
3786
|
"QuerySessionContext": {
|
3747
|
-
"shape": "
|
3787
|
+
"shape": "Sr3"
|
3748
3788
|
}
|
3749
3789
|
}
|
3750
3790
|
},
|
@@ -3779,20 +3819,20 @@
|
|
3779
3819
|
"TableName": {},
|
3780
3820
|
"Expression": {},
|
3781
3821
|
"AuditContext": {
|
3782
|
-
"shape": "
|
3822
|
+
"shape": "Sqy"
|
3783
3823
|
},
|
3784
3824
|
"SupportedPermissionTypes": {
|
3785
|
-
"shape": "
|
3825
|
+
"shape": "Sr1"
|
3786
3826
|
},
|
3787
3827
|
"NextToken": {},
|
3788
3828
|
"Segment": {
|
3789
|
-
"shape": "
|
3829
|
+
"shape": "Soz"
|
3790
3830
|
},
|
3791
3831
|
"MaxResults": {
|
3792
3832
|
"type": "integer"
|
3793
3833
|
},
|
3794
3834
|
"QuerySessionContext": {
|
3795
|
-
"shape": "
|
3835
|
+
"shape": "Sr3"
|
3796
3836
|
}
|
3797
3837
|
}
|
3798
3838
|
},
|
@@ -3835,10 +3875,10 @@
|
|
3835
3875
|
"DatabaseName": {},
|
3836
3876
|
"Name": {},
|
3837
3877
|
"AuditContext": {
|
3838
|
-
"shape": "
|
3878
|
+
"shape": "Sqy"
|
3839
3879
|
},
|
3840
3880
|
"SupportedPermissionTypes": {
|
3841
|
-
"shape": "
|
3881
|
+
"shape": "Sr1"
|
3842
3882
|
},
|
3843
3883
|
"ParentResourceArn": {},
|
3844
3884
|
"RootResourceArn": {},
|
@@ -3853,7 +3893,7 @@
|
|
3853
3893
|
"shape": "Sey"
|
3854
3894
|
},
|
3855
3895
|
"QuerySessionContext": {
|
3856
|
-
"shape": "
|
3896
|
+
"shape": "Sr3"
|
3857
3897
|
}
|
3858
3898
|
}
|
3859
3899
|
},
|
@@ -3861,7 +3901,7 @@
|
|
3861
3901
|
"type": "structure",
|
3862
3902
|
"members": {
|
3863
3903
|
"Table": {
|
3864
|
-
"shape": "
|
3904
|
+
"shape": "Sqa"
|
3865
3905
|
},
|
3866
3906
|
"AuthorizedColumns": {
|
3867
3907
|
"shape": "Sn"
|
@@ -3894,6 +3934,33 @@
|
|
3894
3934
|
}
|
3895
3935
|
}
|
3896
3936
|
},
|
3937
|
+
"GetUsageProfile": {
|
3938
|
+
"input": {
|
3939
|
+
"type": "structure",
|
3940
|
+
"required": [
|
3941
|
+
"Name"
|
3942
|
+
],
|
3943
|
+
"members": {
|
3944
|
+
"Name": {}
|
3945
|
+
}
|
3946
|
+
},
|
3947
|
+
"output": {
|
3948
|
+
"type": "structure",
|
3949
|
+
"members": {
|
3950
|
+
"Name": {},
|
3951
|
+
"Description": {},
|
3952
|
+
"Configuration": {
|
3953
|
+
"shape": "Shj"
|
3954
|
+
},
|
3955
|
+
"CreatedOn": {
|
3956
|
+
"type": "timestamp"
|
3957
|
+
},
|
3958
|
+
"LastModifiedOn": {
|
3959
|
+
"type": "timestamp"
|
3960
|
+
}
|
3961
|
+
}
|
3962
|
+
}
|
3963
|
+
},
|
3897
3964
|
"GetUserDefinedFunction": {
|
3898
3965
|
"input": {
|
3899
3966
|
"type": "structure",
|
@@ -3911,7 +3978,7 @@
|
|
3911
3978
|
"type": "structure",
|
3912
3979
|
"members": {
|
3913
3980
|
"UserDefinedFunction": {
|
3914
|
-
"shape": "
|
3981
|
+
"shape": "Srm"
|
3915
3982
|
}
|
3916
3983
|
}
|
3917
3984
|
}
|
@@ -3938,7 +4005,7 @@
|
|
3938
4005
|
"UserDefinedFunctions": {
|
3939
4006
|
"type": "list",
|
3940
4007
|
"member": {
|
3941
|
-
"shape": "
|
4008
|
+
"shape": "Srm"
|
3942
4009
|
}
|
3943
4010
|
},
|
3944
4011
|
"NextToken": {}
|
@@ -4474,10 +4541,10 @@
|
|
4474
4541
|
"type": "integer"
|
4475
4542
|
},
|
4476
4543
|
"Filter": {
|
4477
|
-
"shape": "
|
4544
|
+
"shape": "So5"
|
4478
4545
|
},
|
4479
4546
|
"Sort": {
|
4480
|
-
"shape": "
|
4547
|
+
"shape": "So6"
|
4481
4548
|
},
|
4482
4549
|
"Tags": {
|
4483
4550
|
"shape": "Sd9"
|
@@ -4651,7 +4718,7 @@
|
|
4651
4718
|
"Statements": {
|
4652
4719
|
"type": "list",
|
4653
4720
|
"member": {
|
4654
|
-
"shape": "
|
4721
|
+
"shape": "Sq3"
|
4655
4722
|
}
|
4656
4723
|
},
|
4657
4724
|
"NextToken": {}
|
@@ -4718,6 +4785,39 @@
|
|
4718
4785
|
}
|
4719
4786
|
}
|
4720
4787
|
},
|
4788
|
+
"ListUsageProfiles": {
|
4789
|
+
"input": {
|
4790
|
+
"type": "structure",
|
4791
|
+
"members": {
|
4792
|
+
"NextToken": {},
|
4793
|
+
"MaxResults": {
|
4794
|
+
"type": "integer"
|
4795
|
+
}
|
4796
|
+
}
|
4797
|
+
},
|
4798
|
+
"output": {
|
4799
|
+
"type": "structure",
|
4800
|
+
"members": {
|
4801
|
+
"Profiles": {
|
4802
|
+
"type": "list",
|
4803
|
+
"member": {
|
4804
|
+
"type": "structure",
|
4805
|
+
"members": {
|
4806
|
+
"Name": {},
|
4807
|
+
"Description": {},
|
4808
|
+
"CreatedOn": {
|
4809
|
+
"type": "timestamp"
|
4810
|
+
},
|
4811
|
+
"LastModifiedOn": {
|
4812
|
+
"type": "timestamp"
|
4813
|
+
}
|
4814
|
+
}
|
4815
|
+
}
|
4816
|
+
},
|
4817
|
+
"NextToken": {}
|
4818
|
+
}
|
4819
|
+
}
|
4820
|
+
},
|
4721
4821
|
"ListWorkflows": {
|
4722
4822
|
"input": {
|
4723
4823
|
"type": "structure",
|
@@ -4747,7 +4847,7 @@
|
|
4747
4847
|
"members": {
|
4748
4848
|
"CatalogId": {},
|
4749
4849
|
"DataCatalogEncryptionSettings": {
|
4750
|
-
"shape": "
|
4850
|
+
"shape": "Slz"
|
4751
4851
|
}
|
4752
4852
|
}
|
4753
4853
|
},
|
@@ -4788,11 +4888,11 @@
|
|
4788
4888
|
"shape": "Sw"
|
4789
4889
|
},
|
4790
4890
|
"SchemaVersionNumber": {
|
4791
|
-
"shape": "
|
4891
|
+
"shape": "Spm"
|
4792
4892
|
},
|
4793
4893
|
"SchemaVersionId": {},
|
4794
4894
|
"MetadataKeyValue": {
|
4795
|
-
"shape": "
|
4895
|
+
"shape": "Suj"
|
4796
4896
|
}
|
4797
4897
|
}
|
4798
4898
|
},
|
@@ -4843,13 +4943,13 @@
|
|
4843
4943
|
"shape": "Sw"
|
4844
4944
|
},
|
4845
4945
|
"SchemaVersionNumber": {
|
4846
|
-
"shape": "
|
4946
|
+
"shape": "Spm"
|
4847
4947
|
},
|
4848
4948
|
"SchemaVersionId": {},
|
4849
4949
|
"MetadataList": {
|
4850
4950
|
"type": "list",
|
4851
4951
|
"member": {
|
4852
|
-
"shape": "
|
4952
|
+
"shape": "Suj"
|
4853
4953
|
}
|
4854
4954
|
},
|
4855
4955
|
"MaxResults": {
|
@@ -4923,11 +5023,11 @@
|
|
4923
5023
|
"shape": "Sw"
|
4924
5024
|
},
|
4925
5025
|
"SchemaVersionNumber": {
|
4926
|
-
"shape": "
|
5026
|
+
"shape": "Spm"
|
4927
5027
|
},
|
4928
5028
|
"SchemaVersionId": {},
|
4929
5029
|
"MetadataKeyValue": {
|
4930
|
-
"shape": "
|
5030
|
+
"shape": "Suj"
|
4931
5031
|
}
|
4932
5032
|
}
|
4933
5033
|
},
|
@@ -4964,7 +5064,7 @@
|
|
4964
5064
|
"type": "structure",
|
4965
5065
|
"members": {
|
4966
5066
|
"JobBookmarkEntry": {
|
4967
|
-
"shape": "
|
5067
|
+
"shape": "Sn1"
|
4968
5068
|
}
|
4969
5069
|
}
|
4970
5070
|
}
|
@@ -4981,7 +5081,7 @@
|
|
4981
5081
|
"Name": {},
|
4982
5082
|
"RunId": {},
|
4983
5083
|
"NodeIds": {
|
4984
|
-
"shape": "
|
5084
|
+
"shape": "Sv4"
|
4985
5085
|
}
|
4986
5086
|
}
|
4987
5087
|
},
|
@@ -4990,7 +5090,7 @@
|
|
4990
5090
|
"members": {
|
4991
5091
|
"RunId": {},
|
4992
5092
|
"NodeIds": {
|
4993
|
-
"shape": "
|
5093
|
+
"shape": "Sv4"
|
4994
5094
|
}
|
4995
5095
|
}
|
4996
5096
|
}
|
@@ -5056,7 +5156,7 @@
|
|
5056
5156
|
"members": {
|
5057
5157
|
"NextToken": {},
|
5058
5158
|
"TableList": {
|
5059
|
-
"shape": "
|
5159
|
+
"shape": "Sqq"
|
5060
5160
|
}
|
5061
5161
|
}
|
5062
5162
|
}
|
@@ -5093,7 +5193,7 @@
|
|
5093
5193
|
"DatabaseName": {},
|
5094
5194
|
"TableName": {},
|
5095
5195
|
"ColumnNameList": {
|
5096
|
-
"shape": "
|
5196
|
+
"shape": "Sl6"
|
5097
5197
|
},
|
5098
5198
|
"Role": {},
|
5099
5199
|
"SampleSize": {
|
@@ -5191,13 +5291,13 @@
|
|
5191
5291
|
},
|
5192
5292
|
"ClientToken": {},
|
5193
5293
|
"AdditionalRunOptions": {
|
5194
|
-
"shape": "
|
5294
|
+
"shape": "Smc"
|
5195
5295
|
},
|
5196
5296
|
"RulesetNames": {
|
5197
|
-
"shape": "
|
5297
|
+
"shape": "Sme"
|
5198
5298
|
},
|
5199
5299
|
"AdditionalDataSources": {
|
5200
|
-
"shape": "
|
5300
|
+
"shape": "Smg"
|
5201
5301
|
}
|
5202
5302
|
}
|
5203
5303
|
},
|
@@ -5611,7 +5711,7 @@
|
|
5611
5711
|
"shape": "S6"
|
5612
5712
|
},
|
5613
5713
|
"ColumnStatisticsList": {
|
5614
|
-
"shape": "
|
5714
|
+
"shape": "Swx"
|
5615
5715
|
}
|
5616
5716
|
}
|
5617
5717
|
},
|
@@ -5619,7 +5719,7 @@
|
|
5619
5719
|
"type": "structure",
|
5620
5720
|
"members": {
|
5621
5721
|
"Errors": {
|
5622
|
-
"shape": "
|
5722
|
+
"shape": "Swz"
|
5623
5723
|
}
|
5624
5724
|
}
|
5625
5725
|
}
|
@@ -5637,7 +5737,7 @@
|
|
5637
5737
|
"DatabaseName": {},
|
5638
5738
|
"TableName": {},
|
5639
5739
|
"ColumnStatisticsList": {
|
5640
|
-
"shape": "
|
5740
|
+
"shape": "Swx"
|
5641
5741
|
}
|
5642
5742
|
}
|
5643
5743
|
},
|
@@ -5645,7 +5745,7 @@
|
|
5645
5745
|
"type": "structure",
|
5646
5746
|
"members": {
|
5647
5747
|
"Errors": {
|
5648
|
-
"shape": "
|
5748
|
+
"shape": "Swz"
|
5649
5749
|
}
|
5650
5750
|
}
|
5651
5751
|
}
|
@@ -5996,7 +6096,7 @@
|
|
5996
6096
|
"shape": "Sw"
|
5997
6097
|
},
|
5998
6098
|
"SchemaVersionNumber": {
|
5999
|
-
"shape": "
|
6099
|
+
"shape": "Spm"
|
6000
6100
|
},
|
6001
6101
|
"Compatibility": {},
|
6002
6102
|
"Description": {}
|
@@ -6124,6 +6224,28 @@
|
|
6124
6224
|
}
|
6125
6225
|
}
|
6126
6226
|
},
|
6227
|
+
"UpdateUsageProfile": {
|
6228
|
+
"input": {
|
6229
|
+
"type": "structure",
|
6230
|
+
"required": [
|
6231
|
+
"Name",
|
6232
|
+
"Configuration"
|
6233
|
+
],
|
6234
|
+
"members": {
|
6235
|
+
"Name": {},
|
6236
|
+
"Description": {},
|
6237
|
+
"Configuration": {
|
6238
|
+
"shape": "Shj"
|
6239
|
+
}
|
6240
|
+
}
|
6241
|
+
},
|
6242
|
+
"output": {
|
6243
|
+
"type": "structure",
|
6244
|
+
"members": {
|
6245
|
+
"Name": {}
|
6246
|
+
}
|
6247
|
+
}
|
6248
|
+
},
|
6127
6249
|
"UpdateUserDefinedFunction": {
|
6128
6250
|
"input": {
|
6129
6251
|
"type": "structure",
|
@@ -6137,7 +6259,7 @@
|
|
6137
6259
|
"DatabaseName": {},
|
6138
6260
|
"FunctionName": {},
|
6139
6261
|
"FunctionInput": {
|
6140
|
-
"shape": "
|
6262
|
+
"shape": "Shq"
|
6141
6263
|
}
|
6142
6264
|
}
|
6143
6265
|
},
|
@@ -6900,7 +7022,8 @@
|
|
6900
7022
|
"SourceControlDetails": {
|
6901
7023
|
"shape": "Saa"
|
6902
7024
|
},
|
6903
|
-
"MaintenanceWindow": {}
|
7025
|
+
"MaintenanceWindow": {},
|
7026
|
+
"ProfileName": {}
|
6904
7027
|
}
|
6905
7028
|
},
|
6906
7029
|
"S53": {
|
@@ -9328,7 +9451,8 @@
|
|
9328
9451
|
"type": "double"
|
9329
9452
|
},
|
9330
9453
|
"ExecutionClass": {},
|
9331
|
-
"MaintenanceWindow": {}
|
9454
|
+
"MaintenanceWindow": {},
|
9455
|
+
"ProfileName": {}
|
9332
9456
|
}
|
9333
9457
|
},
|
9334
9458
|
"Sco": {
|
@@ -9707,7 +9831,8 @@
|
|
9707
9831
|
},
|
9708
9832
|
"IdleTimeout": {
|
9709
9833
|
"type": "integer"
|
9710
|
-
}
|
9834
|
+
},
|
9835
|
+
"ProfileName": {}
|
9711
9836
|
}
|
9712
9837
|
},
|
9713
9838
|
"Sgy": {
|
@@ -9784,6 +9909,33 @@
|
|
9784
9909
|
"member": {}
|
9785
9910
|
},
|
9786
9911
|
"Shj": {
|
9912
|
+
"type": "structure",
|
9913
|
+
"members": {
|
9914
|
+
"SessionConfiguration": {
|
9915
|
+
"shape": "Shk"
|
9916
|
+
},
|
9917
|
+
"JobConfiguration": {
|
9918
|
+
"shape": "Shk"
|
9919
|
+
}
|
9920
|
+
}
|
9921
|
+
},
|
9922
|
+
"Shk": {
|
9923
|
+
"type": "map",
|
9924
|
+
"key": {},
|
9925
|
+
"value": {
|
9926
|
+
"type": "structure",
|
9927
|
+
"members": {
|
9928
|
+
"DefaultValue": {},
|
9929
|
+
"AllowedValues": {
|
9930
|
+
"type": "list",
|
9931
|
+
"member": {}
|
9932
|
+
},
|
9933
|
+
"MinValue": {},
|
9934
|
+
"MaxValue": {}
|
9935
|
+
}
|
9936
|
+
}
|
9937
|
+
},
|
9938
|
+
"Shq": {
|
9787
9939
|
"type": "structure",
|
9788
9940
|
"members": {
|
9789
9941
|
"FunctionName": {},
|
@@ -9791,11 +9943,11 @@
|
|
9791
9943
|
"OwnerName": {},
|
9792
9944
|
"OwnerType": {},
|
9793
9945
|
"ResourceUris": {
|
9794
|
-
"shape": "
|
9946
|
+
"shape": "Shs"
|
9795
9947
|
}
|
9796
9948
|
}
|
9797
9949
|
},
|
9798
|
-
"
|
9950
|
+
"Shs": {
|
9799
9951
|
"type": "list",
|
9800
9952
|
"member": {
|
9801
9953
|
"type": "structure",
|
@@ -9805,7 +9957,7 @@
|
|
9805
9957
|
}
|
9806
9958
|
}
|
9807
9959
|
},
|
9808
|
-
"
|
9960
|
+
"Sjr": {
|
9809
9961
|
"type": "structure",
|
9810
9962
|
"members": {
|
9811
9963
|
"BlueprintName": {},
|
@@ -9824,7 +9976,7 @@
|
|
9824
9976
|
"RoleArn": {}
|
9825
9977
|
}
|
9826
9978
|
},
|
9827
|
-
"
|
9979
|
+
"Sk4": {
|
9828
9980
|
"type": "structure",
|
9829
9981
|
"members": {
|
9830
9982
|
"GrokClassifier": {
|
@@ -9930,17 +10082,17 @@
|
|
9930
10082
|
}
|
9931
10083
|
}
|
9932
10084
|
},
|
9933
|
-
"
|
10085
|
+
"Ske": {
|
9934
10086
|
"type": "list",
|
9935
10087
|
"member": {}
|
9936
10088
|
},
|
9937
|
-
"
|
10089
|
+
"Skg": {
|
9938
10090
|
"type": "list",
|
9939
10091
|
"member": {
|
9940
|
-
"shape": "
|
10092
|
+
"shape": "Skh"
|
9941
10093
|
}
|
9942
10094
|
},
|
9943
|
-
"
|
10095
|
+
"Skh": {
|
9944
10096
|
"type": "structure",
|
9945
10097
|
"required": [
|
9946
10098
|
"ColumnName",
|
@@ -10009,10 +10161,10 @@
|
|
10009
10161
|
],
|
10010
10162
|
"members": {
|
10011
10163
|
"MinimumValue": {
|
10012
|
-
"shape": "
|
10164
|
+
"shape": "Skp"
|
10013
10165
|
},
|
10014
10166
|
"MaximumValue": {
|
10015
|
-
"shape": "
|
10167
|
+
"shape": "Skp"
|
10016
10168
|
},
|
10017
10169
|
"NumberOfNulls": {
|
10018
10170
|
"type": "long"
|
@@ -10110,7 +10262,7 @@
|
|
10110
10262
|
}
|
10111
10263
|
}
|
10112
10264
|
},
|
10113
|
-
"
|
10265
|
+
"Skp": {
|
10114
10266
|
"type": "structure",
|
10115
10267
|
"required": [
|
10116
10268
|
"UnscaledValue",
|
@@ -10125,7 +10277,7 @@
|
|
10125
10277
|
}
|
10126
10278
|
}
|
10127
10279
|
},
|
10128
|
-
"
|
10280
|
+
"Sky": {
|
10129
10281
|
"type": "list",
|
10130
10282
|
"member": {
|
10131
10283
|
"type": "structure",
|
@@ -10137,7 +10289,7 @@
|
|
10137
10289
|
}
|
10138
10290
|
}
|
10139
10291
|
},
|
10140
|
-
"
|
10292
|
+
"Sl4": {
|
10141
10293
|
"type": "structure",
|
10142
10294
|
"members": {
|
10143
10295
|
"CustomerId": {},
|
@@ -10145,7 +10297,7 @@
|
|
10145
10297
|
"DatabaseName": {},
|
10146
10298
|
"TableName": {},
|
10147
10299
|
"ColumnNameList": {
|
10148
|
-
"shape": "
|
10300
|
+
"shape": "Sl6"
|
10149
10301
|
},
|
10150
10302
|
"CatalogID": {},
|
10151
10303
|
"Role": {},
|
@@ -10176,11 +10328,11 @@
|
|
10176
10328
|
}
|
10177
10329
|
}
|
10178
10330
|
},
|
10179
|
-
"
|
10331
|
+
"Sl6": {
|
10180
10332
|
"type": "list",
|
10181
10333
|
"member": {}
|
10182
10334
|
},
|
10183
|
-
"
|
10335
|
+
"Slf": {
|
10184
10336
|
"type": "structure",
|
10185
10337
|
"members": {
|
10186
10338
|
"Name": {},
|
@@ -10229,7 +10381,7 @@
|
|
10229
10381
|
}
|
10230
10382
|
}
|
10231
10383
|
},
|
10232
|
-
"
|
10384
|
+
"Slz": {
|
10233
10385
|
"type": "structure",
|
10234
10386
|
"members": {
|
10235
10387
|
"EncryptionAtRest": {
|
@@ -10257,7 +10409,7 @@
|
|
10257
10409
|
}
|
10258
10410
|
}
|
10259
10411
|
},
|
10260
|
-
"
|
10412
|
+
"Smc": {
|
10261
10413
|
"type": "structure",
|
10262
10414
|
"members": {
|
10263
10415
|
"CloudWatchMetricsEnabled": {
|
@@ -10267,18 +10419,18 @@
|
|
10267
10419
|
"CompositeRuleEvaluationMethod": {}
|
10268
10420
|
}
|
10269
10421
|
},
|
10270
|
-
"
|
10422
|
+
"Sme": {
|
10271
10423
|
"type": "list",
|
10272
10424
|
"member": {}
|
10273
10425
|
},
|
10274
|
-
"
|
10426
|
+
"Smg": {
|
10275
10427
|
"type": "map",
|
10276
10428
|
"key": {},
|
10277
10429
|
"value": {
|
10278
10430
|
"shape": "S43"
|
10279
10431
|
}
|
10280
10432
|
},
|
10281
|
-
"
|
10433
|
+
"Smj": {
|
10282
10434
|
"type": "structure",
|
10283
10435
|
"required": [
|
10284
10436
|
"Name"
|
@@ -10305,7 +10457,7 @@
|
|
10305
10457
|
}
|
10306
10458
|
}
|
10307
10459
|
},
|
10308
|
-
"
|
10460
|
+
"Sn1": {
|
10309
10461
|
"type": "structure",
|
10310
10462
|
"members": {
|
10311
10463
|
"JobName": {},
|
@@ -10323,7 +10475,7 @@
|
|
10323
10475
|
"JobBookmark": {}
|
10324
10476
|
}
|
10325
10477
|
},
|
10326
|
-
"
|
10478
|
+
"Snc": {
|
10327
10479
|
"type": "structure",
|
10328
10480
|
"members": {
|
10329
10481
|
"TaskType": {},
|
@@ -10358,7 +10510,7 @@
|
|
10358
10510
|
}
|
10359
10511
|
}
|
10360
10512
|
},
|
10361
|
-
"
|
10513
|
+
"Snv": {
|
10362
10514
|
"type": "structure",
|
10363
10515
|
"required": [
|
10364
10516
|
"TransformType"
|
@@ -10413,7 +10565,7 @@
|
|
10413
10565
|
}
|
10414
10566
|
}
|
10415
10567
|
},
|
10416
|
-
"
|
10568
|
+
"So2": {
|
10417
10569
|
"type": "list",
|
10418
10570
|
"member": {
|
10419
10571
|
"type": "structure",
|
@@ -10423,7 +10575,7 @@
|
|
10423
10575
|
}
|
10424
10576
|
}
|
10425
10577
|
},
|
10426
|
-
"
|
10578
|
+
"So5": {
|
10427
10579
|
"type": "structure",
|
10428
10580
|
"members": {
|
10429
10581
|
"Name": {},
|
@@ -10443,11 +10595,11 @@
|
|
10443
10595
|
"type": "timestamp"
|
10444
10596
|
},
|
10445
10597
|
"Schema": {
|
10446
|
-
"shape": "
|
10598
|
+
"shape": "So2"
|
10447
10599
|
}
|
10448
10600
|
}
|
10449
10601
|
},
|
10450
|
-
"
|
10602
|
+
"So6": {
|
10451
10603
|
"type": "structure",
|
10452
10604
|
"required": [
|
10453
10605
|
"Column",
|
@@ -10458,7 +10610,7 @@
|
|
10458
10610
|
"SortDirection": {}
|
10459
10611
|
}
|
10460
10612
|
},
|
10461
|
-
"
|
10613
|
+
"Soc": {
|
10462
10614
|
"type": "structure",
|
10463
10615
|
"required": [
|
10464
10616
|
"DatabaseName",
|
@@ -10469,13 +10621,13 @@
|
|
10469
10621
|
"TableName": {}
|
10470
10622
|
}
|
10471
10623
|
},
|
10472
|
-
"
|
10624
|
+
"Sod": {
|
10473
10625
|
"type": "list",
|
10474
10626
|
"member": {
|
10475
|
-
"shape": "
|
10627
|
+
"shape": "Soc"
|
10476
10628
|
}
|
10477
10629
|
},
|
10478
|
-
"
|
10630
|
+
"Soe": {
|
10479
10631
|
"type": "structure",
|
10480
10632
|
"members": {
|
10481
10633
|
"Jdbc": {
|
@@ -10489,7 +10641,7 @@
|
|
10489
10641
|
}
|
10490
10642
|
}
|
10491
10643
|
},
|
10492
|
-
"
|
10644
|
+
"Sog": {
|
10493
10645
|
"type": "list",
|
10494
10646
|
"member": {
|
10495
10647
|
"type": "structure",
|
@@ -10503,7 +10655,7 @@
|
|
10503
10655
|
}
|
10504
10656
|
}
|
10505
10657
|
},
|
10506
|
-
"
|
10658
|
+
"Soz": {
|
10507
10659
|
"type": "structure",
|
10508
10660
|
"required": [
|
10509
10661
|
"SegmentNumber",
|
@@ -10518,7 +10670,7 @@
|
|
10518
10670
|
}
|
10519
10671
|
}
|
10520
10672
|
},
|
10521
|
-
"
|
10673
|
+
"Spm": {
|
10522
10674
|
"type": "structure",
|
10523
10675
|
"members": {
|
10524
10676
|
"LatestVersion": {
|
@@ -10529,7 +10681,7 @@
|
|
10529
10681
|
}
|
10530
10682
|
}
|
10531
10683
|
},
|
10532
|
-
"
|
10684
|
+
"Spv": {
|
10533
10685
|
"type": "structure",
|
10534
10686
|
"members": {
|
10535
10687
|
"Name": {},
|
@@ -10541,7 +10693,7 @@
|
|
10541
10693
|
}
|
10542
10694
|
}
|
10543
10695
|
},
|
10544
|
-
"
|
10696
|
+
"Sq3": {
|
10545
10697
|
"type": "structure",
|
10546
10698
|
"members": {
|
10547
10699
|
"Id": {
|
@@ -10580,7 +10732,7 @@
|
|
10580
10732
|
}
|
10581
10733
|
}
|
10582
10734
|
},
|
10583
|
-
"
|
10735
|
+
"Sqa": {
|
10584
10736
|
"type": "structure",
|
10585
10737
|
"required": [
|
10586
10738
|
"Name"
|
@@ -10667,22 +10819,22 @@
|
|
10667
10819
|
}
|
10668
10820
|
}
|
10669
10821
|
},
|
10670
|
-
"
|
10822
|
+
"Sqj": {
|
10671
10823
|
"type": "structure",
|
10672
10824
|
"members": {
|
10673
10825
|
"Table": {
|
10674
|
-
"shape": "
|
10826
|
+
"shape": "Sqa"
|
10675
10827
|
},
|
10676
10828
|
"VersionId": {}
|
10677
10829
|
}
|
10678
10830
|
},
|
10679
|
-
"
|
10831
|
+
"Sqq": {
|
10680
10832
|
"type": "list",
|
10681
10833
|
"member": {
|
10682
|
-
"shape": "
|
10834
|
+
"shape": "Sqa"
|
10683
10835
|
}
|
10684
10836
|
},
|
10685
|
-
"
|
10837
|
+
"Sqy": {
|
10686
10838
|
"type": "structure",
|
10687
10839
|
"members": {
|
10688
10840
|
"AdditionalAuditContext": {},
|
@@ -10695,11 +10847,11 @@
|
|
10695
10847
|
}
|
10696
10848
|
}
|
10697
10849
|
},
|
10698
|
-
"
|
10850
|
+
"Sr1": {
|
10699
10851
|
"type": "list",
|
10700
10852
|
"member": {}
|
10701
10853
|
},
|
10702
|
-
"
|
10854
|
+
"Sr3": {
|
10703
10855
|
"type": "structure",
|
10704
10856
|
"members": {
|
10705
10857
|
"QueryId": {},
|
@@ -10715,7 +10867,7 @@
|
|
10715
10867
|
}
|
10716
10868
|
}
|
10717
10869
|
},
|
10718
|
-
"
|
10870
|
+
"Srm": {
|
10719
10871
|
"type": "structure",
|
10720
10872
|
"members": {
|
10721
10873
|
"FunctionName": {},
|
@@ -10727,35 +10879,35 @@
|
|
10727
10879
|
"type": "timestamp"
|
10728
10880
|
},
|
10729
10881
|
"ResourceUris": {
|
10730
|
-
"shape": "
|
10882
|
+
"shape": "Shs"
|
10731
10883
|
},
|
10732
10884
|
"CatalogId": {}
|
10733
10885
|
}
|
10734
10886
|
},
|
10735
|
-
"
|
10887
|
+
"Suj": {
|
10736
10888
|
"type": "structure",
|
10737
10889
|
"members": {
|
10738
10890
|
"MetadataKey": {},
|
10739
10891
|
"MetadataValue": {}
|
10740
10892
|
}
|
10741
10893
|
},
|
10742
|
-
"
|
10894
|
+
"Sv4": {
|
10743
10895
|
"type": "list",
|
10744
10896
|
"member": {}
|
10745
10897
|
},
|
10746
|
-
"
|
10898
|
+
"Swx": {
|
10747
10899
|
"type": "list",
|
10748
10900
|
"member": {
|
10749
|
-
"shape": "
|
10901
|
+
"shape": "Skh"
|
10750
10902
|
}
|
10751
10903
|
},
|
10752
|
-
"
|
10904
|
+
"Swz": {
|
10753
10905
|
"type": "list",
|
10754
10906
|
"member": {
|
10755
10907
|
"type": "structure",
|
10756
10908
|
"members": {
|
10757
10909
|
"ColumnStatistics": {
|
10758
|
-
"shape": "
|
10910
|
+
"shape": "Skh"
|
10759
10911
|
},
|
10760
10912
|
"Error": {
|
10761
10913
|
"shape": "S14"
|