Skip to content

Commit

Permalink
Release v1.38.70 (2021-06-30) (#3986)
Browse files Browse the repository at this point in the history
Release v1.38.70 (2021-06-30)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * Amazon EC2 Auto Scaling infrastructure improvements and optimizations.
* `service/databrew`: Updates service API and documentation
* `service/kendra`: Updates service documentation
  * Amazon Kendra Enterprise Edition now offered in smaller more granular units to enable customers with smaller workloads. Virtual Storage Capacity units now offer scaling in increments of 100,000 documents (up to 30GB) per unit and Virtual Query Units offer scaling increments of 8,000 queries per day.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/servicediscovery`: Updates service API and documentation
* `service/ssm-contacts`: Updates service API
  • Loading branch information
aws-sdk-go-automation authored Jun 30, 2021
1 parent cd50b78 commit c2c371d
Show file tree
Hide file tree
Showing 22 changed files with 2,662 additions and 705 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.38.70 (2021-06-30)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Amazon EC2 Auto Scaling infrastructure improvements and optimizations.
* `service/databrew`: Updates service API and documentation
* `service/kendra`: Updates service documentation
* Amazon Kendra Enterprise Edition now offered in smaller more granular units to enable customers with smaller workloads. Virtual Storage Capacity units now offer scaling in increments of 100,000 documents (up to 30GB) per unit and Virtual Query Units offer scaling increments of 8,000 queries per day.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/servicediscovery`: Updates service API and documentation
* `service/ssm-contacts`: Updates service API

Release v1.38.69 (2021-06-28)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.69"
const SDKVersion = "1.38.70"
10 changes: 7 additions & 3 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"WarmPoolConfiguration":{"shape":"WarmPoolConfiguration"},
"WarmPoolSize":{"shape":"WarmPoolSize"}
"WarmPoolSize":{"shape":"WarmPoolSize"},
"Context":{"shape":"Context"}
}
},
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
Expand Down Expand Up @@ -1280,6 +1281,7 @@
"InstanceId":{"shape":"XmlStringMaxLen19"}
}
},
"Context":{"type":"string"},
"Cooldown":{"type":"integer"},
"CreateAutoScalingGroupType":{
"type":"structure",
Expand Down Expand Up @@ -1311,7 +1313,8 @@
"LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
"Tags":{"shape":"Tags"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"Context":{"shape":"Context"}
}
},
"CreateLaunchConfigurationType":{
Expand Down Expand Up @@ -2956,7 +2959,8 @@
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"Context":{"shape":"Context"}
}
},
"Values":{
Expand Down
22 changes: 15 additions & 7 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

43 changes: 41 additions & 2 deletions models/apis/databrew/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@
"type":"structure",
"required":[
"Name",
"Outputs",
"RoleArn"
],
"members":{
Expand All @@ -760,6 +759,7 @@
"MaxCapacity":{"shape":"MaxCapacity"},
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"ProjectName":{"shape":"ProjectName"},
"RecipeReference":{"shape":"RecipeReference"},
"RoleArn":{"shape":"Arn"},
Expand Down Expand Up @@ -846,6 +846,26 @@
"TempDirectory":{"shape":"S3Location"}
}
},
"DataCatalogOutput":{
"type":"structure",
"required":[
"DatabaseName",
"TableName"
],
"members":{
"CatalogId":{"shape":"CatalogId"},
"DatabaseName":{"shape":"DatabaseName"},
"TableName":{"shape":"TableName"},
"S3Options":{"shape":"S3TableOutputOptions"},
"DatabaseOptions":{"shape":"DatabaseTableOutputOptions"},
"Overwrite":{"shape":"OverwriteOutput"}
}
},
"DataCatalogOutputList":{
"type":"list",
"member":{"shape":"DataCatalogOutput"},
"min":1
},
"DatabaseInputDefinition":{
"type":"structure",
"required":[
Expand All @@ -868,6 +888,14 @@
"max":255,
"min":1
},
"DatabaseTableOutputOptions":{
"type":"structure",
"required":["TableName"],
"members":{
"TempDirectory":{"shape":"S3Location"},
"TableName":{"shape":"DatabaseTableName"}
}
},
"Dataset":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1095,6 +1123,7 @@
"MaxCapacity":{"shape":"MaxCapacity"},
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"ProjectName":{"shape":"ProjectName"},
"RecipeReference":{"shape":"RecipeReference"},
"ResourceArn":{"shape":"Arn"},
Expand Down Expand Up @@ -1138,6 +1167,7 @@
"LogSubscription":{"shape":"LogSubscription"},
"LogGroupName":{"shape":"LogGroupName"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"RecipeReference":{"shape":"RecipeReference"},
"StartedBy":{"shape":"StartedBy"},
"StartedOn":{"shape":"Date"},
Expand Down Expand Up @@ -1348,6 +1378,7 @@
"MaxCapacity":{"shape":"MaxCapacity"},
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"ProjectName":{"shape":"ProjectName"},
"RecipeReference":{"shape":"RecipeReference"},
"ResourceArn":{"shape":"Arn"},
Expand Down Expand Up @@ -1385,6 +1416,7 @@
"LogSubscription":{"shape":"LogSubscription"},
"LogGroupName":{"shape":"LogGroupName"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"RecipeReference":{"shape":"RecipeReference"},
"StartedBy":{"shape":"StartedBy"},
"StartedOn":{"shape":"Date"},
Expand Down Expand Up @@ -1941,6 +1973,13 @@
"Key":{"shape":"Key"}
}
},
"S3TableOutputOptions":{
"type":"structure",
"required":["Location"],
"members":{
"Location":{"shape":"S3Location"}
}
},
"Sample":{
"type":"structure",
"required":["Type"],
Expand Down Expand Up @@ -2315,7 +2354,6 @@
"type":"structure",
"required":[
"Name",
"Outputs",
"RoleArn"
],
"members":{
Expand All @@ -2330,6 +2368,7 @@
"MaxCapacity":{"shape":"MaxCapacity"},
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"RoleArn":{"shape":"Arn"},
"Timeout":{"shape":"Timeout"}
}
Expand Down
Loading

0 comments on commit c2c371d

Please sign in to comment.