Skip to content

Commit

Permalink
Release v1.38.23 (2021-04-21) (#3873)
Browse files Browse the repository at this point in the history
Release v1.38.23 (2021-04-21)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
  * Added support for creating and updating stack sets with self-managed permissions from templates that reference macros.
* `service/detective`: Updates service API and documentation
* `service/groundstation`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now enables users to override index-level boosting configurations for each query.
* `service/redshift`: Updates service API, documentation, and paginators
  * Add operations: AddPartner, DescribePartners, DeletePartner, and UpdatePartnerStatus to support tracking integration status with data partners.
  • Loading branch information
aws-sdk-go-automation authored Apr 21, 2021
1 parent 64c9948 commit 5bc5b89
Show file tree
Hide file tree
Showing 19 changed files with 1,814 additions and 70 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.38.23 (2021-04-21)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
* Added support for creating and updating stack sets with self-managed permissions from templates that reference macros.
* `service/detective`: Updates service API and documentation
* `service/groundstation`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now enables users to override index-level boosting configurations for each query.
* `service/redshift`: Updates service API, documentation, and paginators
* Add operations: AddPartner, DescribePartners, DeletePartner, and UpdatePartnerStatus to support tracking integration status with data partners.

Release v1.38.22 (2021-04-19)
===

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.38.22"
const SDKVersion = "1.38.23"
4 changes: 2 additions & 2 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions models/apis/detective/2018-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"min":1
},
"Boolean":{"type":"boolean"},
"ByteValue":{"type":"long"},
"ConflictException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -459,15 +460,25 @@
"MasterId":{
"shape":"AccountId",
"deprecated":true,
"deprecatedMessage":"This property is deprecated, use AdministratorId instead."
"deprecatedMessage":"This property is deprecated. Use AdministratorId instead."
},
"AdministratorId":{"shape":"AccountId"},
"Status":{"shape":"MemberStatus"},
"DisabledReason":{"shape":"MemberDisabledReason"},
"InvitedTime":{"shape":"Timestamp"},
"UpdatedTime":{"shape":"Timestamp"},
"PercentOfGraphUtilization":{"shape":"Percentage"},
"PercentOfGraphUtilizationUpdatedTime":{"shape":"Timestamp"}
"VolumeUsageInBytes":{"shape":"ByteValue"},
"VolumeUsageUpdatedTime":{"shape":"Timestamp"},
"PercentOfGraphUtilization":{
"shape":"Percentage",
"deprecated":true,
"deprecatedMessage":"This property is deprecated. Use VolumeUsageInBytes instead."
},
"PercentOfGraphUtilizationUpdatedTime":{
"shape":"Timestamp",
"deprecated":true,
"deprecatedMessage":"This property is deprecated. Use VolumeUsageUpdatedTime instead."
}
}
},
"MemberDetailList":{
Expand Down
9 changes: 8 additions & 1 deletion models/apis/detective/2018-10-26/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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>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$MasterId": "<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 @@ -62,6 +62,12 @@
"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>"
}
},
"ByteValue": {
"base": null,
"refs": {
"MemberDetail$VolumeUsageInBytes": "<p>The data volume in bytes per day for the member account.</p>"
}
},
"ConflictException": {
"base": "<p>The request attempted an invalid action.</p>",
"refs": {
Expand Down Expand Up @@ -332,6 +338,7 @@
"Graph$CreatedTime": "<p>The date and time that the behavior graph was created. The value is in milliseconds since the epoch.</p>",
"MemberDetail$InvitedTime": "<p>The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.</p>",
"MemberDetail$UpdatedTime": "<p>The date and time that the member account was last updated. The value is in milliseconds since the epoch.</p>",
"MemberDetail$VolumeUsageUpdatedTime": "<p>The data and time when the member account data volume was last updated.</p>",
"MemberDetail$PercentOfGraphUtilizationUpdatedTime": "<p>The date and time when the graph utilization percentage was last updated.</p>"
}
},
Expand Down
43 changes: 37 additions & 6 deletions models/apis/groundstation/2019-05-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
"type":"boolean",
"box":true
},
"BucketArn":{"type":"string"},
"CancelContactRequest":{
"type":"structure",
"required":["contactId"],
Expand All @@ -474,15 +475,18 @@
"antenna-uplink",
"dataflow-endpoint",
"tracking",
"uplink-echo"
"uplink-echo",
"s3-recording"
]
},
"ConfigDetails":{
"type":"structure",
"members":{
"antennaDemodDecodeDetails":{"shape":"AntennaDemodDecodeDetails"},
"endpointDetails":{"shape":"EndpointDetails"}
}
"endpointDetails":{"shape":"EndpointDetails"},
"s3RecordingDetails":{"shape":"S3RecordingDetails"}
},
"union":true
},
"ConfigIdResponse":{
"type":"structure",
Expand Down Expand Up @@ -512,9 +516,11 @@
"antennaDownlinkDemodDecodeConfig":{"shape":"AntennaDownlinkDemodDecodeConfig"},
"antennaUplinkConfig":{"shape":"AntennaUplinkConfig"},
"dataflowEndpointConfig":{"shape":"DataflowEndpointConfig"},
"s3RecordingConfig":{"shape":"S3RecordingConfig"},
"trackingConfig":{"shape":"TrackingConfig"},
"uplinkEchoConfig":{"shape":"UplinkEchoConfig"}
}
},
"union":true
},
"ContactData":{
"type":"structure",
Expand Down Expand Up @@ -630,7 +636,7 @@
"type":"structure",
"members":{
"address":{"shape":"SocketAddress"},
"mtu":{"shape":"DataflowEndpointmtuInteger"},
"mtu":{"shape":"DataflowEndpointMtuInteger"},
"name":{"shape":"SafeName"},
"status":{"shape":"EndpointStatus"}
}
Expand Down Expand Up @@ -661,7 +667,7 @@
"dataflowEndpointGroupId":{"shape":"String"}
}
},
"DataflowEndpointmtuInteger":{
"DataflowEndpointMtuInteger":{
"type":"integer",
"box":true,
"max":1500,
Expand Down Expand Up @@ -1250,6 +1256,31 @@
"exception":true
},
"RoleArn":{"type":"string"},
"S3KeyPrefix":{
"type":"string",
"max":900,
"min":1,
"pattern":"^([a-zA-Z0-9_\\-=/]|\\{satellite_id\\}|\\{config\\-name}|\\{s3\\-config-id}|\\{year\\}|\\{month\\}|\\{day\\}){1,900}$"
},
"S3RecordingConfig":{
"type":"structure",
"required":[
"bucketArn",
"roleArn"
],
"members":{
"bucketArn":{"shape":"BucketArn"},
"prefix":{"shape":"S3KeyPrefix"},
"roleArn":{"shape":"RoleArn"}
}
},
"S3RecordingDetails":{
"type":"structure",
"members":{
"bucketArn":{"shape":"BucketArn"},
"keyTemplate":{"shape":"String"}
}
},
"SafeName":{
"type":"string",
"max":256,
Expand Down
29 changes: 28 additions & 1 deletion models/apis/groundstation/2019-05-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"UplinkEchoConfig$enabled": "<p>Whether or not an uplink <code>Config</code> is enabled.</p>"
}
},
"BucketArn": {
"base": null,
"refs": {
"S3RecordingConfig$bucketArn": "<p>ARN of the bucket to record to.</p>",
"S3RecordingDetails$bucketArn": "<p>ARN of the bucket used.</p>"
}
},
"CancelContactRequest": {
"base": "<p/>",
"refs": {
Expand Down Expand Up @@ -238,7 +245,7 @@
"DataflowEndpointGroupList$member": null
}
},
"DataflowEndpointmtuInteger": {
"DataflowEndpointMtuInteger": {
"base": null,
"refs": {
"DataflowEndpoint$mtu": "<p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>"
Expand Down Expand Up @@ -601,9 +608,28 @@
"RoleArn": {
"base": null,
"refs": {
"S3RecordingConfig$roleArn": "<p>ARN of the role Ground Station assumes to write data to the bucket.</p>",
"SecurityDetails$roleArn": "<p>ARN to a role needed for connecting streams to your instances. </p>"
}
},
"S3KeyPrefix": {
"base": null,
"refs": {
"S3RecordingConfig$prefix": "<p>S3 Key prefix to prefice data files.</p>"
}
},
"S3RecordingConfig": {
"base": "<p>Information about an S3 recording <code>Config</code>.</p>",
"refs": {
"ConfigTypeData$s3RecordingConfig": "<p>Information about an S3 recording <code>Config</code>.</p>"
}
},
"S3RecordingDetails": {
"base": "<p>Details about an S3 recording <code>Config</code> used in a contact.</p>",
"refs": {
"ConfigDetails$s3RecordingDetails": "<p>Details for an S3 recording <code>Config</code> in a contact.</p>"
}
},
"SafeName": {
"base": null,
"refs": {
Expand Down Expand Up @@ -732,6 +758,7 @@
"ResourceLimitExceededException$message": null,
"ResourceLimitExceededException$parameterName": "<p/>",
"ResourceNotFoundException$message": null,
"S3RecordingDetails$keyTemplate": "<p>Template of the S3 key used.</p>",
"SecurityGroupIdList$member": null,
"SocketAddress$name": "<p>Name of a socket address.</p>",
"Source$configId": "<p>UUID of a <code>Config</code>.</p>",
Expand Down
18 changes: 18 additions & 0 deletions models/apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,23 @@
"max":30,
"min":1
},
"DocumentRelevanceConfiguration":{
"type":"structure",
"required":[
"Name",
"Relevance"
],
"members":{
"Name":{"shape":"DocumentMetadataConfigurationName"},
"Relevance":{"shape":"Relevance"}
}
},
"DocumentRelevanceOverrideConfigurationList":{
"type":"list",
"member":{"shape":"DocumentRelevanceConfiguration"},
"max":500,
"min":0
},
"DocumentsMetadataConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2050,6 +2067,7 @@
"Facets":{"shape":"FacetList"},
"RequestedDocumentAttributes":{"shape":"DocumentAttributeKeyList"},
"QueryResultTypeFilter":{"shape":"QueryResultType"},
"DocumentRelevanceOverrideConfigurations":{"shape":"DocumentRelevanceOverrideConfigurationList"},
"PageNumber":{"shape":"Integer"},
"PageSize":{"shape":"Integer"},
"SortingConfiguration":{"shape":"SortingConfiguration"},
Expand Down
18 changes: 16 additions & 2 deletions models/apis/kendra/2019-02-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,20 @@
"DocumentMetadataConfigurationName": {
"base": null,
"refs": {
"DocumentMetadataConfiguration$Name": "<p>The name of the index field.</p>"
"DocumentMetadataConfiguration$Name": "<p>The name of the index field.</p>",
"DocumentRelevanceConfiguration$Name": "<p>The name of the tuning configuration to override document relevance at the index level.</p>"
}
},
"DocumentRelevanceConfiguration": {
"base": "<p>Overrides the document relevance properties of a custom index field.</p>",
"refs": {
"DocumentRelevanceOverrideConfigurationList$member": null
}
},
"DocumentRelevanceOverrideConfigurationList": {
"base": null,
"refs": {
"QueryRequest$DocumentRelevanceOverrideConfigurations": "<p>Overrides relevance tuning configurations of fields or attributes set at the index level.</p> <p>If you use this API to override the relevance tuning configured at the index level, but there is no relevance tuning configured at the index level, then Amazon Kendra does not apply any relevance tuning.</p> <p>If there is relevance tuning configured at the index level, but you do not use this API to override any relevance tuning in the index, then Amazon Kendra uses the relevance tuning that is configured at the index level.</p> <p>If there is relevance tuning configured for fields at the index level, but you use this API to override only some of these fields, then for the fields you did not override, the importance is set to 1.</p>"
}
},
"DocumentsMetadataConfiguration": {
Expand Down Expand Up @@ -1394,7 +1407,8 @@
"Relevance": {
"base": "<p>Provides information for manually tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.</p>",
"refs": {
"DocumentMetadataConfiguration$Relevance": "<p>Provides manual tuning parameters to determine how the field affects the search results.</p>"
"DocumentMetadataConfiguration$Relevance": "<p>Provides manual tuning parameters to determine how the field affects the search results.</p>",
"DocumentRelevanceConfiguration$Relevance": null
}
},
"RelevanceFeedback": {
Expand Down
Loading

0 comments on commit 5bc5b89

Please sign in to comment.