Skip to content

Commit

Permalink
Release v1.41.7 (2021-10-20) (#4140)
Browse files Browse the repository at this point in the history
Release v1.41.7 (2021-10-20)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/directconnect`: Updates service API and documentation
  * This release adds 4 new APIS, which needs to be public able
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.
* `service/mediapackage`: Updates service API and documentation
  * When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/panorama`: Updates service API, documentation, paginators, and examples
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/transcribe-streaming`: Updates service API and documentation

### SDK Bugs
* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters.
  * Fixes a bug in the SDK that was causing HTTP response bodies to not be drained, preventing the connection being reused in the connection pool. For some operations this could contributed to an increase in `close_wait` connection states.
  • Loading branch information
aws-sdk-go-automation committed Oct 20, 2021
1 parent 0cb329a commit 7807d08
Show file tree
Hide file tree
Showing 37 changed files with 18,670 additions and 552 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
Release v1.41.7 (2021-10-20)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/directconnect`: Updates service API and documentation
* This release adds 4 new APIS, which needs to be public able
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.
* `service/mediapackage`: Updates service API and documentation
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/panorama`: Updates service API, documentation, paginators, and examples
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/transcribe-streaming`: Updates service API and documentation

### SDK Bugs
* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters.
* Fixes a bug in the SDK that was causing HTTP response bodies to not be drained, preventing the connection being reused in the connection pool. For some operations this could contributed to an increase in `close_wait` connection states.

Release v1.41.6 (2021-10-19)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters.
* Fixes a bug in the SDK that was causing HTTP response bodies to not be drained, preventing the connection being reused in the connection pool. For some operations this could contributed to an increase in `close_wait` connection states.
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.41.6"
const SDKVersion = "1.41.7"
16 changes: 15 additions & 1 deletion models/apis/appflow/2020-08-23/api-2.json
Expand Up @@ -1797,6 +1797,19 @@
"s3OutputFormatConfig":{"shape":"S3OutputFormatConfig"}
}
},
"S3InputFileType":{
"type":"string",
"enum":[
"CSV",
"JSON"
]
},
"S3InputFormatConfig":{
"type":"structure",
"members":{
"s3InputFileType":{"shape":"S3InputFileType"}
}
},
"S3Metadata":{
"type":"structure",
"members":{
Expand All @@ -1815,7 +1828,8 @@
"required":["bucketName"],
"members":{
"bucketName":{"shape":"BucketName"},
"bucketPrefix":{"shape":"BucketPrefix"}
"bucketPrefix":{"shape":"BucketPrefix"},
"s3InputFormatConfig":{"shape":"S3InputFormatConfig"}
}
},
"SAPODataConnectorOperator":{
Expand Down
12 changes: 12 additions & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Expand Up @@ -1329,6 +1329,18 @@
"DestinationConnectorProperties$S3": "<p> The properties required to query Amazon S3. </p>"
}
},
"S3InputFileType": {
"base": null,
"refs": {
"S3InputFormatConfig$s3InputFileType": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
}
},
"S3InputFormatConfig": {
"base": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>",
"refs": {
"S3SourceProperties$s3InputFormatConfig": null
}
},
"S3Metadata": {
"base": "<p> The connector metadata specific to Amazon S3. </p>",
"refs": {
Expand Down
150 changes: 149 additions & 1 deletion models/apis/directconnect/2012-10-25/api-2.json
Expand Up @@ -164,6 +164,19 @@
{"shape":"DirectConnectClientException"}
]
},
"ConfirmCustomerAgreement":{
"name":"ConfirmCustomerAgreement",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ConfirmCustomerAgreementRequest"},
"output":{"shape":"ConfirmCustomerAgreementResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"ConfirmPrivateVirtualInterface":{
"name":"ConfirmPrivateVirtualInterface",
"http":{
Expand Down Expand Up @@ -490,6 +503,18 @@
],
"deprecated":true
},
"DescribeCustomerMetadata":{
"name":"DescribeCustomerMetadata",
"http":{
"method":"POST",
"requestUri":"/"
},
"output":{"shape":"DescribeCustomerMetadataResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"DescribeDirectConnectGatewayAssociationProposals":{
"name":"DescribeDirectConnectGatewayAssociationProposals",
"http":{
Expand Down Expand Up @@ -620,6 +645,19 @@
{"shape":"DirectConnectClientException"}
]
},
"DescribeRouterConfiguration":{
"name":"DescribeRouterConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeRouterConfigurationRequest"},
"output":{"shape":"DescribeRouterConfigurationResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"DescribeTags":{
"name":"DescribeTags",
"http":{
Expand Down Expand Up @@ -764,6 +802,19 @@
{"shape":"DirectConnectClientException"}
]
},
"UpdateDirectConnectGateway":{
"name":"UpdateDirectConnectGateway",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateDirectConnectGatewayRequest"},
"output":{"shape":"UpdateDirectConnectGatewayResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"UpdateDirectConnectGatewayAssociation":{
"name":"UpdateDirectConnectGatewayAssociation",
"http":{
Expand Down Expand Up @@ -833,6 +884,14 @@
"ipv6"
]
},
"AgreementList":{
"type":"list",
"member":{"shape":"CustomerAgreement"}
},
"AgreementName":{
"type":"string",
"max":100
},
"AllocateConnectionOnInterconnectRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1049,6 +1108,18 @@
"connectionState":{"shape":"ConnectionState"}
}
},
"ConfirmCustomerAgreementRequest":{
"type":"structure",
"members":{
"agreementName":{"shape":"AgreementName"}
}
},
"ConfirmCustomerAgreementResponse":{
"type":"structure",
"members":{
"status":{"shape":"Status"}
}
},
"ConfirmPrivateVirtualInterfaceRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
Expand Down Expand Up @@ -1305,6 +1376,13 @@
}
},
"CustomerAddress":{"type":"string"},
"CustomerAgreement":{
"type":"structure",
"members":{
"agreementName":{"shape":"AgreementName"},
"status":{"shape":"Status"}
}
},
"DeleteBGPPeerRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1428,6 +1506,13 @@
"connectionId":{"shape":"ConnectionId"}
}
},
"DescribeCustomerMetadataResponse":{
"type":"structure",
"members":{
"agreements":{"shape":"AgreementList"},
"nniPartnerType":{"shape":"NniPartnerType"}
}
},
"DescribeDirectConnectGatewayAssociationProposalsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1537,6 +1622,23 @@
"loaContentType":{"shape":"LoaContentType"}
}
},
"DescribeRouterConfigurationRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
"members":{
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
"routerTypeIdentifier":{"shape":"RouterTypeIdentifier"}
}
},
"DescribeRouterConfigurationResponse":{
"type":"structure",
"members":{
"customerRouterConfig":{"shape":"RouterConfig"},
"router":{"shape":"RouterType"},
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
"virtualInterfaceName":{"shape":"VirtualInterfaceName"}
}
},
"DescribeTagsRequest":{
"type":"structure",
"required":["resourceArns"],
Expand Down Expand Up @@ -2026,9 +2128,18 @@
"tags":{"shape":"TagList"}
}
},
"NniPartnerType":{
"type":"string",
"enum":[
"v1",
"v2",
"nonPartner"
]
},
"OwnerAccount":{"type":"string"},
"PaginationToken":{"type":"string"},
"PartnerName":{"type":"string"},
"Platform":{"type":"string"},
"PortEncryptionStatus":{"type":"string"},
"PortSpeed":{"type":"string"},
"ProviderList":{
Expand Down Expand Up @@ -2065,7 +2176,20 @@
"member":{"shape":"RouteFilterPrefix"}
},
"RouterConfig":{"type":"string"},
"RouterType":{
"type":"structure",
"members":{
"vendor":{"shape":"Vendor"},
"platform":{"shape":"Platform"},
"software":{"shape":"Software"},
"xsltTemplateName":{"shape":"XsltTemplateName"},
"xsltTemplateNameForMacSec":{"shape":"XsltTemplateNameForMacSec"},
"routerTypeIdentifier":{"shape":"RouterTypeIdentifier"}
}
},
"RouterTypeIdentifier":{"type":"string"},
"SecretARN":{"type":"string"},
"Software":{"type":"string"},
"StartBgpFailoverTestRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
Expand All @@ -2085,6 +2209,10 @@
"StartTime":{"type":"timestamp"},
"State":{"type":"string"},
"StateChangeError":{"type":"string"},
"Status":{
"type":"string",
"max":30
},
"StopBgpFailoverTestRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
Expand Down Expand Up @@ -2193,6 +2321,23 @@
"directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
}
},
"UpdateDirectConnectGatewayRequest":{
"type":"structure",
"required":[
"directConnectGatewayId",
"newDirectConnectGatewayName"
],
"members":{
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
"newDirectConnectGatewayName":{"shape":"DirectConnectGatewayName"}
}
},
"UpdateDirectConnectGatewayResponse":{
"type":"structure",
"members":{
"directConnectGateway":{"shape":"DirectConnectGateway"}
}
},
"UpdateLagRequest":{
"type":"structure",
"required":["lagId"],
Expand All @@ -2212,6 +2357,7 @@
}
},
"VLAN":{"type":"integer"},
"Vendor":{"type":"string"},
"VirtualGateway":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2309,6 +2455,8 @@
"members":{
"virtualInterfaces":{"shape":"VirtualInterfaceList"}
}
}
},
"XsltTemplateName":{"type":"string"},
"XsltTemplateNameForMacSec":{"type":"string"}
}
}

0 comments on commit 7807d08

Please sign in to comment.