aws-sdk-core 2.11.624 → 2.11.625
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +12 -3
- data/apis/databrew/2017-07-25/api-2.json +2127 -0
- data/apis/databrew/2017-07-25/examples-1.json +5 -0
- data/apis/databrew/2017-07-25/paginators-1.json +46 -0
- data/apis/forecast/2018-06-26/api-2.json +21 -2
- data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
- data/apis/quicksight/2018-04-01/api-2.json +45 -3
- data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -0,0 +1,46 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListDatasets": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken",
|
7
|
+
"result_key": "Datasets"
|
8
|
+
},
|
9
|
+
"ListJobRuns": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults",
|
12
|
+
"output_token": "NextToken",
|
13
|
+
"result_key": "JobRuns"
|
14
|
+
},
|
15
|
+
"ListJobs": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"limit_key": "MaxResults",
|
18
|
+
"output_token": "NextToken",
|
19
|
+
"result_key": "Jobs"
|
20
|
+
},
|
21
|
+
"ListProjects": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"limit_key": "MaxResults",
|
24
|
+
"output_token": "NextToken",
|
25
|
+
"result_key": "Projects"
|
26
|
+
},
|
27
|
+
"ListRecipeVersions": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"limit_key": "MaxResults",
|
30
|
+
"output_token": "NextToken",
|
31
|
+
"result_key": "Recipes"
|
32
|
+
},
|
33
|
+
"ListRecipes": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"limit_key": "MaxResults",
|
36
|
+
"output_token": "NextToken",
|
37
|
+
"result_key": "Recipes"
|
38
|
+
},
|
39
|
+
"ListSchedules": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"limit_key": "MaxResults",
|
42
|
+
"output_token": "NextToken",
|
43
|
+
"result_key": "Schedules"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -600,6 +600,7 @@
|
|
600
600
|
"PredictorName":{"shape":"Name"},
|
601
601
|
"AlgorithmArn":{"shape":"Arn"},
|
602
602
|
"ForecastHorizon":{"shape":"Integer"},
|
603
|
+
"ForecastTypes":{"shape":"ForecastTypes"},
|
603
604
|
"PerformAutoML":{"shape":"Boolean"},
|
604
605
|
"PerformHPO":{"shape":"Boolean"},
|
605
606
|
"TrainingParameters":{"shape":"TrainingParameters"},
|
@@ -844,6 +845,7 @@
|
|
844
845
|
"PredictorName":{"shape":"Name"},
|
845
846
|
"AlgorithmArn":{"shape":"Arn"},
|
846
847
|
"ForecastHorizon":{"shape":"Integer"},
|
848
|
+
"ForecastTypes":{"shape":"ForecastTypes"},
|
847
849
|
"PerformAutoML":{"shape":"Boolean"},
|
848
850
|
"PerformHPO":{"shape":"Boolean"},
|
849
851
|
"TrainingParameters":{"shape":"TrainingParameters"},
|
@@ -886,6 +888,18 @@
|
|
886
888
|
}
|
887
889
|
},
|
888
890
|
"ErrorMessage":{"type":"string"},
|
891
|
+
"ErrorMetric":{
|
892
|
+
"type":"structure",
|
893
|
+
"members":{
|
894
|
+
"ForecastType":{"shape":"ForecastType"},
|
895
|
+
"WAPE":{"shape":"Double"},
|
896
|
+
"RMSE":{"shape":"Double"}
|
897
|
+
}
|
898
|
+
},
|
899
|
+
"ErrorMetrics":{
|
900
|
+
"type":"list",
|
901
|
+
"member":{"shape":"ErrorMetric"}
|
902
|
+
},
|
889
903
|
"EvaluationParameters":{
|
890
904
|
"type":"structure",
|
891
905
|
"members":{
|
@@ -1221,8 +1235,13 @@
|
|
1221
1235
|
"Metrics":{
|
1222
1236
|
"type":"structure",
|
1223
1237
|
"members":{
|
1224
|
-
"RMSE":{
|
1225
|
-
|
1238
|
+
"RMSE":{
|
1239
|
+
"shape":"Double",
|
1240
|
+
"deprecated":true,
|
1241
|
+
"deprecatedMessage":"This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE"
|
1242
|
+
},
|
1243
|
+
"WeightedQuantileLosses":{"shape":"WeightedQuantileLosses"},
|
1244
|
+
"ErrorMetrics":{"shape":"ErrorMetrics"}
|
1226
1245
|
}
|
1227
1246
|
},
|
1228
1247
|
"Name":{
|
@@ -1441,6 +1441,32 @@
|
|
1441
1441
|
"USE_CONFIGURED"
|
1442
1442
|
]
|
1443
1443
|
},
|
1444
|
+
"AutomatedAbrSettings": {
|
1445
|
+
"type": "structure",
|
1446
|
+
"members": {
|
1447
|
+
"MaxAbrBitrate": {
|
1448
|
+
"shape": "__integerMin100000Max100000000",
|
1449
|
+
"locationName": "maxAbrBitrate"
|
1450
|
+
},
|
1451
|
+
"MaxRenditions": {
|
1452
|
+
"shape": "__integerMin3Max15",
|
1453
|
+
"locationName": "maxRenditions"
|
1454
|
+
},
|
1455
|
+
"MinAbrBitrate": {
|
1456
|
+
"shape": "__integerMin100000Max100000000",
|
1457
|
+
"locationName": "minAbrBitrate"
|
1458
|
+
}
|
1459
|
+
}
|
1460
|
+
},
|
1461
|
+
"AutomatedEncodingSettings": {
|
1462
|
+
"type": "structure",
|
1463
|
+
"members": {
|
1464
|
+
"AbrSettings": {
|
1465
|
+
"shape": "AutomatedAbrSettings",
|
1466
|
+
"locationName": "abrSettings"
|
1467
|
+
}
|
1468
|
+
}
|
1469
|
+
},
|
1444
1470
|
"Av1AdaptiveQuantization": {
|
1445
1471
|
"type": "string",
|
1446
1472
|
"enum": [
|
@@ -3733,6 +3759,7 @@
|
|
3733
3759
|
"type": "string",
|
3734
3760
|
"enum": [
|
3735
3761
|
"OFF",
|
3762
|
+
"AUTO",
|
3736
3763
|
"LOW",
|
3737
3764
|
"MEDIUM",
|
3738
3765
|
"HIGH",
|
@@ -7181,6 +7208,10 @@
|
|
7181
7208
|
"OutputGroup": {
|
7182
7209
|
"type": "structure",
|
7183
7210
|
"members": {
|
7211
|
+
"AutomatedEncodingSettings": {
|
7212
|
+
"shape": "AutomatedEncodingSettings",
|
7213
|
+
"locationName": "automatedEncodingSettings"
|
7214
|
+
},
|
7184
7215
|
"CustomName": {
|
7185
7216
|
"shape": "__string",
|
7186
7217
|
"locationName": "customName"
|
@@ -8879,6 +8910,11 @@
|
|
8879
8910
|
"min": 0,
|
8880
8911
|
"max": 99
|
8881
8912
|
},
|
8913
|
+
"__integerMin100000Max100000000": {
|
8914
|
+
"type": "integer",
|
8915
|
+
"min": 100000,
|
8916
|
+
"max": 100000000
|
8917
|
+
},
|
8882
8918
|
"__integerMin1000Max1152000000": {
|
8883
8919
|
"type": "integer",
|
8884
8920
|
"min": 1000,
|
@@ -9064,6 +9100,11 @@
|
|
9064
9100
|
"min": 384000,
|
9065
9101
|
"max": 768000
|
9066
9102
|
},
|
9103
|
+
"__integerMin3Max15": {
|
9104
|
+
"type": "integer",
|
9105
|
+
"min": 3,
|
9106
|
+
"max": 15
|
9107
|
+
},
|
9067
9108
|
"__integerMin48000Max48000": {
|
9068
9109
|
"type": "integer",
|
9069
9110
|
"min": 48000,
|
@@ -2126,6 +2126,18 @@
|
|
2126
2126
|
"max":64,
|
2127
2127
|
"min":1
|
2128
2128
|
},
|
2129
|
+
"ColumnLevelPermissionRule":{
|
2130
|
+
"type":"structure",
|
2131
|
+
"members":{
|
2132
|
+
"Principals":{"shape":"PrincipalList"},
|
2133
|
+
"ColumnNames":{"shape":"ColumnNameList"}
|
2134
|
+
}
|
2135
|
+
},
|
2136
|
+
"ColumnLevelPermissionRuleList":{
|
2137
|
+
"type":"list",
|
2138
|
+
"member":{"shape":"ColumnLevelPermissionRule"},
|
2139
|
+
"min":1
|
2140
|
+
},
|
2129
2141
|
"ColumnList":{
|
2130
2142
|
"type":"list",
|
2131
2143
|
"member":{"shape":"ColumnName"},
|
@@ -2137,6 +2149,11 @@
|
|
2137
2149
|
"max":128,
|
2138
2150
|
"min":1
|
2139
2151
|
},
|
2152
|
+
"ColumnNameList":{
|
2153
|
+
"type":"list",
|
2154
|
+
"member":{"shape":"String"},
|
2155
|
+
"min":1
|
2156
|
+
},
|
2140
2157
|
"ColumnSchema":{
|
2141
2158
|
"type":"structure",
|
2142
2159
|
"members":{
|
@@ -2333,6 +2350,7 @@
|
|
2333
2350
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
2334
2351
|
"Permissions":{"shape":"ResourcePermissionList"},
|
2335
2352
|
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
2353
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"},
|
2336
2354
|
"Tags":{"shape":"TagList"}
|
2337
2355
|
}
|
2338
2356
|
},
|
@@ -2934,7 +2952,8 @@
|
|
2934
2952
|
"ImportMode":{"shape":"DataSetImportMode"},
|
2935
2953
|
"ConsumedSpiceCapacityInBytes":{"shape":"Long"},
|
2936
2954
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
2937
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
2955
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
2956
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"}
|
2938
2957
|
}
|
2939
2958
|
},
|
2940
2959
|
"DataSetArnsList":{
|
@@ -2998,7 +3017,8 @@
|
|
2998
3017
|
"CreatedTime":{"shape":"Timestamp"},
|
2999
3018
|
"LastUpdatedTime":{"shape":"Timestamp"},
|
3000
3019
|
"ImportMode":{"shape":"DataSetImportMode"},
|
3001
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
3020
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
3021
|
+
"ColumnLevelPermissionRulesApplied":{"shape":"Boolean"}
|
3002
3022
|
}
|
3003
3023
|
},
|
3004
3024
|
"DataSetSummaryList":{
|
@@ -3065,6 +3085,7 @@
|
|
3065
3085
|
"JiraParameters":{"shape":"JiraParameters"},
|
3066
3086
|
"MariaDbParameters":{"shape":"MariaDbParameters"},
|
3067
3087
|
"MySqlParameters":{"shape":"MySqlParameters"},
|
3088
|
+
"OracleParameters":{"shape":"OracleParameters"},
|
3068
3089
|
"PostgreSqlParameters":{"shape":"PostgreSqlParameters"},
|
3069
3090
|
"PrestoParameters":{"shape":"PrestoParameters"},
|
3070
3091
|
"RdsParameters":{"shape":"RdsParameters"},
|
@@ -3097,6 +3118,7 @@
|
|
3097
3118
|
"JIRA",
|
3098
3119
|
"MARIADB",
|
3099
3120
|
"MYSQL",
|
3121
|
+
"ORACLE",
|
3100
3122
|
"POSTGRESQL",
|
3101
3123
|
"PRESTO",
|
3102
3124
|
"REDSHIFT",
|
@@ -5885,6 +5907,19 @@
|
|
5885
5907
|
"max":65535,
|
5886
5908
|
"min":0
|
5887
5909
|
},
|
5910
|
+
"OracleParameters":{
|
5911
|
+
"type":"structure",
|
5912
|
+
"required":[
|
5913
|
+
"Host",
|
5914
|
+
"Port",
|
5915
|
+
"Database"
|
5916
|
+
],
|
5917
|
+
"members":{
|
5918
|
+
"Host":{"shape":"Host"},
|
5919
|
+
"Port":{"shape":"Port"},
|
5920
|
+
"Database":{"shape":"Database"}
|
5921
|
+
}
|
5922
|
+
},
|
5888
5923
|
"OutputColumn":{
|
5889
5924
|
"type":"structure",
|
5890
5925
|
"members":{
|
@@ -5981,6 +6016,12 @@
|
|
5981
6016
|
"max":256,
|
5982
6017
|
"min":1
|
5983
6018
|
},
|
6019
|
+
"PrincipalList":{
|
6020
|
+
"type":"list",
|
6021
|
+
"member":{"shape":"String"},
|
6022
|
+
"max":100,
|
6023
|
+
"min":1
|
6024
|
+
},
|
5984
6025
|
"ProjectOperation":{
|
5985
6026
|
"type":"structure",
|
5986
6027
|
"required":["ProjectedColumns"],
|
@@ -7213,7 +7254,8 @@
|
|
7213
7254
|
"LogicalTableMap":{"shape":"LogicalTableMap"},
|
7214
7255
|
"ImportMode":{"shape":"DataSetImportMode"},
|
7215
7256
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
7216
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
7257
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
7258
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"}
|
7217
7259
|
}
|
7218
7260
|
},
|
7219
7261
|
"UpdateDataSetResponse":{
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:GlueDataBrew, {
|
2
|
+
api: "#{Aws::API_DIR}/databrew/2017-07-25/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/databrew/2017-07-25/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/databrew/2017-07-25/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/databrew/2017-07-25/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.625
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -287,6 +287,9 @@ files:
|
|
287
287
|
- apis/cur/2017-01-06/examples-1.json
|
288
288
|
- apis/cur/2017-01-06/paginators-1.json
|
289
289
|
- apis/cur/2017-01-06/smoke.json
|
290
|
+
- apis/databrew/2017-07-25/api-2.json
|
291
|
+
- apis/databrew/2017-07-25/examples-1.json
|
292
|
+
- apis/databrew/2017-07-25/paginators-1.json
|
290
293
|
- apis/dataexchange/2017-07-25/api-2.json
|
291
294
|
- apis/dataexchange/2017-07-25/paginators-1.json
|
292
295
|
- apis/datapipeline/2012-10-29/api-2.json
|
@@ -1083,6 +1086,7 @@ files:
|
|
1083
1086
|
- lib/aws-sdk-core/glacier.rb
|
1084
1087
|
- lib/aws-sdk-core/globalaccelerator.rb
|
1085
1088
|
- lib/aws-sdk-core/glue.rb
|
1089
|
+
- lib/aws-sdk-core/gluedatabrew.rb
|
1086
1090
|
- lib/aws-sdk-core/greengrass.rb
|
1087
1091
|
- lib/aws-sdk-core/groundstation.rb
|
1088
1092
|
- lib/aws-sdk-core/guardduty.rb
|