Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7807d08

Browse files
Release v1.41.7 (2021-10-20) (#4140)
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.
1 parent 0cb329a commit 7807d08

File tree

37 files changed

+18670
-552
lines changed

37 files changed

+18670
-552
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.41.7 (2021-10-20)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API and documentation
6+
* `service/directconnect`: Updates service API and documentation
7+
* This release adds 4 new APIS, which needs to be public able
8+
* `service/mediaconvert`: Updates service API and documentation
9+
* 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.
10+
* `service/mediapackage`: Updates service API and documentation
11+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
12+
* `service/mediapackage-vod`: Updates service API and documentation
13+
* `service/panorama`: Updates service API, documentation, paginators, and examples
14+
* `service/securityhub`: Updates service API, documentation, and paginators
15+
* `service/transcribe-streaming`: Updates service API and documentation
16+
17+
### SDK Bugs
18+
* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters.
19+
* 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.
20+
121
Release v1.41.6 (2021-10-19)
222
===
323

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters.
7-
* 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.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.41.6"
8+
const SDKVersion = "1.41.7"

models/apis/appflow/2020-08-23/api-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,19 @@
17971797
"s3OutputFormatConfig":{"shape":"S3OutputFormatConfig"}
17981798
}
17991799
},
1800+
"S3InputFileType":{
1801+
"type":"string",
1802+
"enum":[
1803+
"CSV",
1804+
"JSON"
1805+
]
1806+
},
1807+
"S3InputFormatConfig":{
1808+
"type":"structure",
1809+
"members":{
1810+
"s3InputFileType":{"shape":"S3InputFileType"}
1811+
}
1812+
},
18001813
"S3Metadata":{
18011814
"type":"structure",
18021815
"members":{
@@ -1815,7 +1828,8 @@
18151828
"required":["bucketName"],
18161829
"members":{
18171830
"bucketName":{"shape":"BucketName"},
1818-
"bucketPrefix":{"shape":"BucketPrefix"}
1831+
"bucketPrefix":{"shape":"BucketPrefix"},
1832+
"s3InputFormatConfig":{"shape":"S3InputFormatConfig"}
18191833
}
18201834
},
18211835
"SAPODataConnectorOperator":{

models/apis/appflow/2020-08-23/docs-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,18 @@
13291329
"DestinationConnectorProperties$S3": "<p> The properties required to query Amazon S3. </p>"
13301330
}
13311331
},
1332+
"S3InputFileType": {
1333+
"base": null,
1334+
"refs": {
1335+
"S3InputFormatConfig$s3InputFileType": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
1336+
}
1337+
},
1338+
"S3InputFormatConfig": {
1339+
"base": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>",
1340+
"refs": {
1341+
"S3SourceProperties$s3InputFormatConfig": null
1342+
}
1343+
},
13321344
"S3Metadata": {
13331345
"base": "<p> The connector metadata specific to Amazon S3. </p>",
13341346
"refs": {

models/apis/directconnect/2012-10-25/api-2.json

Lines changed: 149 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,19 @@
164164
{"shape":"DirectConnectClientException"}
165165
]
166166
},
167+
"ConfirmCustomerAgreement":{
168+
"name":"ConfirmCustomerAgreement",
169+
"http":{
170+
"method":"POST",
171+
"requestUri":"/"
172+
},
173+
"input":{"shape":"ConfirmCustomerAgreementRequest"},
174+
"output":{"shape":"ConfirmCustomerAgreementResponse"},
175+
"errors":[
176+
{"shape":"DirectConnectServerException"},
177+
{"shape":"DirectConnectClientException"}
178+
]
179+
},
167180
"ConfirmPrivateVirtualInterface":{
168181
"name":"ConfirmPrivateVirtualInterface",
169182
"http":{
@@ -490,6 +503,18 @@
490503
],
491504
"deprecated":true
492505
},
506+
"DescribeCustomerMetadata":{
507+
"name":"DescribeCustomerMetadata",
508+
"http":{
509+
"method":"POST",
510+
"requestUri":"/"
511+
},
512+
"output":{"shape":"DescribeCustomerMetadataResponse"},
513+
"errors":[
514+
{"shape":"DirectConnectServerException"},
515+
{"shape":"DirectConnectClientException"}
516+
]
517+
},
493518
"DescribeDirectConnectGatewayAssociationProposals":{
494519
"name":"DescribeDirectConnectGatewayAssociationProposals",
495520
"http":{
@@ -620,6 +645,19 @@
620645
{"shape":"DirectConnectClientException"}
621646
]
622647
},
648+
"DescribeRouterConfiguration":{
649+
"name":"DescribeRouterConfiguration",
650+
"http":{
651+
"method":"POST",
652+
"requestUri":"/"
653+
},
654+
"input":{"shape":"DescribeRouterConfigurationRequest"},
655+
"output":{"shape":"DescribeRouterConfigurationResponse"},
656+
"errors":[
657+
{"shape":"DirectConnectServerException"},
658+
{"shape":"DirectConnectClientException"}
659+
]
660+
},
623661
"DescribeTags":{
624662
"name":"DescribeTags",
625663
"http":{
@@ -764,6 +802,19 @@
764802
{"shape":"DirectConnectClientException"}
765803
]
766804
},
805+
"UpdateDirectConnectGateway":{
806+
"name":"UpdateDirectConnectGateway",
807+
"http":{
808+
"method":"POST",
809+
"requestUri":"/"
810+
},
811+
"input":{"shape":"UpdateDirectConnectGatewayRequest"},
812+
"output":{"shape":"UpdateDirectConnectGatewayResponse"},
813+
"errors":[
814+
{"shape":"DirectConnectServerException"},
815+
{"shape":"DirectConnectClientException"}
816+
]
817+
},
767818
"UpdateDirectConnectGatewayAssociation":{
768819
"name":"UpdateDirectConnectGatewayAssociation",
769820
"http":{
@@ -833,6 +884,14 @@
833884
"ipv6"
834885
]
835886
},
887+
"AgreementList":{
888+
"type":"list",
889+
"member":{"shape":"CustomerAgreement"}
890+
},
891+
"AgreementName":{
892+
"type":"string",
893+
"max":100
894+
},
836895
"AllocateConnectionOnInterconnectRequest":{
837896
"type":"structure",
838897
"required":[
@@ -1049,6 +1108,18 @@
10491108
"connectionState":{"shape":"ConnectionState"}
10501109
}
10511110
},
1111+
"ConfirmCustomerAgreementRequest":{
1112+
"type":"structure",
1113+
"members":{
1114+
"agreementName":{"shape":"AgreementName"}
1115+
}
1116+
},
1117+
"ConfirmCustomerAgreementResponse":{
1118+
"type":"structure",
1119+
"members":{
1120+
"status":{"shape":"Status"}
1121+
}
1122+
},
10521123
"ConfirmPrivateVirtualInterfaceRequest":{
10531124
"type":"structure",
10541125
"required":["virtualInterfaceId"],
@@ -1305,6 +1376,13 @@
13051376
}
13061377
},
13071378
"CustomerAddress":{"type":"string"},
1379+
"CustomerAgreement":{
1380+
"type":"structure",
1381+
"members":{
1382+
"agreementName":{"shape":"AgreementName"},
1383+
"status":{"shape":"Status"}
1384+
}
1385+
},
13081386
"DeleteBGPPeerRequest":{
13091387
"type":"structure",
13101388
"members":{
@@ -1428,6 +1506,13 @@
14281506
"connectionId":{"shape":"ConnectionId"}
14291507
}
14301508
},
1509+
"DescribeCustomerMetadataResponse":{
1510+
"type":"structure",
1511+
"members":{
1512+
"agreements":{"shape":"AgreementList"},
1513+
"nniPartnerType":{"shape":"NniPartnerType"}
1514+
}
1515+
},
14311516
"DescribeDirectConnectGatewayAssociationProposalsRequest":{
14321517
"type":"structure",
14331518
"members":{
@@ -1537,6 +1622,23 @@
15371622
"loaContentType":{"shape":"LoaContentType"}
15381623
}
15391624
},
1625+
"DescribeRouterConfigurationRequest":{
1626+
"type":"structure",
1627+
"required":["virtualInterfaceId"],
1628+
"members":{
1629+
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
1630+
"routerTypeIdentifier":{"shape":"RouterTypeIdentifier"}
1631+
}
1632+
},
1633+
"DescribeRouterConfigurationResponse":{
1634+
"type":"structure",
1635+
"members":{
1636+
"customerRouterConfig":{"shape":"RouterConfig"},
1637+
"router":{"shape":"RouterType"},
1638+
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
1639+
"virtualInterfaceName":{"shape":"VirtualInterfaceName"}
1640+
}
1641+
},
15401642
"DescribeTagsRequest":{
15411643
"type":"structure",
15421644
"required":["resourceArns"],
@@ -2026,9 +2128,18 @@
20262128
"tags":{"shape":"TagList"}
20272129
}
20282130
},
2131+
"NniPartnerType":{
2132+
"type":"string",
2133+
"enum":[
2134+
"v1",
2135+
"v2",
2136+
"nonPartner"
2137+
]
2138+
},
20292139
"OwnerAccount":{"type":"string"},
20302140
"PaginationToken":{"type":"string"},
20312141
"PartnerName":{"type":"string"},
2142+
"Platform":{"type":"string"},
20322143
"PortEncryptionStatus":{"type":"string"},
20332144
"PortSpeed":{"type":"string"},
20342145
"ProviderList":{
@@ -2065,7 +2176,20 @@
20652176
"member":{"shape":"RouteFilterPrefix"}
20662177
},
20672178
"RouterConfig":{"type":"string"},
2179+
"RouterType":{
2180+
"type":"structure",
2181+
"members":{
2182+
"vendor":{"shape":"Vendor"},
2183+
"platform":{"shape":"Platform"},
2184+
"software":{"shape":"Software"},
2185+
"xsltTemplateName":{"shape":"XsltTemplateName"},
2186+
"xsltTemplateNameForMacSec":{"shape":"XsltTemplateNameForMacSec"},
2187+
"routerTypeIdentifier":{"shape":"RouterTypeIdentifier"}
2188+
}
2189+
},
2190+
"RouterTypeIdentifier":{"type":"string"},
20682191
"SecretARN":{"type":"string"},
2192+
"Software":{"type":"string"},
20692193
"StartBgpFailoverTestRequest":{
20702194
"type":"structure",
20712195
"required":["virtualInterfaceId"],
@@ -2085,6 +2209,10 @@
20852209
"StartTime":{"type":"timestamp"},
20862210
"State":{"type":"string"},
20872211
"StateChangeError":{"type":"string"},
2212+
"Status":{
2213+
"type":"string",
2214+
"max":30
2215+
},
20882216
"StopBgpFailoverTestRequest":{
20892217
"type":"structure",
20902218
"required":["virtualInterfaceId"],
@@ -2193,6 +2321,23 @@
21932321
"directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
21942322
}
21952323
},
2324+
"UpdateDirectConnectGatewayRequest":{
2325+
"type":"structure",
2326+
"required":[
2327+
"directConnectGatewayId",
2328+
"newDirectConnectGatewayName"
2329+
],
2330+
"members":{
2331+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
2332+
"newDirectConnectGatewayName":{"shape":"DirectConnectGatewayName"}
2333+
}
2334+
},
2335+
"UpdateDirectConnectGatewayResponse":{
2336+
"type":"structure",
2337+
"members":{
2338+
"directConnectGateway":{"shape":"DirectConnectGateway"}
2339+
}
2340+
},
21962341
"UpdateLagRequest":{
21972342
"type":"structure",
21982343
"required":["lagId"],
@@ -2212,6 +2357,7 @@
22122357
}
22132358
},
22142359
"VLAN":{"type":"integer"},
2360+
"Vendor":{"type":"string"},
22152361
"VirtualGateway":{
22162362
"type":"structure",
22172363
"members":{
@@ -2309,6 +2455,8 @@
23092455
"members":{
23102456
"virtualInterfaces":{"shape":"VirtualInterfaceList"}
23112457
}
2312-
}
2458+
},
2459+
"XsltTemplateName":{"type":"string"},
2460+
"XsltTemplateNameForMacSec":{"type":"string"}
23132461
}
23142462
}

0 commit comments

Comments
 (0)