Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 73f5837

Browse files
Release v1.40.40 (2021-09-09) (#4090)
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
1 parent a22f513 commit 73f5837

File tree

14 files changed

+585
-228
lines changed

14 files changed

+585
-228
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.40.40 (2021-09-09)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codeguru-reviewer`: Updates service API and documentation
6+
* `service/elasticmapreduce`: Updates service API and documentation
7+
* 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.
8+
* `service/lookoutequipment`: Updates service API and documentation
9+
110
Release v1.40.39 (2021-09-08)
211
===
312

aws/endpoints/defaults.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.40.39"
8+
const SDKVersion = "1.40.40"

models/apis/codeguru-reviewer/2019-09-19/api-2.json

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,12 @@
763763
"Tags":{"shape":"TagMap"}
764764
}
765765
},
766+
"LongDescription":{
767+
"type":"string",
768+
"max":1000,
769+
"min":1,
770+
"pattern":"^\\S(.*\\S)?$"
771+
},
766772
"MaxResults":{
767773
"type":"integer",
768774
"max":100,
@@ -934,7 +940,9 @@
934940
"StartLine":{"shape":"LineNumber"},
935941
"EndLine":{"shape":"LineNumber"},
936942
"Description":{"shape":"Text"},
937-
"RecommendationCategory":{"shape":"RecommendationCategory"}
943+
"RecommendationCategory":{"shape":"RecommendationCategory"},
944+
"RuleMetadata":{"shape":"RuleMetadata"},
945+
"Severity":{"shape":"Severity"}
938946
}
939947
},
940948
"Repository":{
@@ -1044,6 +1052,40 @@
10441052
"error":{"httpStatusCode":404},
10451053
"exception":true
10461054
},
1055+
"RuleId":{
1056+
"type":"string",
1057+
"max":64,
1058+
"min":1,
1059+
"pattern":"^\\S+\\/[a-zA-Z0-9-]+@v\\d+\\.\\d+$"
1060+
},
1061+
"RuleMetadata":{
1062+
"type":"structure",
1063+
"members":{
1064+
"RuleId":{"shape":"RuleId"},
1065+
"RuleName":{"shape":"RuleName"},
1066+
"ShortDescription":{"shape":"ShortDescription"},
1067+
"LongDescription":{"shape":"LongDescription"},
1068+
"RuleTags":{"shape":"RuleTags"}
1069+
}
1070+
},
1071+
"RuleName":{
1072+
"type":"string",
1073+
"max":100,
1074+
"min":1,
1075+
"pattern":"^\\S(.*\\S)?$"
1076+
},
1077+
"RuleTag":{
1078+
"type":"string",
1079+
"max":50,
1080+
"min":1,
1081+
"pattern":"^\\S(.*\\S)?$"
1082+
},
1083+
"RuleTags":{
1084+
"type":"list",
1085+
"member":{"shape":"RuleTag"},
1086+
"max":20,
1087+
"min":1
1088+
},
10471089
"S3BucketName":{
10481090
"type":"string",
10491091
"max":63,
@@ -1076,6 +1118,22 @@
10761118
"CodeArtifacts":{"shape":"CodeArtifacts"}
10771119
}
10781120
},
1121+
"Severity":{
1122+
"type":"string",
1123+
"enum":[
1124+
"Info",
1125+
"Low",
1126+
"Medium",
1127+
"High",
1128+
"Critical"
1129+
]
1130+
},
1131+
"ShortDescription":{
1132+
"type":"string",
1133+
"max":200,
1134+
"min":1,
1135+
"pattern":"^\\S(.*\\S)?$"
1136+
},
10791137
"SourceCodeArtifactsObjectKey":{
10801138
"type":"string",
10811139
"max":1024,

models/apis/codeguru-reviewer/2019-09-19/docs-2.json

Lines changed: 74 additions & 26 deletions
Large diffs are not rendered by default.

models/apis/elasticmapreduce/2009-03-31/api-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@
11041104
"VpcId",
11051105
"SubnetIds",
11061106
"ServiceRole",
1107-
"UserRole",
11081107
"WorkspaceSecurityGroupId",
11091108
"EngineSecurityGroupId",
11101109
"DefaultS3Location"
@@ -1120,6 +1119,8 @@
11201119
"WorkspaceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
11211120
"EngineSecurityGroupId":{"shape":"XmlStringMaxLen256"},
11221121
"DefaultS3Location":{"shape":"XmlString"},
1122+
"IdpAuthUrl":{"shape":"XmlString"},
1123+
"IdpRelayStateParameterName":{"shape":"XmlStringMaxLen256"},
11231124
"Tags":{"shape":"TagList"}
11241125
}
11251126
},
@@ -2943,6 +2944,8 @@
29432944
"Url":{"shape":"XmlString"},
29442945
"CreationTime":{"shape":"Date"},
29452946
"DefaultS3Location":{"shape":"XmlString"},
2947+
"IdpAuthUrl":{"shape":"XmlString"},
2948+
"IdpRelayStateParameterName":{"shape":"XmlStringMaxLen256"},
29462949
"Tags":{"shape":"TagList"}
29472950
}
29482951
},
@@ -2954,6 +2957,7 @@
29542957
"VpcId":{"shape":"XmlStringMaxLen256"},
29552958
"Description":{"shape":"XmlStringMaxLen256"},
29562959
"Url":{"shape":"XmlStringMaxLen256"},
2960+
"AuthMode":{"shape":"AuthMode"},
29572961
"CreationTime":{"shape":"Date"}
29582962
}
29592963
},

models/apis/elasticmapreduce/2009-03-31/docs-2.json

Lines changed: 22 additions & 17 deletions
Large diffs are not rendered by default.

models/apis/lookoutequipment/2020-12-15/api-2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@
488488
"RoleArn":{"shape":"IamRoleArn"},
489489
"DataPreProcessingConfiguration":{"shape":"DataPreProcessingConfiguration"},
490490
"ServerSideKmsKeyId":{"shape":"NameOrArn"},
491-
"Tags":{"shape":"TagList"}
491+
"Tags":{"shape":"TagList"},
492+
"OffCondition":{"shape":"OffCondition"}
492493
}
493494
},
494495
"CreateModelResponse":{
@@ -704,7 +705,8 @@
704705
},
705706
"LastUpdatedTime":{"shape":"Timestamp"},
706707
"CreatedAt":{"shape":"Timestamp"},
707-
"ServerSideKmsKeyId":{"shape":"KmsKeyArn"}
708+
"ServerSideKmsKeyId":{"shape":"KmsKeyArn"},
709+
"OffCondition":{"shape":"OffCondition"}
708710
}
709711
},
710712
"FileNameTimestampFormat":{
@@ -1049,6 +1051,11 @@
10491051
"max":8192,
10501052
"pattern":"\\p{ASCII}{0,8192}"
10511053
},
1054+
"OffCondition":{
1055+
"type":"string",
1056+
"max":2048,
1057+
"min":1
1058+
},
10521059
"ResourceNotFoundException":{
10531060
"type":"structure",
10541061
"required":["Message"],

models/apis/lookoutequipment/2020-12-15/docs-2.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"DeleteInferenceScheduler": "<p>Deletes an inference scheduler that has been set up. Already processed output results are not affected. </p>",
1010
"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>",
1111
"DescribeDataIngestionJob": "<p>Provides information on a specific data ingestion job such as creation time, dataset ARN, status, and so on. </p>",
12-
"DescribeDataset": "<p>Provides information on a specified dataset such as the schema location, status, and so on.</p>",
12+
"DescribeDataset": "<p>Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.</p>",
1313
"DescribeInferenceScheduler": "<p> Specifies information about the inference scheduler being used, including name, model, status, and associated metadata </p>",
14-
"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>",
14+
"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>",
1515
"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>",
1616
"ListDatasets": "<p>Lists all datasets currently available in your account, filtering on the dataset name. </p>",
1717
"ListInferenceExecutions": "<p> Lists all inference executions that have been performed by the specified inference scheduler. </p>",
@@ -98,10 +98,10 @@
9898
"DataDelayOffsetInMinutes": {
9999
"base": null,
100100
"refs": {
101-
"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>",
101+
"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>",
102102
"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>",
103-
"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>",
104-
"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>"
103+
"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>",
104+
"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>"
105105
}
106106
},
107107
"DataIngestionJobSummaries": {
@@ -297,7 +297,7 @@
297297
}
298298
},
299299
"InferenceInputConfiguration": {
300-
"base": "<p>&gt; Specifies configuration information for the input data for the inference, including S3 location of input data.. </p>",
300+
"base": "<p>Specifies configuration information for the input data for the inference, including S3 location of input data.. </p>",
301301
"refs": {
302302
"CreateInferenceSchedulerRequest$DataInputConfiguration": "<p>Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>",
303303
"DescribeInferenceSchedulerResponse$DataInputConfiguration": "<p> Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>",
@@ -306,9 +306,9 @@
306306
}
307307
},
308308
"InferenceInputNameConfiguration": {
309-
"base": "<p>&gt;&gt; Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>",
309+
"base": "<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>",
310310
"refs": {
311-
"InferenceInputConfiguration$InferenceInputNameConfiguration": "<p>&gt; Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
311+
"InferenceInputConfiguration$InferenceInputNameConfiguration": "<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
312312
}
313313
},
314314
"InferenceOutputConfiguration": {
@@ -438,9 +438,9 @@
438438
"KmsKeyArn": {
439439
"base": null,
440440
"refs": {
441-
"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>",
442-
"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>",
443-
"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>"
441+
"DescribeDatasetResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
442+
"DescribeInferenceSchedulerResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
443+
"DescribeModelResponse$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
444444
}
445445
},
446446
"LabelsInputConfiguration": {
@@ -587,9 +587,9 @@
587587
"NameOrArn": {
588588
"base": null,
589589
"refs": {
590-
"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>",
591-
"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>",
592-
"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>",
590+
"CreateDatasetRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>",
591+
"CreateInferenceSchedulerRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>",
592+
"CreateModelRequest$ServerSideKmsKeyId": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>",
593593
"InferenceOutputConfiguration$KmsKeyId": "<p>The ID number for the AWS KMS key used to encrypt the inference output. </p>"
594594
}
595595
},
@@ -608,6 +608,13 @@
608608
"ListModelsResponse$NextToken": "<p> An opaque pagination token indicating where to continue the listing of ML models. </p>"
609609
}
610610
},
611+
"OffCondition": {
612+
"base": null,
613+
"refs": {
614+
"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>",
615+
"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>"
616+
}
617+
},
611618
"ResourceNotFoundException": {
612619
"base": "<p> The resource requested could not be found. Verify the resource ID and retry your request. </p>",
613620
"refs": {

models/endpoints/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10048,6 +10048,18 @@
1004810048
"us-gov-west-1" : { }
1004910049
}
1005010050
},
10051+
"servicediscovery" : {
10052+
"endpoints" : {
10053+
"servicediscovery-fips" : {
10054+
"credentialScope" : {
10055+
"region" : "us-gov-west-1"
10056+
},
10057+
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
10058+
},
10059+
"us-gov-east-1" : { },
10060+
"us-gov-west-1" : { }
10061+
}
10062+
},
1005110063
"servicequotas" : {
1005210064
"defaults" : {
1005310065
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)