Skip to content

Commit

Permalink
Release v1.38.10 (2021-03-31) (#3845)
Browse files Browse the repository at this point in the history
Release v1.38.10 (2021-03-31)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
  * AWS Batch adds support for Amazon EFS File System
* `service/cloud9`: Updates service API, documentation, and examples
  * Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
* `service/cloudformation`: Updates service API and documentation
  * 1. Added a new parameter "RegionConcurrencyType" in OperationPreferences. 2. Changed the name of "AccountUrl" to "AccountsUrl" in "DeploymentTargets" parameter.
* `service/cloudhsm`: Updates service API and documentation
  * Minor documentation and link updates.
* `service/cognito-sync`: Updates service API, documentation, paginators, and examples
* `service/comprehend`: Updates service API and documentation
* `service/datapipeline`: Updates service API, documentation, paginators, and examples
  * Minor documentation updates and link updates.
* `service/detective`: Updates service API and documentation
* `service/directconnect`: Updates service API and documentation
  * This release adds MACsec support to AWS Direct Connect
* `service/iot`: Updates service API and documentation
  * Added ability to prefix search on attribute value for ListThings API.
* `service/iotwireless`: Updates service API and documentation
* `service/machinelearning`: Updates service API, documentation, paginators, and examples
  * Minor documentation updates and link updates.
* `service/pricing`: Updates service API, documentation, and examples
* `service/redshift`: Updates service API and documentation
  * Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
* `service/transcribe`: Updates service API
* `service/workmail`: Updates service API and documentation
  * This release adds support for mobile device access rules management in Amazon WorkMail.
  • Loading branch information
aws-sdk-go-automation authored Mar 31, 2021
1 parent 84b8e3b commit c717278
Show file tree
Hide file tree
Showing 67 changed files with 8,662 additions and 2,532 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Release v1.38.10 (2021-03-31)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
* AWS Batch adds support for Amazon EFS File System
* `service/cloud9`: Updates service API, documentation, and examples
* Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
* `service/cloudformation`: Updates service API and documentation
* 1. Added a new parameter "RegionConcurrencyType" in OperationPreferences. 2. Changed the name of "AccountUrl" to "AccountsUrl" in "DeploymentTargets" parameter.
* `service/cloudhsm`: Updates service API and documentation
* Minor documentation and link updates.
* `service/cognito-sync`: Updates service API, documentation, paginators, and examples
* `service/comprehend`: Updates service API and documentation
* `service/datapipeline`: Updates service API, documentation, paginators, and examples
* Minor documentation updates and link updates.
* `service/detective`: Updates service API and documentation
* `service/directconnect`: Updates service API and documentation
* This release adds MACsec support to AWS Direct Connect
* `service/iot`: Updates service API and documentation
* Added ability to prefix search on attribute value for ListThings API.
* `service/iotwireless`: Updates service API and documentation
* `service/machinelearning`: Updates service API, documentation, paginators, and examples
* Minor documentation updates and link updates.
* `service/pricing`: Updates service API, documentation, and examples
* `service/redshift`: Updates service API and documentation
* Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
* `service/transcribe`: Updates service API
* `service/workmail`: Updates service API and documentation
* This release adds support for mobile device access rules management in Amazon WorkMail.

Release v1.38.9 (2021-03-30)
===

Expand Down
19 changes: 13 additions & 6 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.38.9"
const SDKVersion = "1.38.10"
35 changes: 34 additions & 1 deletion models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,38 @@
"type":"list",
"member":{"shape":"Device"}
},
"EFSAuthorizationConfig":{
"type":"structure",
"members":{
"accessPointId":{"shape":"String"},
"iam":{"shape":"EFSAuthorizationConfigIAM"}
}
},
"EFSAuthorizationConfigIAM":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"EFSTransitEncryption":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"EFSVolumeConfiguration":{
"type":"structure",
"required":["fileSystemId"],
"members":{
"fileSystemId":{"shape":"String"},
"rootDirectory":{"shape":"String"},
"transitEncryption":{"shape":"EFSTransitEncryption"},
"transitEncryptionPort":{"shape":"Integer"},
"authorizationConfig":{"shape":"EFSAuthorizationConfig"}
}
},
"Ec2Configuration":{
"type":"structure",
"required":["imageType"],
Expand Down Expand Up @@ -1437,7 +1469,8 @@
"type":"structure",
"members":{
"host":{"shape":"Host"},
"name":{"shape":"String"}
"name":{"shape":"String"},
"efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"}
}
},
"Volumes":{
Expand Down
38 changes: 33 additions & 5 deletions models/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

64 changes: 54 additions & 10 deletions models/apis/cloud9/2017-09-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"clientRequestToken":{"shape":"ClientRequestToken"},
"instanceType":{"shape":"InstanceType"},
"subnetId":{"shape":"SubnetId"},
"imageId":{"shape":"ImageId"},
"automaticStopTimeMinutes":{"shape":"AutomaticStopTimeMinutes"},
"ownerArn":{"shape":"UserArn"},
"tags":{"shape":"TagList"},
Expand Down Expand Up @@ -323,6 +324,7 @@
},
"CreateEnvironmentMembershipResult":{
"type":"structure",
"required":["membership"],
"members":{
"membership":{"shape":"EnvironmentMember"}
}
Expand Down Expand Up @@ -381,6 +383,10 @@
},
"DescribeEnvironmentStatusResult":{
"type":"structure",
"required":[
"status",
"message"
],
"members":{
"status":{"shape":"EnvironmentStatus"},
"message":{"shape":"String"}
Expand All @@ -401,6 +407,11 @@
},
"Environment":{
"type":"structure",
"required":[
"type",
"arn",
"ownerArn"
],
"members":{
"id":{"shape":"EnvironmentId"},
"name":{"shape":"EnvironmentName"},
Expand All @@ -409,12 +420,13 @@
"connectionType":{"shape":"ConnectionType"},
"arn":{"shape":"String"},
"ownerArn":{"shape":"String"},
"lifecycle":{"shape":"EnvironmentLifecycle"}
"lifecycle":{"shape":"EnvironmentLifecycle"},
"managedCredentialsStatus":{"shape":"ManagedCredentialsStatus"}
}
},
"EnvironmentArn":{
"type":"string",
"pattern":"arn:aws:cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}"
"pattern":"arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}"
},
"EnvironmentDescription":{
"type":"string",
Expand Down Expand Up @@ -453,6 +465,12 @@
},
"EnvironmentMember":{
"type":"structure",
"required":[
"permissions",
"userId",
"userArn",
"environmentId"
],
"members":{
"permissions":{"shape":"Permissions"},
"userId":{"shape":"String"},
Expand Down Expand Up @@ -495,6 +513,10 @@
},
"exception":true
},
"ImageId":{
"type":"string",
"max":512
},
"InstanceType":{
"type":"string",
"max":20,
Expand Down Expand Up @@ -541,6 +563,22 @@
"Tags":{"shape":"TagList"}
}
},
"ManagedCredentialsStatus":{
"type":"string",
"enum":[
"ENABLED_ON_CREATE",
"ENABLED_BY_OWNER",
"DISABLED_BY_DEFAULT",
"DISABLED_BY_OWNER",
"DISABLED_BY_COLLABORATOR",
"PENDING_REMOVAL_BY_COLLABORATOR",
"PENDING_START_REMOVAL_BY_COLLABORATOR",
"PENDING_REMOVAL_BY_OWNER",
"PENDING_START_REMOVAL_BY_OWNER",
"FAILED_REMOVAL_BY_COLLABORATOR",
"FAILED_REMOVAL_BY_OWNER"
]
},
"MaxResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -575,8 +613,9 @@
"String":{"type":"string"},
"SubnetId":{
"type":"string",
"max":30,
"min":5
"max":24,
"min":15,
"pattern":"^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$"
},
"Tag":{
"type":"structure",
Expand All @@ -587,24 +626,28 @@
"members":{
"Key":{"shape":"TagKey"},
"Value":{"shape":"TagValue"}
}
},
"sensitive":true
},
"TagKey":{
"type":"string",
"max":128,
"min":1
"min":1,
"sensitive":true
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"min":0
"min":0,
"sensitive":true
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":200,
"min":0
"min":0,
"sensitive":true
},
"TagResourceRequest":{
"type":"structure",
Expand All @@ -625,7 +668,8 @@
"TagValue":{
"type":"string",
"max":256,
"min":0
"min":0,
"sensitive":true
},
"Timestamp":{"type":"timestamp"},
"TooManyRequestsException":{
Expand Down Expand Up @@ -685,7 +729,7 @@
},
"UserArn":{
"type":"string",
"pattern":"^arn:aws:(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$"
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$"
}
}
}
16 changes: 14 additions & 2 deletions models/apis/cloud9/2017-09-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"ConnectionType": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment.</p>",
"Environment$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment.</p>"
"CreateEnvironmentEC2Request$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment. Valid values are <code>CONNECT_SSH</code> (default) and <code>CONNECT_SSM</code> (connected through AWS Systems Manager).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloud9/latest/user-guide/ec2-ssm.html\">Accessing no-ingress EC2 instances with AWS Systems Manager</a> in the <i>AWS Cloud9 User Guide</i>.</p>",
"Environment$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment. <code>CONNECT_SSH</code> is selected by default.</p>"
}
},
"CreateEnvironmentEC2Request": {
Expand Down Expand Up @@ -229,6 +229,12 @@
"refs": {
}
},
"ImageId": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$imageId": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. You can specify the AMI for the instance using an AMI alias or an AWS Systems Manager (SSM) path. The default AMI is used if the parameter isn't explicitly assigned a value in the request. </p> <p> <b>AMI aliases </b> </p> <ul> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </p> </li> </ul>"
}
},
"InstanceType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -265,6 +271,12 @@
"refs": {
}
},
"ManagedCredentialsStatus": {
"base": null,
"refs": {
"Environment$managedCredentialsStatus": "<p>Describes the status of AWS managed temporary credentials for the AWS Cloud9 environment. Available values are:</p> <ul> <li> <p> <code>ENABLED_ON_CREATE</code> </p> </li> <li> <p> <code>ENABLED_BY_OWNER</code> </p> </li> <li> <p> <code>DISABLED_BY_DEFAULT</code> </p> </li> <li> <p> <code>DISABLED_BY_OWNER</code> </p> </li> <li> <p> <code>DISABLED_BY_COLLABORATOR</code> </p> </li> <li> <p> <code>PENDING_REMOVAL_BY_COLLABORATOR</code> </p> </li> <li> <p> <code>PENDING_REMOVAL_BY_OWNER</code> </p> </li> <li> <p> <code>FAILED_REMOVAL_BY_COLLABORATOR</code> </p> </li> <li> <p> <code>ENABLED_BY_OWNER</code> </p> </li> <li> <p> <code>DISABLED_BY_DEFAULT</code> </p> </li> </ul>"
}
},
"MaxResults": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion models/apis/cloud9/2017-09-23/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "This is my demonstration environment.",
"instanceType": "t2.micro",
"ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser",
"subnetId": "subnet-1fab8aEX"
"subnetId": "subnet-6300cd1b"
},
"output": {
"environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
Expand Down
15 changes: 15 additions & 0 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,12 @@
"type":"list",
"member":{"shape":"Account"}
},
"AccountsUrl":{
"type":"string",
"max":5120,
"min":1,
"pattern":"(s3://|http(s?)://).+"
},
"AllowedValue":{"type":"string"},
"AllowedValues":{
"type":"list",
Expand Down Expand Up @@ -1249,6 +1255,7 @@
"type":"structure",
"members":{
"Accounts":{"shape":"AccountList"},
"AccountsUrl":{"shape":"AccountsUrl"},
"OrganizationalUnitIds":{"shape":"OrganizationalUnitIdList"}
}
},
Expand Down Expand Up @@ -2304,6 +2311,13 @@
"type":"string",
"pattern":"^[a-zA-Z0-9-]{1,128}$"
},
"RegionConcurrencyType":{
"type":"string",
"enum":[
"SEQUENTIAL",
"PARALLEL"
]
},
"RegionList":{
"type":"list",
"member":{"shape":"Region"}
Expand Down Expand Up @@ -3073,6 +3087,7 @@
"StackSetOperationPreferences":{
"type":"structure",
"members":{
"RegionConcurrencyType":{"shape":"RegionConcurrencyType"},
"RegionOrder":{"shape":"RegionList"},
"FailureToleranceCount":{"shape":"FailureToleranceCount"},
"FailureTolerancePercentage":{"shape":"FailureTolerancePercentage"},
Expand Down
Loading

0 comments on commit c717278

Please sign in to comment.