Skip to content

Commit

Permalink
Release v1.23.18
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Sep 9, 2019
1 parent 811fcc5 commit db133b7
Show file tree
Hide file tree
Showing 42 changed files with 9,056 additions and 108 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.23.18 (2019-09-09)
===

### Service Client Updates
* `service/appmesh`: Updates service API and documentation
* `service/appstream`: Updates service API and documentation
* IamRoleArn support in CreateFleet, UpdateFleet, CreateImageBuilder APIs
* `service/ec2`: Updates service API and documentation
* This release expands Site-to-Site VPN tunnel options to allow customers to restrict security algorithms and configure timer settings for VPN connections. Customers can specify these new options while creating new VPN connections, or they can modify the tunnel options on existing connections using a new API.
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/marketplacecommerceanalytics`: Updates service API and documentation
* Add FDP+FPS (monthly_revenue_field_demonstration_usage + monthly_revenue_flexible_payment_schedule) to Marketplace Commerce Analytics Service
* `service/qldb`: Adds new service
* `service/qldb-session`: Adds new service
* `service/robomaker`: Updates service API and documentation

### SDK Bugs
* Fixed failing tests when executed as a module dependency ([#2817](https://github.com/aws/aws-sdk-go/pull/2817))
Release v1.23.17 (2019-09-06)
===

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
### SDK Enhancements

### SDK Bugs
* Fixed failing tests when executed as a module dependency ([#2817](https://github.com/aws/aws-sdk-go/pull/2817))
20 changes: 20 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
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.23.17"
const SDKVersion = "1.23.18"
79 changes: 79 additions & 0 deletions models/apis/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,14 @@
}
}
},
"TcpRetryPolicyEvents": {
"type": "list",
"member": {
"shape": "TcpRetryPolicyEvent"
},
"min": 1,
"max": 1
},
"CreateVirtualServiceInput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1699,6 +1707,11 @@
}
}
},
"HttpRetryPolicyEvent": {
"type": "string",
"min": 1,
"max": 25
},
"DescribeVirtualServiceOutput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1925,6 +1938,12 @@
}
}
},
"TcpRetryPolicyEvent": {
"type": "string",
"enum": [
"connection-error"
]
},
"VirtualServiceSpec": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2079,6 +2098,13 @@
}
}
},
"DurationUnit": {
"type": "string",
"enum": [
"ms",
"s"
]
},
"RoutePriority": {
"type": "integer",
"box": true,
Expand Down Expand Up @@ -2214,6 +2240,14 @@
}
}
},
"HttpRetryPolicyEvents": {
"type": "list",
"member": {
"shape": "HttpRetryPolicyEvent"
},
"min": 1,
"max": 25
},
"ListVirtualNodesLimit": {
"type": "integer",
"box": true,
Expand Down Expand Up @@ -2326,6 +2360,17 @@
"TRACE"
]
},
"Duration": {
"type": "structure",
"members": {
"unit": {
"shape": "DurationUnit"
},
"value": {
"shape": "DurationValue"
}
}
},
"ConflictException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2407,6 +2452,11 @@
}
}
},
"MaxRetries": {
"type": "long",
"box": true,
"min": 0
},
"MeshStatusCode": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -2691,6 +2741,27 @@
"min": 0,
"max": 50
},
"HttpRetryPolicy": {
"type": "structure",
"required": [
"maxRetries",
"perRetryTimeout"
],
"members": {
"httpRetryEvents": {
"shape": "HttpRetryPolicyEvents"
},
"maxRetries": {
"shape": "MaxRetries"
},
"perRetryTimeout": {
"shape": "Duration"
},
"tcpRetryEvents": {
"shape": "TcpRetryPolicyEvents"
}
}
},
"DescribeVirtualRouterInput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2787,6 +2858,11 @@
"DROP_ALL"
]
},
"DurationValue": {
"type": "long",
"box": true,
"min": 0
},
"Hostname": {
"type": "string"
},
Expand Down Expand Up @@ -3022,6 +3098,9 @@
},
"match": {
"shape": "HttpRouteMatch"
},
"retryPolicy": {
"shape": "HttpRetryPolicy"
}
}
},
Expand Down
51 changes: 50 additions & 1 deletion models/apis/appmesh/2019-01-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,21 @@
"DnsServiceDiscovery$hostname": "<p>Specifies the DNS service discovery hostname for the virtual node. </p>"
}
},
"Duration": {
"base": "<p>An object representing the duration between retry attempts.</p>",
"refs": {
"Duration$unit": "<p>The unit of time between retry attempts.</p>",
"Duration$value": "<p>The duration of time between retry attempts.</p>"
}
},
"DurationUnit": {
"base": null,
"refs": { }
},
"DurationValue": {
"base": null,
"refs": { }
},
"EgressFilter": {
"base": "<p>An object representing the egress filter rules for a service mesh.</p>",
"refs": {
Expand Down Expand Up @@ -389,11 +404,31 @@
"base": null,
"refs": { }
},
"HttpRetryPolicy": {
"base": "<p>An object that represents a retry policy.</p>",
"refs": {
"HttpRetryPolicy$httpRetryEvents": "<p>Specify at least one of the following values.</p>\n <ul>\n <li>\n <p>\n <b>server-error</b> – HTTP status codes 500, 501,\n 502, 503, 504, 505, 506, 507, 508, 510, and 511</p>\n </li>\n <li>\n <p>\n <b>gateway-error</b> – HTTP status codes 502,\n 503, and 504</p>\n </li>\n <li>\n <p>\n <b>client-error</b> – HTTP status code 409</p>\n </li>\n <li>\n <p>\n <b>stream-error</b> – Retry on refused\n stream</p>\n </li>\n </ul>",
"HttpRetryPolicy$maxRetries": "<p>The maximum number of retry attempts. If no value is specified, the default is 1.</p>",
"HttpRetryPolicy$perRetryTimeout": "<p>An object that represents the retry duration.</p>",
"HttpRetryPolicy$tcpRetryEvents": "<p>Specify a valid value.</p>"
}
},
"HttpRetryPolicyEvent": {
"base": null,
"refs": { }
},
"HttpRetryPolicyEvents": {
"base": null,
"refs": {
"HttpRetryPolicyEvents$member": null
}
},
"HttpRoute": {
"base": "<p>An object representing the HTTP routing specification for a route.</p>",
"refs": {
"HttpRoute$action": "<p>The action to take if a match is determined.</p>",
"HttpRoute$match": "<p>The criteria for determining an HTTP request match.</p>"
"HttpRoute$match": "<p>The criteria for determining an HTTP request match.</p>",
"HttpRoute$retryPolicy": "<p>An object that represents a retry policy.</p>"
}
},
"HttpRouteAction": {
Expand Down Expand Up @@ -577,6 +612,10 @@
"MatchRange$start": "<p>The start of the range.</p>"
}
},
"MaxRetries": {
"base": null,
"refs": { }
},
"MeshData": {
"base": "<p>An object representing a service mesh returned by a describe operation.</p>",
"refs": {
Expand Down Expand Up @@ -765,6 +804,16 @@
"base": null,
"refs": { }
},
"TcpRetryPolicyEvent": {
"base": null,
"refs": { }
},
"TcpRetryPolicyEvents": {
"base": null,
"refs": {
"TcpRetryPolicyEvents$member": null
}
},
"TcpRoute": {
"base": "<p>An object representing the TCP routing specification for a route.</p>",
"refs": {
Expand Down
22 changes: 16 additions & 6 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
"output":{"shape":"CreateUsageReportSubscriptionResult"},
"errors":[
{"shape":"InvalidRoleException"},
{"shape":"InvalidAccountStatusException"}
{"shape":"InvalidAccountStatusException"},
{"shape":"LimitExceededException"}
]
},
"CreateUser":{
Expand Down Expand Up @@ -522,7 +523,8 @@
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ConcurrentModificationException"},
{"shape":"ResourceNotAvailableException"}
{"shape":"ResourceNotAvailableException"},
{"shape":"InvalidRoleException"}
]
},
"StartImageBuilder":{
Expand Down Expand Up @@ -896,7 +898,8 @@
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
"Tags":{"shape":"Tags"},
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
"IamRoleArn":{"shape":"Arn"}
}
},
"CreateFleetResult":{
Expand All @@ -919,6 +922,7 @@
"Description":{"shape":"Description"},
"DisplayName":{"shape":"DisplayName"},
"VpcConfig":{"shape":"VpcConfig"},
"IamRoleArn":{"shape":"Arn"},
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
Expand Down Expand Up @@ -1430,15 +1434,17 @@
"FleetErrors":{"shape":"FleetErrors"},
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
"IamRoleArn":{"shape":"Arn"}
}
},
"FleetAttribute":{
"type":"string",
"enum":[
"VPC_CONFIGURATION",
"VPC_CONFIGURATION_SECURITY_GROUP_IDS",
"DOMAIN_JOIN_INFO"
"DOMAIN_JOIN_INFO",
"IAM_ROLE_ARN"
]
},
"FleetAttributes":{
Expand All @@ -1461,6 +1467,7 @@
"NETWORK_INTERFACE_LIMIT_EXCEEDED",
"INTERNAL_SERVICE_ERROR",
"IAM_SERVICE_ROLE_IS_MISSING",
"MACHINE_ROLE_IS_MISSING",
"STS_DISABLED_IN_REGION",
"SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
"IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
Expand Down Expand Up @@ -1542,6 +1549,7 @@
"VpcConfig":{"shape":"VpcConfig"},
"InstanceType":{"shape":"String"},
"Platform":{"shape":"PlatformType"},
"IamRoleArn":{"shape":"Arn"},
"State":{"shape":"ImageBuilderState"},
"StateChangeReason":{"shape":"ImageBuilderStateChangeReason"},
"CreatedTime":{"shape":"Timestamp"},
Expand Down Expand Up @@ -1929,6 +1937,7 @@
"FEEDBACK_URL",
"THEME_NAME",
"USER_SETTINGS",
"IAM_ROLE_ARN",
"ACCESS_ENDPOINTS"
]
},
Expand Down Expand Up @@ -2141,7 +2150,8 @@
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
"AttributesToDelete":{"shape":"FleetAttributes"}
"AttributesToDelete":{"shape":"FleetAttributes"},
"IamRoleArn":{"shape":"Arn"}
}
},
"UpdateFleetResult":{
Expand Down
Loading

0 comments on commit db133b7

Please sign in to comment.