Skip to content

Commit

Permalink
Release v1.37.19 (2021-02-25) (#3799)
Browse files Browse the repository at this point in the history
Release v1.37.19 (2021-02-25)
===

### Service Client Updates
* `service/databrew`: Updates service API and documentation
* `service/detective`: Updates service API and documentation
* `service/imagebuilder`: Updates service API, documentation, and paginators
* `service/lightsail`: Updates service documentation
  * Documentation updates for Lightsail
* `service/transfer`: Updates service API
  * Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters
  • Loading branch information
aws-sdk-go-automation authored Feb 25, 2021
1 parent b843e71 commit 53bc853
Show file tree
Hide file tree
Showing 17 changed files with 679 additions and 48 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.37.19 (2021-02-25)
===

### Service Client Updates
* `service/databrew`: Updates service API and documentation
* `service/detective`: Updates service API and documentation
* `service/imagebuilder`: Updates service API, documentation, and paginators
* `service/lightsail`: Updates service documentation
* Documentation updates for Lightsail
* `service/transfer`: Updates service API
* Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters

Release v1.37.18 (2021-02-24)
===

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.37.18"
const SDKVersion = "1.37.19"
20 changes: 18 additions & 2 deletions models/apis/databrew/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
],
"members":{
"Name":{"shape":"DatasetName"},
"Format":{"shape":"InputFormat"},
"FormatOptions":{"shape":"FormatOptions"},
"Input":{"shape":"Input"},
"Tags":{"shape":"TagMap"}
Expand Down Expand Up @@ -820,7 +821,8 @@
"CsvOptions":{
"type":"structure",
"members":{
"Delimiter":{"shape":"Delimiter"}
"Delimiter":{"shape":"Delimiter"},
"HeaderRow":{"shape":"HeaderRow"}
}
},
"CsvOutputOptions":{
Expand Down Expand Up @@ -858,6 +860,7 @@
"CreatedBy":{"shape":"CreatedBy"},
"CreateDate":{"shape":"Date"},
"Name":{"shape":"DatasetName"},
"Format":{"shape":"InputFormat"},
"FormatOptions":{"shape":"FormatOptions"},
"Input":{"shape":"Input"},
"LastModifiedDate":{"shape":"Date"},
Expand Down Expand Up @@ -1005,6 +1008,7 @@
"CreatedBy":{"shape":"CreatedBy"},
"CreateDate":{"shape":"Date"},
"Name":{"shape":"DatasetName"},
"Format":{"shape":"InputFormat"},
"FormatOptions":{"shape":"FormatOptions"},
"Input":{"shape":"Input"},
"LastModifiedDate":{"shape":"Date"},
Expand Down Expand Up @@ -1203,7 +1207,8 @@
"type":"structure",
"members":{
"SheetNames":{"shape":"SheetNameList"},
"SheetIndexes":{"shape":"SheetIndexList"}
"SheetIndexes":{"shape":"SheetIndexList"},
"HeaderRow":{"shape":"HeaderRow"}
}
},
"ExecutionTime":{"type":"integer"},
Expand All @@ -1215,6 +1220,7 @@
"Csv":{"shape":"CsvOptions"}
}
},
"HeaderRow":{"type":"boolean"},
"HiddenColumnList":{
"type":"list",
"member":{"shape":"ColumnName"}
Expand All @@ -1226,6 +1232,15 @@
"DataCatalogInputDefinition":{"shape":"DataCatalogInputDefinition"}
}
},
"InputFormat":{
"type":"string",
"enum":[
"CSV",
"JSON",
"PARQUET",
"EXCEL"
]
},
"InternalServerException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2091,6 +2106,7 @@
"location":"uri",
"locationName":"name"
},
"Format":{"shape":"InputFormat"},
"FormatOptions":{"shape":"FormatOptions"},
"Input":{"shape":"Input"}
}
Expand Down
16 changes: 16 additions & 0 deletions models/apis/databrew/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,13 @@
"UpdateDatasetRequest$FormatOptions": null
}
},
"HeaderRow": {
"base": null,
"refs": {
"CsvOptions$HeaderRow": "<p>A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.</p>",
"ExcelOptions$HeaderRow": "<p>A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.</p>"
}
},
"HiddenColumnList": {
"base": null,
"refs": {
Expand All @@ -547,6 +554,15 @@
"UpdateDatasetRequest$Input": null
}
},
"InputFormat": {
"base": null,
"refs": {
"CreateDatasetRequest$Format": "<p>Specifies the file format of a dataset created from an S3 file or folder.</p>",
"Dataset$Format": "<p>Specifies the file format of a dataset created from an S3 file or folder.</p>",
"DescribeDatasetResponse$Format": "<p>Specifies the file format of a dataset created from an S3 file or folder.</p>",
"UpdateDatasetRequest$Format": "<p>Specifies the file format of a dataset created from an S3 file or folder.</p>"
}
},
"InternalServerException": {
"base": "<p>An internal service failure occurred.</p>",
"refs": {
Expand Down
9 changes: 8 additions & 1 deletion models/apis/detective/2018-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"max":50,
"min":1
},
"Boolean":{"type":"boolean"},
"ConflictException":{
"type":"structure",
"members":{
Expand All @@ -240,6 +241,7 @@
"members":{
"GraphArn":{"shape":"GraphArn"},
"Message":{"shape":"EmailMessage"},
"DisableEmailNotification":{"shape":"Boolean"},
"Accounts":{"shape":"AccountList"}
}
},
Expand Down Expand Up @@ -385,7 +387,12 @@
"AccountId":{"shape":"AccountId"},
"EmailAddress":{"shape":"EmailAddress"},
"GraphArn":{"shape":"GraphArn"},
"MasterId":{"shape":"AccountId"},
"MasterId":{
"shape":"AccountId",
"deprecated":true,
"deprecatedMessage":"This property is deprecated, use AdministratorId instead."
},
"AdministratorId":{"shape":"AccountId"},
"Status":{"shape":"MemberStatus"},
"DisabledReason":{"shape":"MemberDisabledReason"},
"InvitedTime":{"shape":"Timestamp"},
Expand Down
25 changes: 16 additions & 9 deletions models/apis/detective/2018-10-26/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "2.0",
"service": "<p>Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues across your Amazon Web Services (AWS) workloads. Detective automatically extracts time-based events such as login attempts, API calls, and network traffic from AWS CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by Amazon GuardDuty.</p> <p>The Detective API primarily supports the creation and management of behavior graphs. A behavior graph contains the extracted data from a set of member accounts, and is created and managed by a master account.</p> <p>Every behavior graph is specific to a Region. You can only use the API to manage graphs that belong to the Region that is associated with the currently selected endpoint.</p> <p>A Detective master account can use the Detective API to do the following:</p> <ul> <li> <p>Enable and disable Detective. Enabling Detective creates a new behavior graph.</p> </li> <li> <p>View the list of member accounts in a behavior graph.</p> </li> <li> <p>Add member accounts to a behavior graph.</p> </li> <li> <p>Remove member accounts from a behavior graph.</p> </li> </ul> <p>A member account can use the Detective API to do the following:</p> <ul> <li> <p>View the list of behavior graphs that they are invited to.</p> </li> <li> <p>Accept an invitation to contribute to a behavior graph.</p> </li> <li> <p>Decline an invitation to contribute to a behavior graph.</p> </li> <li> <p>Remove their account from a behavior graph.</p> </li> </ul> <p>All API actions are logged as CloudTrail events. See <a href=\"https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html\">Logging Detective API Calls with CloudTrail</a>.</p>",
"service": "<p>Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues across your Amazon Web Services (AWS) workloads. Detective automatically extracts time-based events such as login attempts, API calls, and network traffic from AWS CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by Amazon GuardDuty.</p> <p>The Detective API primarily supports the creation and management of behavior graphs. A behavior graph contains the extracted data from a set of member accounts, and is created and managed by an administrator account.</p> <p>Every behavior graph is specific to a Region. You can only use the API to manage graphs that belong to the Region that is associated with the currently selected endpoint.</p> <p>A Detective administrator account can use the Detective API to do the following:</p> <ul> <li> <p>Enable and disable Detective. Enabling Detective creates a new behavior graph.</p> </li> <li> <p>View the list of member accounts in a behavior graph.</p> </li> <li> <p>Add member accounts to a behavior graph.</p> </li> <li> <p>Remove member accounts from a behavior graph.</p> </li> </ul> <p>A member account can use the Detective API to do the following:</p> <ul> <li> <p>View the list of behavior graphs that they are invited to.</p> </li> <li> <p>Accept an invitation to contribute to a behavior graph.</p> </li> <li> <p>Decline an invitation to contribute to a behavior graph.</p> </li> <li> <p>Remove their account from a behavior graph.</p> </li> </ul> <p>All API actions are logged as CloudTrail events. See <a href=\"https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html\">Logging Detective API Calls with CloudTrail</a>.</p> <note> <p>We replaced the term \"master account\" with the term \"administrator account.\" An administrator account is used to centrally manage multiple accounts. In the case of Detective, the administrator account manages the accounts in their behavior graph.</p> </note>",
"operations": {
"AcceptInvitation": "<p>Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account. </p> <p>The request provides the ARN of behavior graph.</p> <p>The member account status in the graph must be <code>INVITED</code>.</p>",
"CreateGraph": "<p>Creates a new behavior graph for the calling account, and sets that account as the master account. This operation is called by the account that is enabling Detective.</p> <p>Before you try to enable Detective, make sure that your account has been enrolled in Amazon GuardDuty for at least 48 hours. If you do not meet this requirement, you cannot enable Detective. If you do meet the GuardDuty prerequisite, then when you make the request to enable Detective, it checks whether your data volume is within the Detective quota. If it exceeds the quota, then you cannot enable Detective. </p> <p>The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph.</p> <p> <code>CreateGraph</code> triggers a process to create the corresponding data tables for the new behavior graph.</p> <p>An account can only be the master account for one behavior graph within a Region. If the same account calls <code>CreateGraph</code> with the same master account, it always returns the same behavior graph ARN. It does not create a new behavior graph.</p>",
"CreateMembers": "<p>Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph. This operation can only be called by the master account for a behavior graph. </p> <p> <code>CreateMembers</code> verifies the accounts and then sends invitations to the verified accounts.</p> <p>The request provides the behavior graph ARN and the list of accounts to invite.</p> <p>The response separates the requested accounts into two lists:</p> <ul> <li> <p>The accounts that <code>CreateMembers</code> was able to start the verification for. This list includes member accounts that are being verified, that have passed verification and are being sent an invitation, and that have failed verification.</p> </li> <li> <p>The accounts that <code>CreateMembers</code> was unable to process. This list includes accounts that were already invited to be member accounts in the behavior graph.</p> </li> </ul>",
"DeleteGraph": "<p>Disables the specified behavior graph and queues it to be deleted. This operation removes the graph from each member account's list of behavior graphs.</p> <p> <code>DeleteGraph</code> can only be called by the master account for a behavior graph.</p>",
"DeleteMembers": "<p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>",
"CreateGraph": "<p>Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective.</p> <p>Before you try to enable Detective, make sure that your account has been enrolled in Amazon GuardDuty for at least 48 hours. If you do not meet this requirement, you cannot enable Detective. If you do meet the GuardDuty prerequisite, then when you make the request to enable Detective, it checks whether your data volume is within the Detective quota. If it exceeds the quota, then you cannot enable Detective. </p> <p>The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph.</p> <p> <code>CreateGraph</code> triggers a process to create the corresponding data tables for the new behavior graph.</p> <p>An account can only be the administrator account for one behavior graph within a Region. If the same account calls <code>CreateGraph</code> with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.</p>",
"CreateMembers": "<p>Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph. This operation can only be called by the administrator account for a behavior graph. </p> <p> <code>CreateMembers</code> verifies the accounts and then invites the verified accounts. The administrator can optionally specify to not send invitation emails to the member accounts. This would be used when the administrator manages their member accounts centrally.</p> <p>The request provides the behavior graph ARN and the list of accounts to invite.</p> <p>The response separates the requested accounts into two lists:</p> <ul> <li> <p>The accounts that <code>CreateMembers</code> was able to start the verification for. This list includes member accounts that are being verified, that have passed verification and are to be invited, and that have failed verification.</p> </li> <li> <p>The accounts that <code>CreateMembers</code> was unable to process. This list includes accounts that were already invited to be member accounts in the behavior graph.</p> </li> </ul>",
"DeleteGraph": "<p>Disables the specified behavior graph and queues it to be deleted. This operation removes the graph from each member account's list of behavior graphs.</p> <p> <code>DeleteGraph</code> can only be called by the administrator account for a behavior graph.</p>",
"DeleteMembers": "<p>Deletes one or more member accounts from the administrator account's behavior graph. This operation can only be called by a Detective administrator account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the administrator account uses the <code>DeleteGraph</code> API method.</p>",
"DisassociateMembership": "<p>Removes the member account from the specified behavior graph. This operation can only be called by a member account that has the <code>ENABLED</code> status.</p>",
"GetMembers": "<p>Returns the membership details for specified member accounts for a behavior graph.</p>",
"ListGraphs": "<p>Returns the list of behavior graphs that the calling account is a master of. This operation can only be called by a master account.</p> <p>Because an account can currently only be the master of one behavior graph within a Region, the results always contain a single graph.</p>",
"ListGraphs": "<p>Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account.</p> <p>Because an account can currently only be the administrator of one behavior graph within a Region, the results always contain a single behavior graph.</p>",
"ListInvitations": "<p>Retrieves the list of open and accepted behavior graph invitations for the member account. This operation can only be called by a member account.</p> <p>Open invitations are invitations that the member account has not responded to.</p> <p>The results do not include behavior graphs for which the member account declined the invitation. The results also do not include behavior graphs that the member account resigned from or was removed from.</p>",
"ListMembers": "<p>Retrieves the list of member accounts for a behavior graph. Does not return member accounts that were removed from the behavior graph.</p>",
"RejectInvitation": "<p>Rejects an invitation to contribute the account data to a behavior graph. This operation must be called by a member account that has the <code>INVITED</code> status.</p>",
Expand All @@ -22,7 +22,7 @@
}
},
"Account": {
"base": "<p>An AWS account that is the master of or a member of a behavior graph.</p>",
"base": "<p>An AWS account that is the administrator account of or a member of a behavior graph.</p>",
"refs": {
"AccountList$member": null
}
Expand All @@ -33,7 +33,8 @@
"Account$AccountId": "<p>The account identifier of the AWS account.</p>",
"AccountIdList$member": null,
"MemberDetail$AccountId": "<p>The AWS account identifier for the member account.</p>",
"MemberDetail$MasterId": "<p>The AWS account identifier of the master account for the behavior graph.</p>",
"MemberDetail$MasterId": "<p>Deprecated. Instead of <code>MasterId</code>, use <code>AdministratorId</code>.</p> <p>The AWS account identifier of the administrator account for the behavior graph.</p>",
"MemberDetail$AdministratorId": "<p>The AWS account identifier of the administrator account for the behavior graph.</p>",
"StartMonitoringMemberRequest$AccountId": "<p>The account ID of the member account to try to enable.</p> <p>The account must be an invited member account with a status of <code>ACCEPTED_BUT_DISABLED</code>. </p>",
"UnprocessedAccount$AccountId": "<p>The AWS account identifier of the member account that was not processed.</p>"
}
Expand All @@ -52,6 +53,12 @@
"CreateMembersRequest$Accounts": "<p>The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.</p>"
}
},
"Boolean": {
"base": null,
"refs": {
"CreateMembersRequest$DisableEmailNotification": "<p>if set to <code>true</code>, then the member accounts do not receive email notifications. By default, this is set to <code>false</code>, and the member accounts receive email notifications.</p>"
}
},
"ConflictException": {
"base": "<p>The request attempted an invalid action.</p>",
"refs": {
Expand Down Expand Up @@ -151,7 +158,7 @@
"GraphList": {
"base": null,
"refs": {
"ListGraphsResponse$GraphList": "<p>A list of behavior graphs that the account is a master for.</p>"
"ListGraphsResponse$GraphList": "<p>A list of behavior graphs that the account is an administrator account for.</p>"
}
},
"InternalServerException": {
Expand Down
Loading

0 comments on commit 53bc853

Please sign in to comment.