Skip to content

Commit

Permalink
Release v1.35.34 (2020-11-23) (#3650)
Browse files Browse the repository at this point in the history
Release v1.35.34 (2020-11-23)
===

### Service Client Updates
* `service/application-insights`: Updates service API and documentation
* `service/autoscaling`: Updates service documentation
  * Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/codeartifact`: Updates service API and documentation
* `service/codestar-connections`: Updates service API and documentation
* `service/dynamodb`: Updates service API and documentation
  * With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables.
* `service/ec2`: Updates service API and documentation
  * This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response.
* `service/ecs`: Updates service API and documentation
  * This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services.
* `service/elasticache`: Updates service documentation
  * Documentation updates for elasticache
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
  * Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
* `service/forecast`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
  * Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
* `service/iot`: Updates service API and documentation
  * This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
* `service/kafka`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and paginators
  * This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
* `service/license-manager`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/signer`: Updates service API and documentation
  * AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality.
* `service/sso-admin`: Updates service API and documentation
* `service/timestream-query`: Updates service API, documentation, and paginators
* `service/translate`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Nov 23, 2020
1 parent 8e8a0d2 commit 540127a
Show file tree
Hide file tree
Showing 95 changed files with 24,786 additions and 6,116 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Release v1.35.34 (2020-11-23)
===

### Service Client Updates
* `service/application-insights`: Updates service API and documentation
* `service/autoscaling`: Updates service documentation
* Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/codeartifact`: Updates service API and documentation
* `service/codestar-connections`: Updates service API and documentation
* `service/dynamodb`: Updates service API and documentation
* With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables.
* `service/ec2`: Updates service API and documentation
* This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response.
* `service/ecs`: Updates service API and documentation
* This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services.
* `service/elasticache`: Updates service documentation
* Documentation updates for elasticache
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
* Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
* `service/forecast`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
* Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
* `service/iot`: Updates service API and documentation
* This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
* `service/kafka`: Updates service API and documentation
* `service/lambda`: Updates service API, documentation, and paginators
* This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
* `service/license-manager`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/signer`: Updates service API and documentation
* AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality.
* `service/sso-admin`: Updates service API and documentation
* `service/timestream-query`: Updates service API, documentation, and paginators
* `service/translate`: Updates service API, documentation, and paginators

Release v1.35.33 (2020-11-20)
===

Expand Down
11 changes: 11 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.35.33"
const SDKVersion = "1.35.34"
126 changes: 107 additions & 19 deletions models/apis/application-insights/2018-11-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"TagsAlreadyExistException"}
{"shape":"TagsAlreadyExistException"},
{"shape":"AccessDeniedException"}
]
},
"CreateComponent":{
Expand Down Expand Up @@ -399,19 +400,30 @@
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMsg"}
},
"exception":true
},
"AffectedResource":{"type":"string"},
"AmazonResourceName":{
"type":"string",
"max":1011,
"min":1
"min":1,
"pattern":"^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$"
},
"ApplicationComponent":{
"type":"structure",
"members":{
"ComponentName":{"shape":"ComponentName"},
"ComponentRemarks":{"shape":"Remarks"},
"ResourceType":{"shape":"ResourceType"},
"OsType":{"shape":"OsType"},
"Tier":{"shape":"Tier"},
"Monitor":{"shape":"Monitor"}
"Monitor":{"shape":"Monitor"},
"DetectedWorkload":{"shape":"DetectedWorkload"}
}
},
"ApplicationComponentList":{
Expand Down Expand Up @@ -448,7 +460,8 @@
"enum":[
"EC2",
"CODE_DEPLOY",
"HEALTH"
"HEALTH",
"RDS"
]
},
"CodeDeployApplication":{"type":"string"},
Expand All @@ -459,9 +472,15 @@
"ComponentConfiguration":{
"type":"string",
"max":10000,
"min":1
"min":1,
"pattern":"[\\S\\s]+"
},
"ComponentName":{
"type":"string",
"max":1011,
"min":1,
"pattern":"(?:^[\\d\\w\\-_\\.+]*$)|(?:^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$)"
},
"ComponentName":{"type":"string"},
"ConfigurationEvent":{
"type":"structure",
"members":{
Expand All @@ -484,6 +503,7 @@
"type":"string",
"enum":[
"CLOUDWATCH_ALARM",
"CLOUDWATCH_LOG",
"CLOUDFORMATION",
"SSM_ASSOCIATION"
]
Expand Down Expand Up @@ -523,7 +543,7 @@
],
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"},
"ComponentName":{"shape":"ComponentName"},
"ComponentName":{"shape":"CustomComponentName"},
"ResourceList":{"shape":"ResourceList"}
}
},
Expand Down Expand Up @@ -556,6 +576,12 @@
"ResourceGroupName":{"shape":"ResourceGroupName"}
}
},
"CustomComponentName":{
"type":"string",
"max":128,
"min":1,
"pattern":"^[\\d\\w\\-_\\.+]*$"
},
"DeleteApplicationRequest":{
"type":"structure",
"required":["ResourceGroupName"],
Expand All @@ -576,7 +602,7 @@
],
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"},
"ComponentName":{"shape":"ComponentName"}
"ComponentName":{"shape":"CustomComponentName"}
}
},
"DeleteComponentResponse":{
Expand Down Expand Up @@ -730,6 +756,15 @@
"Problem":{"shape":"Problem"}
}
},
"DetectedWorkload":{
"type":"map",
"key":{"shape":"Tier"},
"value":{"shape":"WorkloadMetaData"}
},
"EbsCause":{"type":"string"},
"EbsEvent":{"type":"string"},
"EbsRequestId":{"type":"string"},
"EbsResult":{"type":"string"},
"Ec2State":{"type":"string"},
"EndTime":{"type":"timestamp"},
"ErrorMsg":{"type":"string"},
Expand Down Expand Up @@ -912,7 +947,8 @@
"LogPatternRegex":{
"type":"string",
"max":50,
"min":1
"min":1,
"pattern":"[\\S\\s]+"
},
"LogPatternSetList":{
"type":"list",
Expand All @@ -930,10 +966,11 @@
"max":40,
"min":1
},
"MetaDataKey":{"type":"string"},
"MetaDataValue":{"type":"string"},
"MetricName":{"type":"string"},
"MetricNamespace":{"type":"string"},
"Monitor":{"type":"boolean"},
"NewComponentName":{"type":"string"},
"Observation":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -964,6 +1001,17 @@
"CodeDeployApplication":{"shape":"CodeDeployApplication"},
"CodeDeployInstanceGroupId":{"shape":"CodeDeployInstanceGroupId"},
"Ec2State":{"shape":"Ec2State"},
"RdsEventCategories":{"shape":"RdsEventCategories"},
"RdsEventMessage":{"shape":"RdsEventMessage"},
"S3EventName":{"shape":"S3EventName"},
"StatesExecutionArn":{"shape":"StatesExecutionArn"},
"StatesArn":{"shape":"StatesArn"},
"StatesStatus":{"shape":"StatesStatus"},
"StatesInput":{"shape":"StatesInput"},
"EbsEvent":{"shape":"EbsEvent"},
"EbsResult":{"shape":"EbsResult"},
"EbsCause":{"shape":"EbsCause"},
"EbsRequestId":{"shape":"EbsRequestId"},
"XRayFaultPercent":{"shape":"XRayFaultPercent"},
"XRayThrottlePercent":{"shape":"XRayThrottlePercent"},
"XRayErrorPercent":{"shape":"XRayErrorPercent"},
Expand All @@ -987,9 +1035,22 @@
"OpsItemSNSTopicArn":{
"type":"string",
"max":300,
"min":20
"min":20,
"pattern":"^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$"
},
"OsType":{
"type":"string",
"enum":[
"WINDOWS",
"LINUX"
]
},
"PaginationToken":{
"type":"string",
"max":1024,
"min":1,
"pattern":".+"
},
"PaginationToken":{"type":"string"},
"Problem":{
"type":"structure",
"members":{
Expand All @@ -1015,6 +1076,8 @@
"type":"list",
"member":{"shape":"Problem"}
},
"RdsEventCategories":{"type":"string"},
"RdsEventMessage":{"type":"string"},
"RelatedObservations":{
"type":"structure",
"members":{
Expand All @@ -1026,7 +1089,8 @@
"ResourceARN":{
"type":"string",
"max":1011,
"min":1
"min":1,
"pattern":"^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$"
},
"ResourceGroupName":{
"type":"string",
Expand All @@ -1052,7 +1116,13 @@
},
"exception":true
},
"ResourceType":{"type":"string"},
"ResourceType":{
"type":"string",
"max":50,
"min":1,
"pattern":"[0-9a-zA-Z:_]*"
},
"S3EventName":{"type":"string"},
"SeverityLevel":{
"type":"string",
"enum":[
Expand All @@ -1064,6 +1134,10 @@
"SourceARN":{"type":"string"},
"SourceType":{"type":"string"},
"StartTime":{"type":"timestamp"},
"StatesArn":{"type":"string"},
"StatesExecutionArn":{"type":"string"},
"StatesInput":{"type":"string"},
"StatesStatus":{"type":"string"},
"Status":{
"type":"string",
"enum":[
Expand All @@ -1086,7 +1160,8 @@
"TagKey":{
"type":"string",
"max":128,
"min":1
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagKeyList":{
"type":"list",
Expand Down Expand Up @@ -1119,7 +1194,8 @@
"TagValue":{
"type":"string",
"max":256,
"min":0
"min":0,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagsAlreadyExistException":{
"type":"structure",
Expand All @@ -1131,11 +1207,18 @@
"Tier":{
"type":"string",
"enum":[
"CUSTOM",
"DEFAULT",
"DOT_NET_CORE",
"DOT_NET_WORKER",
"DOT_NET_WEB_TIER",
"DOT_NET_WEB",
"SQL_SERVER"
"SQL_SERVER",
"SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP",
"MYSQL",
"POSTGRESQL",
"JAVA_JMX",
"ORACLE"
],
"max":50,
"min":1
Expand Down Expand Up @@ -1210,8 +1293,8 @@
],
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"},
"ComponentName":{"shape":"ComponentName"},
"NewComponentName":{"shape":"NewComponentName"},
"ComponentName":{"shape":"CustomComponentName"},
"NewComponentName":{"shape":"CustomComponentName"},
"ResourceList":{"shape":"ResourceList"}
}
},
Expand Down Expand Up @@ -1250,6 +1333,11 @@
"exception":true
},
"Value":{"type":"double"},
"WorkloadMetaData":{
"type":"map",
"key":{"shape":"MetaDataKey"},
"value":{"shape":"MetaDataValue"}
},
"XRayErrorPercent":{"type":"integer"},
"XRayFaultPercent":{"type":"integer"},
"XRayNodeName":{"type":"string"},
Expand Down

0 comments on commit 540127a

Please sign in to comment.