Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Nov 30, 2023
1 parent 05c57c5 commit 4d2e22e
Show file tree
Hide file tree
Showing 29 changed files with 4,051 additions and 234 deletions.
374 changes: 371 additions & 3 deletions apis/arc-zonal-shift/2022-10-30/api-2.json

Large diffs are not rendered by default.

259 changes: 227 additions & 32 deletions apis/arc-zonal-shift/2022-10-30/docs-2.json

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions apis/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -59,7 +58,6 @@
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -87,13 +85,14 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -106,7 +105,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -120,7 +118,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -143,7 +140,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -178,11 +174,9 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -193,16 +187,19 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -216,14 +213,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -232,15 +227,14 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -251,16 +245,19 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -274,7 +271,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -294,11 +290,9 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -309,20 +303,22 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -333,18 +329,22 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "Invalid Configuration: Missing Region",
"type": "error"
}
]
],
"type": "tree"
}
]
}
6 changes: 6 additions & 0 deletions apis/arc-zonal-shift/2022-10-30/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"pagination": {
"ListAutoshifts": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListManagedResources": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
75 changes: 70 additions & 5 deletions apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5908,13 +5908,56 @@
"max":255,
"min":1
},
"DataQualityAnalyzerResult":{
"type":"structure",
"members":{
"Name":{"shape":"NameString"},
"Description":{"shape":"DataQualityRuleResultDescription"},
"EvaluationMessage":{"shape":"DataQualityRuleResultDescription"},
"EvaluatedMetrics":{"shape":"EvaluatedMetricsMap"}
}
},
"DataQualityAnalyzerResults":{
"type":"list",
"member":{"shape":"DataQualityAnalyzerResult"},
"max":2000,
"min":0
},
"DataQualityEvaluationRunAdditionalRunOptions":{
"type":"structure",
"members":{
"CloudWatchMetricsEnabled":{"shape":"NullableBoolean"},
"ResultsS3Prefix":{"shape":"UriString"}
}
},
"DataQualityMetricValues":{
"type":"structure",
"members":{
"ActualValue":{"shape":"NullableDouble"},
"ExpectedValue":{"shape":"NullableDouble"},
"LowerLimit":{"shape":"NullableDouble"},
"UpperLimit":{"shape":"NullableDouble"}
}
},
"DataQualityObservation":{
"type":"structure",
"members":{
"Description":{"shape":"DataQualityObservationDescription"},
"MetricBasedObservation":{"shape":"MetricBasedObservation"}
}
},
"DataQualityObservationDescription":{
"type":"string",
"max":2048,
"min":0,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"DataQualityObservations":{
"type":"list",
"member":{"shape":"DataQualityObservation"},
"max":50,
"min":0
},
"DataQualityResult":{
"type":"structure",
"members":{
Expand All @@ -5928,7 +5971,9 @@
"JobName":{"shape":"NameString"},
"JobRunId":{"shape":"HashString"},
"RulesetEvaluationRunId":{"shape":"HashString"},
"RuleResults":{"shape":"DataQualityRuleResults"}
"RuleResults":{"shape":"DataQualityRuleResults"},
"AnalyzerResults":{"shape":"DataQualityAnalyzerResults"},
"Observations":{"shape":"DataQualityObservations"}
}
},
"DataQualityResultDescription":{
Expand Down Expand Up @@ -5997,12 +6042,18 @@
"type":"structure",
"members":{
"Name":{"shape":"NameString"},
"Description":{"shape":"DescriptionString"},
"EvaluationMessage":{"shape":"DescriptionString"},
"Description":{"shape":"DataQualityRuleResultDescription"},
"EvaluationMessage":{"shape":"DataQualityRuleResultDescription"},
"Result":{"shape":"DataQualityRuleResultStatus"},
"EvaluatedMetrics":{"shape":"EvaluatedMetricsMap"}
}
},
"DataQualityRuleResultDescription":{
"type":"string",
"max":2048,
"min":0,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"DataQualityRuleResultStatus":{
"type":"string",
"enum":[
Expand All @@ -6015,7 +6066,7 @@
"type":"list",
"member":{"shape":"DataQualityRuleResult"},
"max":2000,
"min":1
"min":0
},
"DataQualityRulesetEvaluationRunDescription":{
"type":"structure",
Expand Down Expand Up @@ -7522,7 +7573,9 @@
"JobName":{"shape":"NameString"},
"JobRunId":{"shape":"HashString"},
"RulesetEvaluationRunId":{"shape":"HashString"},
"RuleResults":{"shape":"DataQualityRuleResults"}
"RuleResults":{"shape":"DataQualityRuleResults"},
"AnalyzerResults":{"shape":"DataQualityAnalyzerResults"},
"Observations":{"shape":"DataQualityObservations"}
}
},
"GetDataQualityRuleRecommendationRunRequest":{
Expand Down Expand Up @@ -9813,6 +9866,14 @@
"min":1,
"pattern":"[a-zA-Z0-9+-=._./@]+"
},
"MetricBasedObservation":{
"type":"structure",
"members":{
"MetricName":{"shape":"NameString"},
"MetricValues":{"shape":"DataQualityMetricValues"},
"NewRules":{"shape":"NewRules"}
}
},
"MicrosoftSQLServerCatalogSource":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -9892,6 +9953,10 @@
"type":"list",
"member":{"shape":"NameString"}
},
"NewRules":{
"type":"list",
"member":{"shape":"NameString"}
},
"NoScheduleException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 4d2e22e

Please sign in to comment.