Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.40.6 #4019

Merged
merged 1 commit into from Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.40.6 (2021-07-22)
===

### Service Client Updates
* `service/databrew`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/medialive`: Updates service API and documentation
* MediaLive now supports passing through style data on WebVTT caption outputs.
* `service/qldb`: Updates service API and documentation
* `service/s3control`: Updates service documentation
* Documentation updates for Amazon S3-control

Release v1.40.5 (2021-07-21)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.5"
const SDKVersion = "1.40.6"
100 changes: 99 additions & 1 deletion models/apis/databrew/2017-07-25/api-2.json
Expand Up @@ -619,6 +619,31 @@
"max":20,
"min":0
},
"ColumnSelector":{
"type":"structure",
"members":{
"Regex":{"shape":"ColumnName"},
"Name":{"shape":"ColumnName"}
}
},
"ColumnSelectorList":{
"type":"list",
"member":{"shape":"ColumnSelector"},
"min":1
},
"ColumnStatisticsConfiguration":{
"type":"structure",
"required":["Statistics"],
"members":{
"Selectors":{"shape":"ColumnSelectorList"},
"Statistics":{"shape":"StatisticsConfiguration"}
}
},
"ColumnStatisticsConfigurationList":{
"type":"list",
"member":{"shape":"ColumnStatisticsConfiguration"},
"min":1
},
"CompressionFormat":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -707,6 +732,7 @@
"MaxCapacity":{"shape":"MaxCapacity"},
"MaxRetries":{"shape":"MaxRetries"},
"OutputLocation":{"shape":"S3Location"},
"Configuration":{"shape":"ProfileConfiguration"},
"RoleArn":{"shape":"Arn"},
"Tags":{"shape":"TagMap"},
"Timeout":{"shape":"Timeout"},
Expand Down Expand Up @@ -760,6 +786,7 @@
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"ProjectName":{"shape":"ProjectName"},
"RecipeReference":{"shape":"RecipeReference"},
"RoleArn":{"shape":"Arn"},
Expand Down Expand Up @@ -883,6 +910,27 @@
"max":255,
"min":1
},
"DatabaseOutput":{
"type":"structure",
"required":[
"GlueConnectionName",
"DatabaseOptions"
],
"members":{
"GlueConnectionName":{"shape":"GlueConnectionName"},
"DatabaseOptions":{"shape":"DatabaseTableOutputOptions"},
"DatabaseOutputMode":{"shape":"DatabaseOutputMode"}
}
},
"DatabaseOutputList":{
"type":"list",
"member":{"shape":"DatabaseOutput"},
"min":1
},
"DatabaseOutputMode":{
"type":"string",
"enum":["NEW_TABLE"]
},
"DatabaseTableName":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -1124,7 +1172,9 @@
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"ProjectName":{"shape":"ProjectName"},
"ProfileConfiguration":{"shape":"ProfileConfiguration"},
"RecipeReference":{"shape":"RecipeReference"},
"ResourceArn":{"shape":"Arn"},
"RoleArn":{"shape":"Arn"},
Expand Down Expand Up @@ -1162,12 +1212,14 @@
"ErrorMessage":{"shape":"JobRunErrorMessage"},
"ExecutionTime":{"shape":"ExecutionTime"},
"JobName":{"shape":"JobName"},
"ProfileConfiguration":{"shape":"ProfileConfiguration"},
"RunId":{"shape":"JobRunId"},
"State":{"shape":"JobRunState"},
"LogSubscription":{"shape":"LogSubscription"},
"LogGroupName":{"shape":"LogGroupName"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"RecipeReference":{"shape":"RecipeReference"},
"StartedBy":{"shape":"StartedBy"},
"StartedOn":{"shape":"Date"},
Expand Down Expand Up @@ -1379,6 +1431,7 @@
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"ProjectName":{"shape":"ProjectName"},
"RecipeReference":{"shape":"RecipeReference"},
"ResourceArn":{"shape":"Arn"},
Expand Down Expand Up @@ -1417,6 +1470,7 @@
"LogGroupName":{"shape":"LogGroupName"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"RecipeReference":{"shape":"RecipeReference"},
"StartedBy":{"shape":"StartedBy"},
"StartedOn":{"shape":"Date"},
Expand Down Expand Up @@ -1796,7 +1850,7 @@
},
"ParameterValue":{
"type":"string",
"max":12288,
"max":32768,
"min":1
},
"PathOptions":{
Expand All @@ -1820,6 +1874,14 @@
"min":1
},
"Preview":{"type":"boolean"},
"ProfileConfiguration":{
"type":"structure",
"members":{
"DatasetStatisticsConfiguration":{"shape":"StatisticsConfiguration"},
"ProfileColumns":{"shape":"ColumnSelectorList"},
"ColumnStatisticsConfigurations":{"shape":"ColumnStatisticsConfigurationList"}
}
},
"Project":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2154,6 +2216,40 @@
}
},
"StartedBy":{"type":"string"},
"Statistic":{
"type":"string",
"max":128,
"min":1,
"pattern":"^[A-Z\\_]+$"
},
"StatisticList":{
"type":"list",
"member":{"shape":"Statistic"},
"min":1
},
"StatisticOverride":{
"type":"structure",
"required":[
"Statistic",
"Parameters"
],
"members":{
"Statistic":{"shape":"Statistic"},
"Parameters":{"shape":"ParameterMap"}
}
},
"StatisticOverrideList":{
"type":"list",
"member":{"shape":"StatisticOverride"},
"min":1
},
"StatisticsConfiguration":{
"type":"structure",
"members":{
"IncludedStatistics":{"shape":"StatisticList"},
"Overrides":{"shape":"StatisticOverrideList"}
}
},
"StepIndex":{
"type":"integer",
"min":0
Expand Down Expand Up @@ -2303,6 +2399,7 @@
"RoleArn"
],
"members":{
"Configuration":{"shape":"ProfileConfiguration"},
"EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
"EncryptionMode":{"shape":"EncryptionMode"},
"Name":{
Expand Down Expand Up @@ -2369,6 +2466,7 @@
"MaxRetries":{"shape":"MaxRetries"},
"Outputs":{"shape":"OutputList"},
"DataCatalogOutputs":{"shape":"DataCatalogOutputList"},
"DatabaseOutputs":{"shape":"DatabaseOutputList"},
"RoleArn":{"shape":"Arn"},
"Timeout":{"shape":"Timeout"}
}
Expand Down