Skip to content

Commit

Permalink
Release v1.44.99 (2022-09-15) (#4559)
Browse files Browse the repository at this point in the history
Release v1.44.99 (2022-09-15)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Increased DynamoDB transaction limit from 25 to 100.
* `service/ec2`: Updates service API and documentation
  * This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.
  • Loading branch information
aws-sdk-go-automation committed Sep 15, 2022
1 parent dd192ad commit 26d6484
Show file tree
Hide file tree
Showing 13 changed files with 584 additions and 42 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.99 (2022-09-15)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Increased DynamoDB transaction limit from 25 to 100.
* `service/ec2`: Updates service API and documentation
* This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

Release v1.44.98 (2022-09-14)
===

Expand Down
79 changes: 79 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.98"
const SDKVersion = "1.44.99"
10 changes: 5 additions & 5 deletions models/apis/dynamodb/2012-08-10/api-2.json
Expand Up @@ -1260,7 +1260,7 @@
"CancellationReasonList":{
"type":"list",
"member":{"shape":"CancellationReason"},
"max":25,
"max":100,
"min":1
},
"Capacity":{
Expand Down Expand Up @@ -2436,7 +2436,7 @@
"ItemResponseList":{
"type":"list",
"member":{"shape":"ItemResponse"},
"max":25,
"max":100,
"min":1
},
"KMSMasterKeyArn":{"type":"string"},
Expand Down Expand Up @@ -2750,7 +2750,7 @@
"ParameterizedStatements":{
"type":"list",
"member":{"shape":"ParameterizedStatement"},
"max":25,
"max":100,
"min":1
},
"PartiQLBatchRequest":{
Expand Down Expand Up @@ -3689,7 +3689,7 @@
"TransactGetItemList":{
"type":"list",
"member":{"shape":"TransactGetItem"},
"max":25,
"max":100,
"min":1
},
"TransactGetItemsInput":{
Expand Down Expand Up @@ -3719,7 +3719,7 @@
"TransactWriteItemList":{
"type":"list",
"member":{"shape":"TransactWriteItem"},
"max":25,
"max":100,
"min":1
},
"TransactWriteItemsInput":{
Expand Down
10 changes: 5 additions & 5 deletions models/apis/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -5233,6 +5233,34 @@
"Description":{"shape":"String"}
}
},
"AddedPrincipal":{
"type":"structure",
"members":{
"PrincipalType":{
"shape":"PrincipalType",
"locationName":"principalType"
},
"Principal":{
"shape":"String",
"locationName":"principal"
},
"ServicePermissionId":{
"shape":"String",
"locationName":"servicePermissionId"
},
"ServiceId":{
"shape":"String",
"locationName":"serviceId"
}
}
},
"AddedPrincipalSet":{
"type":"list",
"member":{
"shape":"AddedPrincipal",
"locationName":"item"
}
},
"AdditionalDetail":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5563,6 +5591,18 @@
"Principal":{
"shape":"String",
"locationName":"principal"
},
"ServicePermissionId":{
"shape":"String",
"locationName":"servicePermissionId"
},
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
},
"ServiceId":{
"shape":"String",
"locationName":"serviceId"
}
}
},
Expand Down Expand Up @@ -29176,6 +29216,10 @@
"ModifyVpcEndpointServicePermissionsResult":{
"type":"structure",
"members":{
"AddedPrincipals":{
"shape":"AddedPrincipalSet",
"locationName":"addedPrincipalSet"
},
"ReturnValue":{
"shape":"Boolean",
"locationName":"return"
Expand Down Expand Up @@ -33708,7 +33752,9 @@
"volume",
"vpc",
"vpc-endpoint",
"vpc-endpoint-connection",
"vpc-endpoint-service",
"vpc-endpoint-service-permission",
"vpc-peering-connection",
"vpn-connection",
"vpn-gateway",
Expand Down Expand Up @@ -40406,6 +40452,14 @@
"IpAddressType":{
"shape":"IpAddressType",
"locationName":"ipAddressType"
},
"VpcEndpointConnectionId":{
"shape":"String",
"locationName":"vpcEndpointConnectionId"
},
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
}
}
},
Expand Down
23 changes: 22 additions & 1 deletion models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -788,6 +788,18 @@
"AddPrefixListEntries$member": null
}
},
"AddedPrincipal": {
"base": "<p>Describes a principal.</p>",
"refs": {
"AddedPrincipalSet$member": null
}
},
"AddedPrincipalSet": {
"base": null,
"refs": {
"ModifyVpcEndpointServicePermissionsResult$AddedPrincipals": "<p>Information about the added principals.</p>"
}
},
"AdditionalDetail": {
"base": "<p>Describes an additional detail for a path analysis.</p>",
"refs": {
Expand Down Expand Up @@ -14487,6 +14499,7 @@
"PrincipalType": {
"base": null,
"refs": {
"AddedPrincipal$PrincipalType": "<p>The type of principal.</p>",
"AllowedPrincipal$PrincipalType": "<p>The type of principal.</p>"
}
},
Expand All @@ -14499,7 +14512,7 @@
"PrivateDnsDetailsSet": {
"base": null,
"refs": {
"ServiceDetail$PrivateDnsNames": "<p>The private DNS names assigned to the VPC endpoint service. </p>"
"ServiceDetail$PrivateDnsNames": "<p>The private DNS names assigned to the VPC endpoint service.</p>"
}
},
"PrivateDnsNameConfiguration": {
Expand Down Expand Up @@ -16716,6 +16729,9 @@
"AddIpamOperatingRegion$RegionName": "<p>The name of the operating Region.</p>",
"AddPrefixListEntry$Cidr": "<p>The CIDR block.</p>",
"AddPrefixListEntry$Description": "<p>A description for the entry.</p> <p>Constraints: Up to 255 characters in length.</p>",
"AddedPrincipal$Principal": "<p>The Amazon Resource Name (ARN) of the principal.</p>",
"AddedPrincipal$ServicePermissionId": "<p>The ID of the service permission.</p>",
"AddedPrincipal$ServiceId": "<p>The ID of the service.</p>",
"AdditionalDetail$AdditionalDetailType": "<p>The information type.</p>",
"Address$InstanceId": "<p>The ID of the instance that the address is associated with (if any).</p>",
"Address$PublicIp": "<p>The Elastic IP address.</p>",
Expand Down Expand Up @@ -16749,6 +16765,8 @@
"AllocateIpamPoolCidrRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
"AllocateIpamPoolCidrRequest$Description": "<p>A description for the allocation.</p>",
"AllowedPrincipal$Principal": "<p>The Amazon Resource Name (ARN) of the principal.</p>",
"AllowedPrincipal$ServicePermissionId": "<p>The ID of the service permission.</p>",
"AllowedPrincipal$ServiceId": "<p>The ID of the service.</p>",
"AlternatePathHint$ComponentId": "<p>The ID of the component.</p>",
"AlternatePathHint$ComponentArn": "<p>The Amazon Resource Name (ARN) of the component.</p>",
"AnalysisAclRule$Cidr": "<p>The IPv4 address range, in CIDR notation.</p>",
Expand Down Expand Up @@ -18527,6 +18545,7 @@
"VpcEndpointConnection$ServiceId": "<p>The ID of the service to which the endpoint is connected.</p>",
"VpcEndpointConnection$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
"VpcEndpointConnection$VpcEndpointOwner": "<p>The ID of the Amazon Web Services account that owns the VPC endpoint.</p>",
"VpcEndpointConnection$VpcEndpointConnectionId": "<p>The ID of the VPC endpoint connection.</p>",
"VpcIpv6CidrBlockAssociation$AssociationId": "<p>The association ID for the IPv6 CIDR block.</p>",
"VpcIpv6CidrBlockAssociation$Ipv6CidrBlock": "<p>The IPv6 CIDR block.</p>",
"VpcIpv6CidrBlockAssociation$NetworkBorderGroup": "<p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, <code>us-east-1-wl1-bos-wlz-1</code>.</p>",
Expand Down Expand Up @@ -18776,6 +18795,7 @@
"base": null,
"refs": {
"Address$Tags": "<p>Any tags assigned to the Elastic IP address.</p>",
"AllowedPrincipal$Tags": "<p>The tags.</p>",
"CapacityReservation$Tags": "<p>Any tags assigned to the Capacity Reservation.</p>",
"CapacityReservationFleet$Tags": "<p>The tags assigned to the Capacity Reservation Fleet.</p>",
"CarrierGateway$Tags": "<p>The tags assigned to the carrier gateway.</p>",
Expand Down Expand Up @@ -18872,6 +18892,7 @@
"Vpc$Tags": "<p>Any tags assigned to the VPC.</p>",
"VpcClassicLink$Tags": "<p>Any tags assigned to the VPC.</p>",
"VpcEndpoint$Tags": "<p>Any tags assigned to the endpoint.</p>",
"VpcEndpointConnection$Tags": "<p>The tags.</p>",
"VpcPeeringConnection$Tags": "<p>Any tags assigned to the resource.</p>",
"VpnConnection$Tags": "<p>Any tags assigned to the VPN connection.</p>",
"VpnGateway$Tags": "<p>Any tags assigned to the virtual private gateway.</p>"
Expand Down
27 changes: 25 additions & 2 deletions models/apis/sagemaker/2017-07-24/api-2.json
Expand Up @@ -9691,6 +9691,7 @@
],
"members":{
"Strategy":{"shape":"HyperParameterTuningJobStrategyType"},
"StrategyConfig":{"shape":"HyperParameterTuningJobStrategyConfig"},
"HyperParameterTuningJobObjective":{"shape":"HyperParameterTuningJobObjective"},
"ResourceLimits":{"shape":"ResourceLimits"},
"ParameterRanges":{"shape":"ParameterRanges"},
Expand Down Expand Up @@ -9765,11 +9766,18 @@
"Stopping"
]
},
"HyperParameterTuningJobStrategyConfig":{
"type":"structure",
"members":{
"HyperbandStrategyConfig":{"shape":"HyperbandStrategyConfig"}
}
},
"HyperParameterTuningJobStrategyType":{
"type":"string",
"enum":[
"Bayesian",
"Random"
"Random",
"Hyperband"
]
},
"HyperParameterTuningJobSummaries":{
Expand Down Expand Up @@ -9841,6 +9849,21 @@
"max":100,
"min":0
},
"HyperbandStrategyConfig":{
"type":"structure",
"members":{
"MinResource":{"shape":"HyperbandStrategyMinResource"},
"MaxResource":{"shape":"HyperbandStrategyMaxResource"}
}
},
"HyperbandStrategyMaxResource":{
"type":"integer",
"min":1
},
"HyperbandStrategyMinResource":{
"type":"integer",
"min":1
},
"IdempotencyToken":{
"type":"string",
"max":128,
Expand Down Expand Up @@ -12019,7 +12042,7 @@
},
"MaxConcurrentTaskCount":{
"type":"integer",
"max":1000,
"max":5000,
"min":1
},
"MaxConcurrentTransforms":{
Expand Down

0 comments on commit 26d6484

Please sign in to comment.