Skip to content

Commit 368c345

Browse files
Release v1.37.2 (2021-02-02) (#3771)
Release v1.37.2 (2021-02-02) === ### Service Client Updates * `service/application-autoscaling`: Updates service API and documentation * `service/appmesh`: Updates service API and documentation * `service/iotwireless`: Updates service API and documentation * `service/location`: Updates service documentation * `service/lookoutvision`: Updates service API and documentation * `service/medialive`: Updates service API and documentation * AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode). * `service/organizations`: Updates service documentation * Documentation updates for AWS Organizations. * `service/rds-data`: Updates service API and documentation * `service/route53`: Updates service documentation * Documentation updates for Route 53 * `service/s3control`: Updates service API and documentation * Amazon S3 Batch Operations now supports Delete Object Tagging ### SDK Enhancements * `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network. ### SDK Bugs * `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](#3769)) * Fixes ([#3768](#3768))
1 parent b2cc34f commit 368c345

File tree

35 files changed

+2532
-447
lines changed

35 files changed

+2532
-447
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Release v1.37.2 (2021-02-02)
2+
===
3+
4+
### Service Client Updates
5+
* `service/application-autoscaling`: Updates service API and documentation
6+
* `service/appmesh`: Updates service API and documentation
7+
* `service/iotwireless`: Updates service API and documentation
8+
* `service/location`: Updates service documentation
9+
* `service/lookoutvision`: Updates service API and documentation
10+
* `service/medialive`: Updates service API and documentation
11+
* AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode).
12+
* `service/organizations`: Updates service documentation
13+
* Documentation updates for AWS Organizations.
14+
* `service/rds-data`: Updates service API and documentation
15+
* `service/route53`: Updates service documentation
16+
* Documentation updates for Route 53
17+
* `service/s3control`: Updates service API and documentation
18+
* Amazon S3 Batch Operations now supports Delete Object Tagging
19+
20+
### SDK Enhancements
21+
* `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.
22+
23+
### SDK Bugs
24+
* `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](https://github.com/aws/aws-sdk-go/pull/3769))
25+
* Fixes ([#3768](https://github.com/aws/aws-sdk-go/issues/3768))
26+
127
Release v1.37.1 (2021-01-29)
228
===
329

CHANGELOG_PENDING.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
### SDK Features
22

33
### SDK Enhancements
4-
* `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.
54

65
### SDK Bugs
7-
* `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](https://github.com/aws/aws-sdk-go/pull/3769))
8-
* Fixes ([#3768](https://github.com/aws/aws-sdk-go/issues/3768))

aws/version.go

+1-1
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.37.1"
8+
const SDKVersion = "1.37.2"

models/apis/application-autoscaling/2016-02-06/api-2.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
"members":{
506506
"ServiceNamespace":{"shape":"ServiceNamespace"},
507507
"Schedule":{"shape":"ResourceIdMaxLen1600"},
508+
"Timezone":{"shape":"ResourceIdMaxLen1600"},
508509
"ScheduledActionName":{"shape":"ScheduledActionName"},
509510
"ResourceId":{"shape":"ResourceIdMaxLen1600"},
510511
"ScalableDimension":{"shape":"ScalableDimension"},
@@ -553,7 +554,8 @@
553554
},
554555
"ResourceIdsMaxLen1600":{
555556
"type":"list",
556-
"member":{"shape":"ResourceIdMaxLen1600"}
557+
"member":{"shape":"ResourceIdMaxLen1600"},
558+
"max":50
557559
},
558560
"ResourceLabel":{
559561
"type":"string",
@@ -701,6 +703,7 @@
701703
"ScheduledActionARN":{"shape":"ResourceIdMaxLen1600"},
702704
"ServiceNamespace":{"shape":"ServiceNamespace"},
703705
"Schedule":{"shape":"ResourceIdMaxLen1600"},
706+
"Timezone":{"shape":"ResourceIdMaxLen1600"},
704707
"ResourceId":{"shape":"ResourceIdMaxLen1600"},
705708
"ScalableDimension":{"shape":"ScalableDimension"},
706709
"StartTime":{"shape":"TimestampType"},

models/apis/application-autoscaling/2016-02-06/docs-2.json

+27-25
Large diffs are not rendered by default.

models/apis/appmesh/2019-01-25/api-2.json

+117-6
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@
861861
"type":"structure",
862862
"required":["validation"],
863863
"members":{
864+
"certificate":{"shape":"ClientTlsCertificate"},
864865
"enforce":{
865866
"shape":"Boolean",
866867
"box":true
@@ -869,6 +870,14 @@
869870
"validation":{"shape":"TlsValidationContext"}
870871
}
871872
},
873+
"ClientTlsCertificate":{
874+
"type":"structure",
875+
"members":{
876+
"file":{"shape":"ListenerTlsFileCertificate"},
877+
"sds":{"shape":"ListenerTlsSdsCertificate"}
878+
},
879+
"union":true
880+
},
872881
"ConflictException":{
873882
"type":"structure",
874883
"members":{
@@ -2382,7 +2391,8 @@
23822391
],
23832392
"members":{
23842393
"certificate":{"shape":"ListenerTlsCertificate"},
2385-
"mode":{"shape":"ListenerTlsMode"}
2394+
"mode":{"shape":"ListenerTlsMode"},
2395+
"validation":{"shape":"ListenerTlsValidationContext"}
23862396
}
23872397
},
23882398
"ListenerTlsAcmCertificate":{
@@ -2396,7 +2406,8 @@
23962406
"type":"structure",
23972407
"members":{
23982408
"acm":{"shape":"ListenerTlsAcmCertificate"},
2399-
"file":{"shape":"ListenerTlsFileCertificate"}
2409+
"file":{"shape":"ListenerTlsFileCertificate"},
2410+
"sds":{"shape":"ListenerTlsSdsCertificate"}
24002411
},
24012412
"union":true
24022413
},
@@ -2419,6 +2430,29 @@
24192430
"DISABLED"
24202431
]
24212432
},
2433+
"ListenerTlsSdsCertificate":{
2434+
"type":"structure",
2435+
"required":["secretName"],
2436+
"members":{
2437+
"secretName":{"shape":"SdsSecretName"}
2438+
}
2439+
},
2440+
"ListenerTlsValidationContext":{
2441+
"type":"structure",
2442+
"required":["trust"],
2443+
"members":{
2444+
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
2445+
"trust":{"shape":"ListenerTlsValidationContextTrust"}
2446+
}
2447+
},
2448+
"ListenerTlsValidationContextTrust":{
2449+
"type":"structure",
2450+
"members":{
2451+
"file":{"shape":"TlsValidationContextFileTrust"},
2452+
"sds":{"shape":"TlsValidationContextSdsTrust"}
2453+
},
2454+
"union":true
2455+
},
24222456
"Listeners":{
24232457
"type":"list",
24242458
"member":{"shape":"Listener"},
@@ -2715,6 +2749,7 @@
27152749
"DELETED"
27162750
]
27172751
},
2752+
"SdsSecretName":{"type":"string"},
27182753
"ServiceDiscovery":{
27192754
"type":"structure",
27202755
"members":{
@@ -2735,6 +2770,29 @@
27352770
"retryable":{"throttling":false}
27362771
},
27372772
"String":{"type":"string"},
2773+
"SubjectAlternativeName":{
2774+
"type":"string",
2775+
"max":254,
2776+
"min":1
2777+
},
2778+
"SubjectAlternativeNameList":{
2779+
"type":"list",
2780+
"member":{"shape":"SubjectAlternativeName"}
2781+
},
2782+
"SubjectAlternativeNameMatchers":{
2783+
"type":"structure",
2784+
"required":["exact"],
2785+
"members":{
2786+
"exact":{"shape":"SubjectAlternativeNameList"}
2787+
}
2788+
},
2789+
"SubjectAlternativeNames":{
2790+
"type":"structure",
2791+
"required":["match"],
2792+
"members":{
2793+
"match":{"shape":"SubjectAlternativeNameMatchers"}
2794+
}
2795+
},
27382796
"TagKey":{
27392797
"type":"string",
27402798
"max":128,
@@ -2830,6 +2888,7 @@
28302888
"type":"structure",
28312889
"required":["trust"],
28322890
"members":{
2891+
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
28332892
"trust":{"shape":"TlsValidationContextTrust"}
28342893
}
28352894
},
@@ -2847,11 +2906,19 @@
28472906
"certificateChain":{"shape":"FilePath"}
28482907
}
28492908
},
2909+
"TlsValidationContextSdsTrust":{
2910+
"type":"structure",
2911+
"required":["secretName"],
2912+
"members":{
2913+
"secretName":{"shape":"SdsSecretName"}
2914+
}
2915+
},
28502916
"TlsValidationContextTrust":{
28512917
"type":"structure",
28522918
"members":{
28532919
"acm":{"shape":"TlsValidationContextAcmTrust"},
2854-
"file":{"shape":"TlsValidationContextFileTrust"}
2920+
"file":{"shape":"TlsValidationContextFileTrust"},
2921+
"sds":{"shape":"TlsValidationContextSdsTrust"}
28552922
},
28562923
"union":true
28572924
},
@@ -3191,6 +3258,7 @@
31913258
"type":"structure",
31923259
"required":["validation"],
31933260
"members":{
3261+
"certificate":{"shape":"VirtualGatewayClientTlsCertificate"},
31943262
"enforce":{
31953263
"shape":"Boolean",
31963264
"box":true
@@ -3199,6 +3267,14 @@
31993267
"validation":{"shape":"VirtualGatewayTlsValidationContext"}
32003268
}
32013269
},
3270+
"VirtualGatewayClientTlsCertificate":{
3271+
"type":"structure",
3272+
"members":{
3273+
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"},
3274+
"sds":{"shape":"VirtualGatewayListenerTlsSdsCertificate"}
3275+
},
3276+
"union":true
3277+
},
32023278
"VirtualGatewayConnectionPool":{
32033279
"type":"structure",
32043280
"members":{
@@ -3315,7 +3391,8 @@
33153391
],
33163392
"members":{
33173393
"certificate":{"shape":"VirtualGatewayListenerTlsCertificate"},
3318-
"mode":{"shape":"VirtualGatewayListenerTlsMode"}
3394+
"mode":{"shape":"VirtualGatewayListenerTlsMode"},
3395+
"validation":{"shape":"VirtualGatewayListenerTlsValidationContext"}
33193396
}
33203397
},
33213398
"VirtualGatewayListenerTlsAcmCertificate":{
@@ -3329,7 +3406,8 @@
33293406
"type":"structure",
33303407
"members":{
33313408
"acm":{"shape":"VirtualGatewayListenerTlsAcmCertificate"},
3332-
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"}
3409+
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"},
3410+
"sds":{"shape":"VirtualGatewayListenerTlsSdsCertificate"}
33333411
},
33343412
"union":true
33353413
},
@@ -3352,6 +3430,29 @@
33523430
"DISABLED"
33533431
]
33543432
},
3433+
"VirtualGatewayListenerTlsSdsCertificate":{
3434+
"type":"structure",
3435+
"required":["secretName"],
3436+
"members":{
3437+
"secretName":{"shape":"VirtualGatewaySdsSecretName"}
3438+
}
3439+
},
3440+
"VirtualGatewayListenerTlsValidationContext":{
3441+
"type":"structure",
3442+
"required":["trust"],
3443+
"members":{
3444+
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
3445+
"trust":{"shape":"VirtualGatewayListenerTlsValidationContextTrust"}
3446+
}
3447+
},
3448+
"VirtualGatewayListenerTlsValidationContextTrust":{
3449+
"type":"structure",
3450+
"members":{
3451+
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"},
3452+
"sds":{"shape":"VirtualGatewayTlsValidationContextSdsTrust"}
3453+
},
3454+
"union":true
3455+
},
33553456
"VirtualGatewayListeners":{
33563457
"type":"list",
33573458
"member":{"shape":"VirtualGatewayListener"},
@@ -3406,6 +3507,7 @@
34063507
"virtualGatewayName":{"shape":"ResourceName"}
34073508
}
34083509
},
3510+
"VirtualGatewaySdsSecretName":{"type":"string"},
34093511
"VirtualGatewaySpec":{
34103512
"type":"structure",
34113513
"required":["listeners"],
@@ -3434,6 +3536,7 @@
34343536
"type":"structure",
34353537
"required":["trust"],
34363538
"members":{
3539+
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
34373540
"trust":{"shape":"VirtualGatewayTlsValidationContextTrust"}
34383541
}
34393542
},
@@ -3451,11 +3554,19 @@
34513554
"certificateChain":{"shape":"FilePath"}
34523555
}
34533556
},
3557+
"VirtualGatewayTlsValidationContextSdsTrust":{
3558+
"type":"structure",
3559+
"required":["secretName"],
3560+
"members":{
3561+
"secretName":{"shape":"VirtualGatewaySdsSecretName"}
3562+
}
3563+
},
34543564
"VirtualGatewayTlsValidationContextTrust":{
34553565
"type":"structure",
34563566
"members":{
34573567
"acm":{"shape":"VirtualGatewayTlsValidationContextAcmTrust"},
3458-
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"}
3568+
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"},
3569+
"sds":{"shape":"VirtualGatewayTlsValidationContextSdsTrust"}
34593570
},
34603571
"union":true
34613572
},

0 commit comments

Comments
 (0)