Skip to content

Commit

Permalink
Release v1.41.12 (2021-10-27) (#4148)
Browse files Browse the repository at this point in the history
Release v1.41.12 (2021-10-27)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * This release adds support for attribute-based instance type selection, a new EC2 Auto Scaling feature that lets customers express their instance requirements as a set of attributes, such as vCPU, memory, and storage.
* `service/ec2`: Updates service API, documentation, and paginators
  * This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
* `service/eks`: Updates service API
* `service/sagemaker`: Updates service API and documentation
  * This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
* `service/textract`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Oct 27, 2021
1 parent 5847432 commit b5ff85c
Show file tree
Hide file tree
Showing 22 changed files with 7,119 additions and 283 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.41.12 (2021-10-27)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* This release adds support for attribute-based instance type selection, a new EC2 Auto Scaling feature that lets customers express their instance requirements as a set of attributes, such as vCPU, memory, and storage.
* `service/ec2`: Updates service API, documentation, and paginators
* This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
* `service/eks`: Updates service API
* `service/sagemaker`: Updates service API and documentation
* This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
* `service/textract`: Updates service API and documentation

Release v1.41.11 (2021-10-26)
===

Expand Down
10 changes: 10 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.41.11"
const SDKVersion = "1.41.12"
219 changes: 215 additions & 4 deletions models/apis/autoscaling/2011-01-01/api-2.json
Expand Up @@ -896,6 +896,61 @@
}
},
"shapes":{
"AcceleratorCountRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"AcceleratorManufacturer":{
"type":"string",
"enum":[
"nvidia",
"amd",
"amazon-web-services",
"xilinx"
]
},
"AcceleratorManufacturers":{
"type":"list",
"member":{"shape":"AcceleratorManufacturer"}
},
"AcceleratorName":{
"type":"string",
"enum":[
"a100",
"v100",
"k80",
"t4",
"m60",
"radeon-pro-v520",
"vu9p"
]
},
"AcceleratorNames":{
"type":"list",
"member":{"shape":"AcceleratorName"}
},
"AcceleratorTotalMemoryMiBRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"AcceleratorType":{
"type":"string",
"enum":[
"gpu",
"fpga",
"inference"
]
},
"AcceleratorTypes":{
"type":"list",
"member":{"shape":"AcceleratorType"}
},
"ActiveInstanceRefreshNotFoundFault":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1077,7 +1132,8 @@
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"WarmPoolConfiguration":{"shape":"WarmPoolConfiguration"},
"WarmPoolSize":{"shape":"WarmPoolSize"},
"Context":{"shape":"Context"}
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"}
}
},
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
Expand Down Expand Up @@ -1156,6 +1212,21 @@
"type":"list",
"member":{"shape":"XmlStringMaxLen255"}
},
"BareMetal":{
"type":"string",
"enum":[
"included",
"excluded",
"required"
]
},
"BaselineEbsBandwidthMbpsRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"BatchDeleteScheduledActionAnswer":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1226,6 +1297,14 @@
"type":"list",
"member":{"shape":"BlockDeviceMapping"}
},
"BurstablePerformance":{
"type":"string",
"enum":[
"included",
"excluded",
"required"
]
},
"CancelInstanceRefreshAnswer":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1286,6 +1365,18 @@
},
"Context":{"type":"string"},
"Cooldown":{"type":"integer"},
"CpuManufacturer":{
"type":"string",
"enum":[
"intel",
"amd",
"amazon-web-services"
]
},
"CpuManufacturers":{
"type":"list",
"member":{"shape":"CpuManufacturer"}
},
"CreateAutoScalingGroupType":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1317,7 +1408,8 @@
"Tags":{"shape":"Tags"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"Context":{"shape":"Context"}
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"}
}
},
"CreateLaunchConfigurationType":{
Expand Down Expand Up @@ -1745,6 +1837,17 @@
}
},
"EstimatedInstanceWarmup":{"type":"integer"},
"ExcludedInstance":{
"type":"string",
"max":30,
"min":1,
"pattern":"[a-zA-Z0-9\\.\\*]+"
},
"ExcludedInstanceTypes":{
"type":"list",
"member":{"shape":"ExcludedInstance"},
"max":400
},
"ExecutePolicyType":{
"type":"structure",
"required":["PolicyName"],
Expand Down Expand Up @@ -1849,6 +1952,17 @@
"WeightedCapacity":{"shape":"XmlStringMaxLen32"}
}
},
"InstanceGeneration":{
"type":"string",
"enum":[
"current",
"previous"
]
},
"InstanceGenerations":{
"type":"list",
"member":{"shape":"InstanceGeneration"}
},
"InstanceIds":{
"type":"list",
"member":{"shape":"XmlStringMaxLen19"}
Expand Down Expand Up @@ -1955,6 +2069,36 @@
"type":"list",
"member":{"shape":"InstanceRefresh"}
},
"InstanceRequirements":{
"type":"structure",
"required":[
"VCpuCount",
"MemoryMiB"
],
"members":{
"VCpuCount":{"shape":"VCpuCountRequest"},
"MemoryMiB":{"shape":"MemoryMiBRequest"},
"CpuManufacturers":{"shape":"CpuManufacturers"},
"MemoryGiBPerVCpu":{"shape":"MemoryGiBPerVCpuRequest"},
"ExcludedInstanceTypes":{"shape":"ExcludedInstanceTypes"},
"InstanceGenerations":{"shape":"InstanceGenerations"},
"SpotMaxPricePercentageOverLowestPrice":{"shape":"NullablePositiveInteger"},
"OnDemandMaxPricePercentageOverLowestPrice":{"shape":"NullablePositiveInteger"},
"BareMetal":{"shape":"BareMetal"},
"BurstablePerformance":{"shape":"BurstablePerformance"},
"RequireHibernateSupport":{"shape":"NullableBoolean"},
"NetworkInterfaceCount":{"shape":"NetworkInterfaceCountRequest"},
"LocalStorage":{"shape":"LocalStorage"},
"LocalStorageTypes":{"shape":"LocalStorageTypes"},
"TotalLocalStorageGB":{"shape":"TotalLocalStorageGBRequest"},
"BaselineEbsBandwidthMbps":{"shape":"BaselineEbsBandwidthMbpsRequest"},
"AcceleratorTypes":{"shape":"AcceleratorTypes"},
"AcceleratorCount":{"shape":"AcceleratorCountRequest"},
"AcceleratorManufacturers":{"shape":"AcceleratorManufacturers"},
"AcceleratorNames":{"shape":"AcceleratorNames"},
"AcceleratorTotalMemoryMiB":{"shape":"AcceleratorTotalMemoryMiBRequest"}
}
},
"Instances":{
"type":"list",
"member":{"shape":"Instance"}
Expand Down Expand Up @@ -2071,7 +2215,8 @@
"members":{
"InstanceType":{"shape":"XmlStringMaxLen255"},
"WeightedCapacity":{"shape":"XmlStringMaxLen32"},
"LaunchTemplateSpecification":{"shape":"LaunchTemplateSpecification"}
"LaunchTemplateSpecification":{"shape":"LaunchTemplateSpecification"},
"InstanceRequirements":{"shape":"InstanceRequirements"}
}
},
"LaunchTemplateSpecification":{
Expand Down Expand Up @@ -2214,6 +2359,25 @@
"type":"list",
"member":{"shape":"LoadForecast"}
},
"LocalStorage":{
"type":"string",
"enum":[
"included",
"excluded",
"required"
]
},
"LocalStorageType":{
"type":"string",
"enum":[
"hdd",
"ssd"
]
},
"LocalStorageTypes":{
"type":"list",
"member":{"shape":"LocalStorageType"}
},
"MaxGroupPreparedCapacity":{
"type":"integer",
"min":-1
Expand All @@ -2222,6 +2386,21 @@
"MaxNumberOfAutoScalingGroups":{"type":"integer"},
"MaxNumberOfLaunchConfigurations":{"type":"integer"},
"MaxRecords":{"type":"integer"},
"MemoryGiBPerVCpuRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveDouble"},
"Max":{"shape":"NullablePositiveDouble"}
}
},
"MemoryMiBRequest":{
"type":"structure",
"required":["Min"],
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"MetricCollectionType":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2304,6 +2483,13 @@
}
},
"MonitoringEnabled":{"type":"boolean"},
"NetworkInterfaceCountRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"NoDevice":{"type":"boolean"},
"NonZeroIntPercent":{
"type":"integer",
Expand All @@ -2328,6 +2514,15 @@
"min":0,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"NullableBoolean":{"type":"boolean"},
"NullablePositiveDouble":{
"type":"double",
"min":0
},
"NullablePositiveInteger":{
"type":"integer",
"min":0
},
"NumberOfAutoScalingGroups":{"type":"integer"},
"NumberOfLaunchConfigurations":{"type":"integer"},
"OnDemandBaseCapacity":{"type":"integer"},
Expand Down Expand Up @@ -2953,6 +3148,13 @@
"member":{"shape":"XmlStringMaxLen1600"}
},
"TimestampType":{"type":"timestamp"},
"TotalLocalStorageGBRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveDouble"},
"Max":{"shape":"NullablePositiveDouble"}
}
},
"UpdateAutoScalingGroupType":{
"type":"structure",
"required":["AutoScalingGroupName"],
Expand All @@ -2975,7 +3177,16 @@
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"Context":{"shape":"Context"}
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"}
}
},
"VCpuCountRequest":{
"type":"structure",
"required":["Min"],
"members":{
"Min":{"shape":"NullablePositiveInteger"},
"Max":{"shape":"NullablePositiveInteger"}
}
},
"Values":{
Expand Down

0 comments on commit b5ff85c

Please sign in to comment.