Skip to content

Commit

Permalink
Release v1.44.12 (2022-05-11) (#4399)
Browse files Browse the repository at this point in the history
Release v1.44.12 (2022-05-11)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
* `service/secretsmanager`: Updates service documentation and examples
  * Doc only update for Secrets Manager that fixes several customer-reported issues.
  • Loading branch information
aws-sdk-go-automation committed May 11, 2022
1 parent b7f3444 commit ec3763d
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 50 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.12 (2022-05-11)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
* `service/secretsmanager`: Updates service documentation and examples
* Doc only update for Secrets Manager that fixes several customer-reported issues.

Release v1.44.11 (2022-05-10)
===

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.44.11"
const SDKVersion = "1.44.12"
94 changes: 89 additions & 5 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -10149,15 +10149,15 @@
"ReservationType"
],
"members":{
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"SubnetId":{"shape":"SubnetId"},
"Cidr":{"shape":"String"},
"ReservationType":{"shape":"SubnetCidrReservationType"},
"Description":{"shape":"String"},
"DryRun":{"shape":"Boolean"}
"DryRun":{"shape":"Boolean"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
"CreateSubnetCidrReservationResult":{
Expand Down Expand Up @@ -10707,6 +10707,8 @@
"shape":"VpcEndpointSecurityGroupIdList",
"locationName":"SecurityGroupId"
},
"IpAddressType":{"shape":"IpAddressType"},
"DnsOptions":{"shape":"DnsOptionsSpecification"},
"ClientToken":{"shape":"String"},
"PrivateDnsEnabled":{"shape":"Boolean"},
"TagSpecifications":{
Expand Down Expand Up @@ -10742,6 +10744,10 @@
"shape":"ValueStringList",
"locationName":"GatewayLoadBalancerArn"
},
"SupportedIpAddressTypes":{
"shape":"ValueStringList",
"locationName":"SupportedIpAddressType"
},
"ClientToken":{"shape":"String"},
"TagSpecifications":{
"shape":"TagSpecificationList",
Expand Down Expand Up @@ -17541,6 +17547,30 @@
"failed"
]
},
"DnsOptions":{
"type":"structure",
"members":{
"DnsRecordIpType":{
"shape":"DnsRecordIpType",
"locationName":"dnsRecordIpType"
}
}
},
"DnsOptionsSpecification":{
"type":"structure",
"members":{
"DnsRecordIpType":{"shape":"DnsRecordIpType"}
}
},
"DnsRecordIpType":{
"type":"string",
"enum":[
"ipv4",
"dualstack",
"ipv6",
"service-defined"
]
},
"DnsServersOptionsModifyStructure":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -24500,6 +24530,14 @@
"locationName":"item"
}
},
"IpAddressType":{
"type":"string",
"enum":[
"ipv4",
"dualstack",
"ipv6"
]
},
"IpPermission":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -28316,6 +28354,8 @@
"shape":"VpcEndpointSecurityGroupIdList",
"locationName":"RemoveSecurityGroupId"
},
"IpAddressType":{"shape":"IpAddressType"},
"DnsOptions":{"shape":"DnsOptionsSpecification"},
"PrivateDnsEnabled":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -28352,6 +28392,14 @@
"RemoveGatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"RemoveGatewayLoadBalancerArn"
},
"AddSupportedIpAddressTypes":{
"shape":"ValueStringList",
"locationName":"AddSupportedIpAddressType"
},
"RemoveSupportedIpAddressTypes":{
"shape":"ValueStringList",
"locationName":"RemoveSupportedIpAddressType"
}
}
},
Expand Down Expand Up @@ -34415,6 +34463,10 @@
"shape":"ValueStringList",
"locationName":"gatewayLoadBalancerArnSet"
},
"SupportedIpAddressTypes":{
"shape":"SupportedIpAddressTypes",
"locationName":"supportedIpAddressTypeSet"
},
"BaseEndpointDnsNames":{
"shape":"ValueStringList",
"locationName":"baseEndpointDnsNameSet"
Expand Down Expand Up @@ -34444,6 +34496,13 @@
"locationName":"item"
}
},
"ServiceConnectivityType":{
"type":"string",
"enum":[
"ipv4",
"ipv6"
]
},
"ServiceDetail":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -34502,6 +34561,10 @@
"PrivateDnsNameVerificationState":{
"shape":"DnsNameState",
"locationName":"privateDnsNameVerificationState"
},
"SupportedIpAddressTypes":{
"shape":"SupportedIpAddressTypes",
"locationName":"supportedIpAddressTypeSet"
}
}
},
Expand Down Expand Up @@ -36145,6 +36208,15 @@
"initializing"
]
},
"SupportedIpAddressTypes":{
"type":"list",
"member":{
"shape":"ServiceConnectivityType",
"locationName":"item"
},
"max":2,
"min":0
},
"Tag":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -39227,6 +39299,14 @@
"shape":"GroupIdentifierSet",
"locationName":"groupSet"
},
"IpAddressType":{
"shape":"IpAddressType",
"locationName":"ipAddressType"
},
"DnsOptions":{
"shape":"DnsOptions",
"locationName":"dnsOptions"
},
"PrivateDnsEnabled":{
"shape":"Boolean",
"locationName":"privateDnsEnabled"
Expand Down Expand Up @@ -39295,6 +39375,10 @@
"GatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"gatewayLoadBalancerArnSet"
},
"IpAddressType":{
"shape":"IpAddressType",
"locationName":"ipAddressType"
}
}
},
Expand Down

0 comments on commit ec3763d

Please sign in to comment.