Skip to content

Commit b1d8ad9

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 8fdd00f commit b1d8ad9

File tree

15 files changed

+1193
-17
lines changed

15 files changed

+1193
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
5+
6+
* Feature - Aws::KinesisAnalyticsV2 - Updated the API, and documentation for Amazon Kinesis Analytics.
7+
8+
* Feature - Aws::RedshiftDataAPIService - Added support for a new service, Redshift Data API Service.
9+
410
2.11.581 (2020-09-08)
511
------------------
612

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ to be backwards compatible.
318318
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
319319
| AWS Key Management Service | KMS | 2014-11-01 |
320320
| AWS Lake Formation | LakeFormation | 2017-03-31 |
321-
| AWS Lambda | LambdaPreview | 2014-11-11 |
322321
| AWS Lambda | Lambda | 2015-03-31 |
322+
| AWS Lambda | LambdaPreview | 2014-11-11 |
323323
| AWS License Manager | LicenseManager | 2018-08-01 |
324324
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
325325
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
@@ -454,8 +454,8 @@ to be backwards compatible.
454454
| Amazon Route 53 Resolver | Route53Resolver | 2018-04-01 |
455455
| Amazon SageMaker Runtime | SageMakerRuntime | 2017-05-13 |
456456
| Amazon SageMaker Service | SageMaker | 2017-07-24 |
457-
| Amazon Simple Email Service | SESV2 | 2019-09-27 |
458457
| Amazon Simple Email Service | SES | 2010-12-01 |
458+
| Amazon Simple Email Service | SESV2 | 2019-09-27 |
459459
| Amazon Simple Notification Service | SNS | 2010-03-31 |
460460
| Amazon Simple Queue Service | SQS | 2012-11-05 |
461461
| Amazon Simple Storage Service | S3 | 2006-03-01 |
@@ -482,6 +482,7 @@ to be backwards compatible.
482482
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
483483
| Firewall Management Service | FMS | 2018-01-01 |
484484
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
485+
| Redshift Data API Service | RedshiftDataAPIService | 2019-12-20 |
485486
| Schemas | Schemas | 2019-12-02 |
486487
| Service Quotas | ServiceQuotas | 2019-06-24 |
487488
| Synthetics | Synthetics | 2017-10-11 |

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,22 @@
10861086
{"shape":"GlueEncryptionException"}
10871087
]
10881088
},
1089+
"GetPartitionIndexes":{
1090+
"name":"GetPartitionIndexes",
1091+
"http":{
1092+
"method":"POST",
1093+
"requestUri":"/"
1094+
},
1095+
"input":{"shape":"GetPartitionIndexesRequest"},
1096+
"output":{"shape":"GetPartitionIndexesResponse"},
1097+
"errors":[
1098+
{"shape":"InternalServiceException"},
1099+
{"shape":"OperationTimeoutException"},
1100+
{"shape":"InvalidInputException"},
1101+
{"shape":"EntityNotFoundException"},
1102+
{"shape":"ConflictException"}
1103+
]
1104+
},
10891105
"GetPartitions":{
10901106
"name":"GetPartitions",
10911107
"http":{
@@ -2681,6 +2697,13 @@
26812697
"type":"list",
26822698
"member":{"shape":"Condition"}
26832699
},
2700+
"ConflictException":{
2701+
"type":"structure",
2702+
"members":{
2703+
"Message":{"shape":"MessageString"}
2704+
},
2705+
"exception":true
2706+
},
26842707
"ConfusionMatrix":{
26852708
"type":"structure",
26862709
"members":{
@@ -3188,7 +3211,8 @@
31883211
"members":{
31893212
"CatalogId":{"shape":"CatalogIdString"},
31903213
"DatabaseName":{"shape":"NameString"},
3191-
"TableInput":{"shape":"TableInput"}
3214+
"TableInput":{"shape":"TableInput"},
3215+
"PartitionIndexes":{"shape":"PartitionIndexList"}
31923216
}
31933217
},
31943218
"CreateTableResponse":{
@@ -4337,6 +4361,26 @@
43374361
"Mapping":{"shape":"MappingList"}
43384362
}
43394363
},
4364+
"GetPartitionIndexesRequest":{
4365+
"type":"structure",
4366+
"required":[
4367+
"DatabaseName",
4368+
"TableName"
4369+
],
4370+
"members":{
4371+
"CatalogId":{"shape":"CatalogIdString"},
4372+
"DatabaseName":{"shape":"NameString"},
4373+
"TableName":{"shape":"NameString"},
4374+
"NextToken":{"shape":"Token"}
4375+
}
4376+
},
4377+
"GetPartitionIndexesResponse":{
4378+
"type":"structure",
4379+
"members":{
4380+
"PartitionIndexDescriptorList":{"shape":"PartitionIndexDescriptorList"},
4381+
"NextToken":{"shape":"Token"}
4382+
}
4383+
},
43404384
"GetPartitionRequest":{
43414385
"type":"structure",
43424386
"required":[
@@ -4999,6 +5043,27 @@
49995043
},
50005044
"JsonPath":{"type":"string"},
50015045
"JsonValue":{"type":"string"},
5046+
"KeyList":{
5047+
"type":"list",
5048+
"member":{"shape":"NameString"},
5049+
"min":1
5050+
},
5051+
"KeySchemaElement":{
5052+
"type":"structure",
5053+
"required":[
5054+
"Name",
5055+
"Type"
5056+
],
5057+
"members":{
5058+
"Name":{"shape":"NameString"},
5059+
"Type":{"shape":"ColumnTypeString"}
5060+
}
5061+
},
5062+
"KeySchemaElementList":{
5063+
"type":"list",
5064+
"member":{"shape":"KeySchemaElement"},
5065+
"min":1
5066+
},
50025067
"KeyString":{
50035068
"type":"string",
50045069
"max":255,
@@ -5404,6 +5469,43 @@
54045469
"type":"list",
54055470
"member":{"shape":"PartitionError"}
54065471
},
5472+
"PartitionIndex":{
5473+
"type":"structure",
5474+
"required":[
5475+
"Keys",
5476+
"IndexName"
5477+
],
5478+
"members":{
5479+
"Keys":{"shape":"KeyList"},
5480+
"IndexName":{"shape":"NameString"}
5481+
}
5482+
},
5483+
"PartitionIndexDescriptor":{
5484+
"type":"structure",
5485+
"required":[
5486+
"IndexName",
5487+
"Keys",
5488+
"IndexStatus"
5489+
],
5490+
"members":{
5491+
"IndexName":{"shape":"NameString"},
5492+
"Keys":{"shape":"KeySchemaElementList"},
5493+
"IndexStatus":{"shape":"PartitionIndexStatus"}
5494+
}
5495+
},
5496+
"PartitionIndexDescriptorList":{
5497+
"type":"list",
5498+
"member":{"shape":"PartitionIndexDescriptor"}
5499+
},
5500+
"PartitionIndexList":{
5501+
"type":"list",
5502+
"member":{"shape":"PartitionIndex"},
5503+
"max":3
5504+
},
5505+
"PartitionIndexStatus":{
5506+
"type":"string",
5507+
"enum":["ACTIVE"]
5508+
},
54075509
"PartitionInput":{
54085510
"type":"structure",
54095511
"members":{

0 commit comments

Comments
 (0)