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 Aug 15, 2023
1 parent 13f2cc1 commit 8c8a109
Show file tree
Hide file tree
Showing 60 changed files with 3,637 additions and 779 deletions.
29 changes: 27 additions & 2 deletions apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"CreateAttendee":{
Expand Down Expand Up @@ -78,6 +80,7 @@
"output":{"shape":"CreateMeetingResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand All @@ -96,6 +99,7 @@
"output":{"shape":"CreateMeetingWithAttendeesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand Down Expand Up @@ -205,6 +209,13 @@
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -258,6 +269,12 @@
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"TooManyTagsException"}
]
Expand All @@ -273,6 +290,12 @@
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand All @@ -290,7 +313,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
}
},
Expand Down
344 changes: 154 additions & 190 deletions apis/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,8 @@
"DisableValueTrimming":{"shape":"NullableBoolean"},
"AllowSingleColumn":{"shape":"NullableBoolean"},
"CustomDatatypeConfigured":{"shape":"NullableBoolean"},
"CustomDatatypes":{"shape":"CustomDatatypes"}
"CustomDatatypes":{"shape":"CustomDatatypes"},
"Serde":{"shape":"CsvSerdeOption"}
}
},
"CreateCustomEntityTypeRequest":{
Expand Down Expand Up @@ -5399,7 +5400,8 @@
"DisableValueTrimming":{"shape":"NullableBoolean"},
"AllowSingleColumn":{"shape":"NullableBoolean"},
"CustomDatatypeConfigured":{"shape":"NullableBoolean"},
"CustomDatatypes":{"shape":"CustomDatatypes"}
"CustomDatatypes":{"shape":"CustomDatatypes"},
"Serde":{"shape":"CsvSerdeOption"}
}
},
"CsvColumnDelimiter":{
Expand All @@ -5426,6 +5428,14 @@
"min":1,
"pattern":"[^\\r\\n]"
},
"CsvSerdeOption":{
"type":"string",
"enum":[
"OpenCSVSerDe",
"LazySimpleSerDe",
"None"
]
},
"CustomCode":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -12244,7 +12254,8 @@
"DisableValueTrimming":{"shape":"NullableBoolean"},
"AllowSingleColumn":{"shape":"NullableBoolean"},
"CustomDatatypeConfigured":{"shape":"NullableBoolean"},
"CustomDatatypes":{"shape":"CustomDatatypes"}
"CustomDatatypes":{"shape":"CustomDatatypes"},
"Serde":{"shape":"CsvSerdeOption"}
}
},
"UpdateDataQualityRulesetRequest":{
Expand Down
8 changes: 8 additions & 0 deletions apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,14 @@
"UpdateCsvClassifierRequest$QuoteSymbol": "<p>A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.</p>"
}
},
"CsvSerdeOption": {
"base": null,
"refs": {
"CreateCsvClassifierRequest$Serde": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>",
"CsvClassifier$Serde": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>",
"UpdateCsvClassifierRequest$Serde": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>"
}
},
"CustomCode": {
"base": "<p>Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 8c8a109

Please sign in to comment.