Skip to content

Commit

Permalink
Release v1.12.53
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Dec 22, 2017
1 parent d0cb855 commit 82ad808
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 113 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.12.53 (2017-12-22)
===

### Service Client Updates
* `service/ec2`: Updates service API
* This release fixes an issue with tags not showing in DescribeAddresses responses.
* `service/ecs`: Updates service API and documentation
* Amazon ECS users can now set a health check initialization wait period of their ECS services, the services that are associated with an Elastic Load Balancer (ELB) will wait for a period of time before the ELB become healthy. You can now configure this in Create and Update Service.
* `service/inspector`: Updates service API and documentation
* PreviewAgents API now returns additional fields within the AgentPreview data type. The API now shows the agent health and availability status for all instances included in the assessment target. This allows users to check the health status of Inspector Agents before running an assessment. In addition, it shows the instance ID, hostname, and IP address of the targeted instances.
* `service/sagemaker`: Updates service API and documentation
* SageMaker Models no longer support SupplementalContainers. API's that have been affected are CreateModel and DescribeModel.

Release v1.12.52 (2017-12-21)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.12.52"
const SDKVersion = "1.12.53"
2 changes: 1 addition & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@
},
"Tags":{
"shape":"TagList",
"locationName":"tags"
"locationName":"tagSet"
}
}
},
Expand Down
9 changes: 6 additions & 3 deletions models/apis/ecs/2014-11-13/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
"placementConstraints":{"shape":"PlacementConstraints"},
"placementStrategy":{"shape":"PlacementStrategies"},
"networkConfiguration":{"shape":"NetworkConfiguration"}
"networkConfiguration":{"shape":"NetworkConfiguration"},
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"}
}
},
"CreateServiceResponse":{
Expand Down Expand Up @@ -1519,7 +1520,8 @@
"createdAt":{"shape":"Timestamp"},
"placementConstraints":{"shape":"PlacementConstraints"},
"placementStrategy":{"shape":"PlacementStrategies"},
"networkConfiguration":{"shape":"NetworkConfiguration"}
"networkConfiguration":{"shape":"NetworkConfiguration"},
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"}
}
},
"ServiceEvent":{
Expand Down Expand Up @@ -1846,7 +1848,8 @@
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
"networkConfiguration":{"shape":"NetworkConfiguration"},
"platformVersion":{"shape":"String"},
"forceNewDeployment":{"shape":"Boolean"}
"forceNewDeployment":{"shape":"Boolean"},
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"}
}
},
"UpdateServiceResponse":{
Expand Down
31 changes: 17 additions & 14 deletions models/apis/ecs/2014-11-13/docs-2.json

Large diffs are not rendered by default.

26 changes: 24 additions & 2 deletions models/apis/inspector/2016-02-16/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,8 @@
"type":"string",
"enum":[
"HEALTHY",
"UNHEALTHY"
"UNHEALTHY",
"UNKNOWN"
]
},
"AgentHealthCode":{
Expand Down Expand Up @@ -617,8 +618,14 @@
"type":"structure",
"required":["agentId"],
"members":{
"hostname":{"shape":"Hostname"},
"agentId":{"shape":"AgentId"},
"autoScalingGroup":{"shape":"AutoScalingGroup"}
"autoScalingGroup":{"shape":"AutoScalingGroup"},
"agentHealth":{"shape":"AgentHealth"},
"agentVersion":{"shape":"AgentVersion"},
"operatingSystem":{"shape":"OperatingSystem"},
"kernelVersion":{"shape":"KernelVersion"},
"ipv4Address":{"shape":"Ipv4Address"}
}
},
"AgentPreviewList":{
Expand All @@ -627,6 +634,11 @@
"max":100,
"min":0
},
"AgentVersion":{
"type":"string",
"max":128,
"min":1
},
"AgentsAlreadyRunningAssessmentException":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1482,6 +1494,11 @@
"max":50,
"min":0
},
"KernelVersion":{
"type":"string",
"max":128,
"min":1
},
"LimitExceededErrorCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1706,6 +1723,11 @@
"type":"integer",
"min":0
},
"OperatingSystem":{
"type":"string",
"max":256,
"min":1
},
"PaginationToken":{
"type":"string",
"max":300,
Expand Down
29 changes: 25 additions & 4 deletions models/apis/inspector/2016-02-16/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"service": "<fullname>Amazon Inspector</fullname> <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html\"> Amazon Inspector User Guide</a>.</p>",
"operations": {
"AddAttributesToFindings": "<p>Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.</p>",
"CreateAssessmentTarget": "<p>Creates a new assessment target using the ARN of the resource group that is generated by <a>CreateResourceGroup</a>. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\"> Amazon Inspector Assessment Targets</a>.</p>",
"CreateAssessmentTemplate": "<p>Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.</p>",
"CreateAssessmentTarget": "<p>Creates a new assessment target using the ARN of the resource group that is generated by <a>CreateResourceGroup</a>. If the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isn’t already registered, also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\"> Amazon Inspector Assessment Targets</a>.</p>",
"CreateAssessmentTemplate": "<p>Creates an assessment template for the assessment target that is specified by the ARN of the assessment target. If the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isn’t already registered, also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments.</p>",
"CreateResourceGroup": "<p>Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see <a>CreateAssessmentTarget</a>.</p>",
"DeleteAssessmentRun": "<p>Deletes the assessment run that is specified by the ARN of the assessment run.</p>",
"DeleteAssessmentTarget": "<p>Deletes the assessment target that is specified by the ARN of the assessment target.</p>",
Expand All @@ -27,7 +27,7 @@
"ListRulesPackages": "<p>Lists all available Amazon Inspector rules packages.</p>",
"ListTagsForResource": "<p>Lists all tags associated with an assessment template.</p>",
"PreviewAgents": "<p>Previews the agents installed on the EC2 instances that are part of the specified assessment target.</p>",
"RegisterCrossAccountAccessRole": "<p>Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the <a>PreviewAgents</a> action.</p>",
"RegisterCrossAccountAccessRole": "<p>Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.</p>",
"RemoveAttributesFromFindings": "<p>Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.</p>",
"SetTagsForResource": "<p>Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.</p>",
"StartAssessmentRun": "<p>Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.</p>",
Expand Down Expand Up @@ -87,6 +87,7 @@
"base": null,
"refs": {
"AgentHealthList$member": null,
"AgentPreview$agentHealth": "<p>The health status of the Amazon Inspector Agent.</p>",
"AssessmentRunAgent$agentHealth": "<p>The current health state of the agent.</p>"
}
},
Expand Down Expand Up @@ -137,6 +138,12 @@
"PreviewAgentsResponse$agentPreviews": "<p>The resulting list of agents.</p>"
}
},
"AgentVersion": {
"base": null,
"refs": {
"AgentPreview$agentVersion": "<p>The version of the Amazon Inspector Agent.</p>"
}
},
"AgentsAlreadyRunningAssessmentException": {
"base": "<p>You started an assessment run, but one of the instances is already participating in another assessment run.</p>",
"refs": {
Expand Down Expand Up @@ -187,7 +194,7 @@
"ListReturnedArnList$member": null,
"ListTagsForResourceRequest$resourceArn": "<p>The ARN that specifies the assessment template whose tags you want to list.</p>",
"PreviewAgentsRequest$previewAgentsArn": "<p>The ARN of the assessment target whose agents you want to preview.</p>",
"RegisterCrossAccountAccessRoleRequest$roleArn": "<p>The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the <a>PreviewAgents</a> action. </p>",
"RegisterCrossAccountAccessRoleRequest$roleArn": "<p>The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments. </p>",
"ResourceGroup$arn": "<p>The ARN of the resource group.</p>",
"RulesPackage$arn": "<p>The ARN of the rules package.</p>",
"SetTagsForResourceRequest$resourceArn": "<p>The ARN of the assessment template that you want to set tags to.</p>",
Expand Down Expand Up @@ -692,6 +699,7 @@
"Hostname": {
"base": null,
"refs": {
"AgentPreview$hostname": "<p>The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.</p>",
"AssetAttributes$hostname": "<p>The hostname of the EC2 instance where the finding is generated.</p>"
}
},
Expand Down Expand Up @@ -746,6 +754,7 @@
"Ipv4Address": {
"base": null,
"refs": {
"AgentPreview$ipv4Address": "<p>The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.</p>",
"Ipv4AddressList$member": null
}
},
Expand All @@ -755,6 +764,12 @@
"AssetAttributes$ipv4Addresses": "<p>The list of IP v4 addresses of the EC2 instance where the finding is generated.</p>"
}
},
"KernelVersion": {
"base": null,
"refs": {
"AgentPreview$kernelVersion": "<p>The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.</p>"
}
},
"LimitExceededErrorCode": {
"base": null,
"refs": {
Expand Down Expand Up @@ -941,6 +956,12 @@
"InspectorServiceAttributes$schemaVersion": "<p>The schema version of this data type.</p>"
}
},
"OperatingSystem": {
"base": null,
"refs": {
"AgentPreview$operatingSystem": "<p>The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.</p>"
}
},
"PaginationToken": {
"base": null,
"refs": {
Expand Down
8 changes: 0 additions & 8 deletions models/apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,6 @@
"Environment":{"shape":"EnvironmentMap"}
}
},
"ContainerDefinitionList":{
"type":"list",
"member":{"shape":"ContainerDefinition"},
"max":5
},
"ContainerHostname":{
"type":"string",
"max":63,
Expand Down Expand Up @@ -434,7 +429,6 @@
"members":{
"ModelName":{"shape":"ModelName"},
"PrimaryContainer":{"shape":"ContainerDefinition"},
"SupplementalContainers":{"shape":"ContainerDefinitionList"},
"ExecutionRoleArn":{"shape":"RoleArn"},
"Tags":{"shape":"TagList"}
}
Expand Down Expand Up @@ -627,15 +621,13 @@
"required":[
"ModelName",
"PrimaryContainer",
"SupplementalContainers",
"ExecutionRoleArn",
"CreationTime",
"ModelArn"
],
"members":{
"ModelName":{"shape":"ModelName"},
"PrimaryContainer":{"shape":"ContainerDefinition"},
"SupplementalContainers":{"shape":"ContainerDefinitionList"},
"ExecutionRoleArn":{"shape":"RoleArn"},
"CreationTime":{"shape":"Timestamp"},
"ModelArn":{"shape":"ModelArn"}
Expand Down
Loading

0 comments on commit 82ad808

Please sign in to comment.