Skip to content

Commit

Permalink
Merging v1.0.58 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Feb 15, 2024
2 parents 014459a + 5b7d8ca commit cfe67a9
Show file tree
Hide file tree
Showing 13 changed files with 2,317 additions and 122 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.58] - 02/15/2024

### Features
* (**artifact**) This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* (**codepipeline**) Add ability to override timeout on action level.
* (**guardduty**) Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* (**healthlake**) This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* (**opensearch**) Adds additional supported instance types.
* (**polly**) Amazon Polly adds 1 new voice - Burcu (tr-TR)
* (**sagemaker**) This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.

### Documentation
* (**detective**) Doc only updates for content enhancement
* (**secretsmanager**) Doc only update for Secrets Manager

## [1.0.57] - 02/14/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -364,6 +370,13 @@
"deprecated" : true,
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down
1,962 changes: 1,962 additions & 0 deletions codegen/sdk/aws-models/artifact.json

Large diffs are not rendered by default.

67 changes: 41 additions & 26 deletions codegen/sdk/aws-models/codepipeline.json

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions codegen/sdk/aws-models/detective.json

Large diffs are not rendered by default.

23 changes: 15 additions & 8 deletions codegen/sdk/aws-models/guardduty.json
Original file line number Diff line number Diff line change
Expand Up @@ -4492,7 +4492,8 @@
"smithy.api#length": {
"min": 1,
"max": 64
}
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.guardduty#EnableOrganizationAdminAccount": {
Expand Down Expand Up @@ -5639,7 +5640,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>",
"smithy.api#documentation": "<p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>\n <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty\n is currently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/detector/{DetectorId}/findings/statistics",
Expand Down Expand Up @@ -9036,7 +9037,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Lists Amazon GuardDuty findings for the specified detector ID.</p>",
"smithy.api#documentation": "<p>Lists GuardDuty findings for the specified detector ID.</p>\n <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty\n is currently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/detector/{DetectorId}/findings",
Expand Down Expand Up @@ -9694,7 +9695,7 @@
"type": "structure",
"members": {
"IpAddressV4": {
"target": "com.amazonaws.guardduty#String",
"target": "com.amazonaws.guardduty#SensitiveString",
"traits": {
"smithy.api#documentation": "<p>The IPv4 local address of the connection.</p>",
"smithy.api#jsonName": "ipAddressV4"
Expand Down Expand Up @@ -10285,7 +10286,7 @@
}
},
"PrivateIpAddress": {
"target": "com.amazonaws.guardduty#String",
"target": "com.amazonaws.guardduty#SensitiveString",
"traits": {
"smithy.api#documentation": "<p>The private IP address of the EC2 instance.</p>",
"smithy.api#jsonName": "privateIpAddress"
Expand Down Expand Up @@ -11139,7 +11140,7 @@
}
},
"PrivateIpAddress": {
"target": "com.amazonaws.guardduty#String",
"target": "com.amazonaws.guardduty#SensitiveString",
"traits": {
"smithy.api#documentation": "<p>The private IP address of the EC2 instance.</p>",
"smithy.api#jsonName": "privateIpAddress"
Expand Down Expand Up @@ -11540,7 +11541,7 @@
}
},
"IpAddressV4": {
"target": "com.amazonaws.guardduty#String",
"target": "com.amazonaws.guardduty#SensitiveString",
"traits": {
"smithy.api#documentation": "<p>The IPv4 remote address of the connection.</p>",
"smithy.api#jsonName": "ipAddressV4"
Expand Down Expand Up @@ -12504,6 +12505,12 @@
"target": "com.amazonaws.guardduty#SecurityGroup"
}
},
"com.amazonaws.guardduty#SensitiveString": {
"type": "string",
"traits": {
"smithy.api#sensitive": {}
}
},
"com.amazonaws.guardduty#Service": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -13452,7 +13459,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates the Amazon GuardDuty detector specified by the detectorId.</p>\n <p>There might be regional differences because some data sources might not be \n available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more \n information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>",
"smithy.api#documentation": "<p>Updates the GuardDuty detector specified by the detectorId.</p>\n <p>There might be regional differences because some data sources might not be \n available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more \n information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/detector/{DetectorId}",
Expand Down
74 changes: 71 additions & 3 deletions codegen/sdk/aws-models/healthlake.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
"ImportJobProperties": {
"target": "com.amazonaws.healthlake#ImportJobProperties",
"traits": {
"smithy.api#documentation": "<p>The properties of the Import job request, including the ID, ARN, name, and the status of the job.</p>",
"smithy.api#documentation": "<p>The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -767,6 +767,12 @@
}
}
},
"com.amazonaws.healthlake#GenericDouble": {
"type": "double"
},
"com.amazonaws.healthlake#GenericLong": {
"type": "long"
},
"com.amazonaws.healthlake#HealthLake": {
"type": "service",
"version": "2017-07-01",
Expand Down Expand Up @@ -1578,6 +1584,12 @@
"JobOutputDataConfig": {
"target": "com.amazonaws.healthlake#OutputDataConfig"
},
"JobProgressReport": {
"target": "com.amazonaws.healthlake#JobProgressReport",
"traits": {
"smithy.api#documentation": "<p>Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.</p>"
}
},
"DataAccessRoleArn": {
"target": "com.amazonaws.healthlake#IamRoleArn",
"traits": {
Expand All @@ -1592,7 +1604,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Displays the properties of the import job, including the ID, Arn, Name, and the status of the data store.</p>"
"smithy.api#documentation": "<p>Displays the properties of the import job, including the ID, Arn, Name, the status of the job, and the progress report of the job.</p>"
}
},
"com.amazonaws.healthlake#ImportJobPropertiesList": {
Expand Down Expand Up @@ -1648,6 +1660,62 @@
"smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
}
},
"com.amazonaws.healthlake#JobProgressReport": {
"type": "structure",
"members": {
"TotalNumberOfScannedFiles": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of files scanned from input S3 bucket.</p>"
}
},
"TotalSizeOfScannedFilesInMB": {
"target": "com.amazonaws.healthlake#GenericDouble",
"traits": {
"smithy.api#documentation": "<p>The size (in MB) of the files scanned from the input S3 bucket.</p>"
}
},
"TotalNumberOfImportedFiles": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of files imported so far.</p>"
}
},
"TotalNumberOfResourcesScanned": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of resources scanned from the input S3 bucket.</p>"
}
},
"TotalNumberOfResourcesImported": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of resources imported so far.</p>"
}
},
"TotalNumberOfResourcesWithCustomerError": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of resources that failed due to customer error.</p>"
}
},
"TotalNumberOfFilesReadWithCustomerError": {
"target": "com.amazonaws.healthlake#GenericLong",
"traits": {
"smithy.api#documentation": "<p>The number of files that failed to be read from the input S3 bucket due to customer error.</p>"
}
},
"Throughput": {
"target": "com.amazonaws.healthlake#GenericDouble",
"traits": {
"smithy.api#documentation": "<p>The throughput (in MB/sec) of the import job.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The progress report of an import job.</p>"
}
},
"com.amazonaws.healthlake#JobStatus": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -2010,7 +2078,7 @@
"ImportJobPropertiesList": {
"target": "com.amazonaws.healthlake#ImportJobPropertiesList",
"traits": {
"smithy.api#documentation": "<p>\n The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.\n </p>",
"smithy.api#documentation": "<p>\n The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.\n </p>",
"smithy.api#required": {}
}
},
Expand Down
Loading

0 comments on commit cfe67a9

Please sign in to comment.