Skip to content

Commit

Permalink
Release v1.40.40 (2021-09-09) (#4090)
Browse files Browse the repository at this point in the history
Release v1.40.40 (2021-09-09)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/elasticmapreduce`: Updates service API and documentation
  * This release enables customers to login to EMR Studio using AWS Identity and Access Management (IAM) identities or identities in their Identity Provider (IdP) via IAM.
* `service/lookoutequipment`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Sep 9, 2021
1 parent a22f513 commit 73f5837
Show file tree
Hide file tree
Showing 14 changed files with 585 additions and 228 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.40.40 (2021-09-09)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/elasticmapreduce`: Updates service API and documentation
* This release enables customers to login to EMR Studio using AWS Identity and Access Management (IAM) identities or identities in their Identity Provider (IdP) via IAM.
* `service/lookoutequipment`: Updates service API and documentation

Release v1.40.39 (2021-09-08)
===

Expand Down
13 changes: 13 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.40.39"
const SDKVersion = "1.40.40"
60 changes: 59 additions & 1 deletion models/apis/codeguru-reviewer/2019-09-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,12 @@
"Tags":{"shape":"TagMap"}
}
},
"LongDescription":{
"type":"string",
"max":1000,
"min":1,
"pattern":"^\\S(.*\\S)?$"
},
"MaxResults":{
"type":"integer",
"max":100,
Expand Down Expand Up @@ -934,7 +940,9 @@
"StartLine":{"shape":"LineNumber"},
"EndLine":{"shape":"LineNumber"},
"Description":{"shape":"Text"},
"RecommendationCategory":{"shape":"RecommendationCategory"}
"RecommendationCategory":{"shape":"RecommendationCategory"},
"RuleMetadata":{"shape":"RuleMetadata"},
"Severity":{"shape":"Severity"}
}
},
"Repository":{
Expand Down Expand Up @@ -1044,6 +1052,40 @@
"error":{"httpStatusCode":404},
"exception":true
},
"RuleId":{
"type":"string",
"max":64,
"min":1,
"pattern":"^\\S+\\/[a-zA-Z0-9-]+@v\\d+\\.\\d+$"
},
"RuleMetadata":{
"type":"structure",
"members":{
"RuleId":{"shape":"RuleId"},
"RuleName":{"shape":"RuleName"},
"ShortDescription":{"shape":"ShortDescription"},
"LongDescription":{"shape":"LongDescription"},
"RuleTags":{"shape":"RuleTags"}
}
},
"RuleName":{
"type":"string",
"max":100,
"min":1,
"pattern":"^\\S(.*\\S)?$"
},
"RuleTag":{
"type":"string",
"max":50,
"min":1,
"pattern":"^\\S(.*\\S)?$"
},
"RuleTags":{
"type":"list",
"member":{"shape":"RuleTag"},
"max":20,
"min":1
},
"S3BucketName":{
"type":"string",
"max":63,
Expand Down Expand Up @@ -1076,6 +1118,22 @@
"CodeArtifacts":{"shape":"CodeArtifacts"}
}
},
"Severity":{
"type":"string",
"enum":[
"Info",
"Low",
"Medium",
"High",
"Critical"
]
},
"ShortDescription":{
"type":"string",
"max":200,
"min":1,
"pattern":"^\\S(.*\\S)?$"
},
"SourceCodeArtifactsObjectKey":{
"type":"string",
"max":1024,
Expand Down
100 changes: 74 additions & 26 deletions models/apis/codeguru-reviewer/2019-09-19/docs-2.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@
"VpcId",
"SubnetIds",
"ServiceRole",
"UserRole",
"WorkspaceSecurityGroupId",
"EngineSecurityGroupId",
"DefaultS3Location"
Expand All @@ -1120,6 +1119,8 @@
"WorkspaceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
"EngineSecurityGroupId":{"shape":"XmlStringMaxLen256"},
"DefaultS3Location":{"shape":"XmlString"},
"IdpAuthUrl":{"shape":"XmlString"},
"IdpRelayStateParameterName":{"shape":"XmlStringMaxLen256"},
"Tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -2943,6 +2944,8 @@
"Url":{"shape":"XmlString"},
"CreationTime":{"shape":"Date"},
"DefaultS3Location":{"shape":"XmlString"},
"IdpAuthUrl":{"shape":"XmlString"},
"IdpRelayStateParameterName":{"shape":"XmlStringMaxLen256"},
"Tags":{"shape":"TagList"}
}
},
Expand All @@ -2954,6 +2957,7 @@
"VpcId":{"shape":"XmlStringMaxLen256"},
"Description":{"shape":"XmlStringMaxLen256"},
"Url":{"shape":"XmlStringMaxLen256"},
"AuthMode":{"shape":"AuthMode"},
"CreationTime":{"shape":"Date"}
}
},
Expand Down
39 changes: 22 additions & 17 deletions models/apis/elasticmapreduce/2009-03-31/docs-2.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions models/apis/lookoutequipment/2020-12-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@
"RoleArn":{"shape":"IamRoleArn"},
"DataPreProcessingConfiguration":{"shape":"DataPreProcessingConfiguration"},
"ServerSideKmsKeyId":{"shape":"NameOrArn"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"TagList"},
"OffCondition":{"shape":"OffCondition"}
}
},
"CreateModelResponse":{
Expand Down Expand Up @@ -704,7 +705,8 @@
},
"LastUpdatedTime":{"shape":"Timestamp"},
"CreatedAt":{"shape":"Timestamp"},
"ServerSideKmsKeyId":{"shape":"KmsKeyArn"}
"ServerSideKmsKeyId":{"shape":"KmsKeyArn"},
"OffCondition":{"shape":"OffCondition"}
}
},
"FileNameTimestampFormat":{
Expand Down Expand Up @@ -1049,6 +1051,11 @@
"max":8192,
"pattern":"\\p{ASCII}{0,8192}"
},
"OffCondition":{
"type":"string",
"max":2048,
"min":1
},
"ResourceNotFoundException":{
"type":"structure",
"required":["Message"],
Expand Down
35 changes: 21 additions & 14 deletions models/apis/lookoutequipment/2020-12-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"DeleteInferenceScheduler": "<p>Deletes an inference scheduler that has been set up. Already processed output results are not affected. </p>",
"DeleteModel": "<p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up. </p>",
"DescribeDataIngestionJob": "<p>Provides information on a specific data ingestion job such as creation time, dataset ARN, status, and so on. </p>",
"DescribeDataset": "<p>Provides information on a specified dataset such as the schema location, status, and so on.</p>",
"DescribeDataset": "<p>Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.</p>",
"DescribeInferenceScheduler": "<p> Specifies information about the inference scheduler being used, including name, model, status, and associated metadata </p>",
"DescribeModel": "<p>Provides overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on. </p>",
"DescribeModel": "<p>Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on. </p>",
"ListDataIngestionJobs": "<p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. </p>",
"ListDatasets": "<p>Lists all datasets currently available in your account, filtering on the dataset name. </p>",
"ListInferenceExecutions": "<p> Lists all inference executions that have been performed by the specified inference scheduler. </p>",
Expand Down Expand Up @@ -98,10 +98,10 @@
"DataDelayOffsetInMinutes": {
"base": null,
"refs": {
"CreateInferenceSchedulerRequest$DataDelayOffsetInMinutes": "<p> A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>",
"CreateInferenceSchedulerRequest$DataDelayOffsetInMinutes": "<p>A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>",
"DescribeInferenceSchedulerResponse$DataDelayOffsetInMinutes": "<p> A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>",
"InferenceSchedulerSummary$DataDelayOffsetInMinutes": "<p>&gt; A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>",
"UpdateInferenceSchedulerRequest$DataDelayOffsetInMinutes": "<p>&gt; A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>"
"InferenceSchedulerSummary$DataDelayOffsetInMinutes": "<p>A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>",
"UpdateInferenceSchedulerRequest$DataDelayOffsetInMinutes": "<p> A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>"
}
},
"DataIngestionJobSummaries": {
Expand Down Expand Up @@ -297,7 +297,7 @@
}
},
"InferenceInputConfiguration": {
"base": "<p>&gt; Specifies configuration information for the input data for the inference, including S3 location of input data.. </p>",
"base": "<p>Specifies configuration information for the input data for the inference, including S3 location of input data.. </p>",
"refs": {
"CreateInferenceSchedulerRequest$DataInputConfiguration": "<p>Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>",
"DescribeInferenceSchedulerResponse$DataInputConfiguration": "<p> Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>",
Expand All @@ -306,9 +306,9 @@
}
},
"InferenceInputNameConfiguration": {
"base": "<p>&gt;&gt; Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>",
"base": "<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>",
"refs": {
"InferenceInputConfiguration$InferenceInputNameConfiguration": "<p>&gt; Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
"InferenceInputConfiguration$InferenceInputNameConfiguration": "<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
}
},
"InferenceOutputConfiguration": {
Expand Down Expand Up @@ -438,9 +438,9 @@
"KmsKeyArn": {
"base": null,
"refs": {
"DescribeDatasetResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
"DescribeInferenceSchedulerResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
"DescribeModelResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt model data by Amazon Lookout for Equipment. </p>"
"DescribeDatasetResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
"DescribeInferenceSchedulerResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
"DescribeModelResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
}
},
"LabelsInputConfiguration": {
Expand Down Expand Up @@ -587,9 +587,9 @@
"NameOrArn": {
"base": null,
"refs": {
"CreateDatasetRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
"CreateInferenceSchedulerRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
"CreateModelRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt model data by Amazon Lookout for Equipment. </p>",
"CreateDatasetRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
"CreateInferenceSchedulerRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
"CreateModelRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>",
"InferenceOutputConfiguration$KmsKeyId": "<p>The ID number for the AWS KMS key used to encrypt the inference output. </p>"
}
},
Expand All @@ -608,6 +608,13 @@
"ListModelsResponse$NextToken": "<p> An opaque pagination token indicating where to continue the listing of ML models. </p>"
}
},
"OffCondition": {
"base": null,
"refs": {
"CreateModelRequest$OffCondition": "<p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>",
"DescribeModelResponse$OffCondition": "<p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>"
}
},
"ResourceNotFoundException": {
"base": "<p> The resource requested could not be found. Verify the resource ID and retry your request. </p>",
"refs": {
Expand Down
12 changes: 12 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10048,6 +10048,18 @@
"us-gov-west-1" : { }
}
},
"servicediscovery" : {
"endpoints" : {
"servicediscovery-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"servicequotas" : {
"defaults" : {
"protocols" : [ "https" ]
Expand Down
Loading

0 comments on commit 73f5837

Please sign in to comment.