Skip to content

Commit 369e649

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent dc2d13f commit 369e649

8 files changed

Lines changed: 4996 additions & 1892 deletions

File tree

codegen/sdk-codegen/aws-models/cleanroomsml.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10300,7 +10300,7 @@
1030010300
"traits": {
1030110301
"smithy.api#length": {
1030210302
"min": 0,
10303-
"max": 250
10303+
"max": 1000
1030410304
}
1030510305
}
1030610306
},
@@ -11590,7 +11590,7 @@
1159011590
"traits": {
1159111591
"smithy.api#range": {
1159211592
"min": 0.01,
11593-
"max": 10.0
11593+
"max": 100.0
1159411594
}
1159511595
}
1159611596
},
@@ -11786,7 +11786,7 @@
1178611786
"traits": {
1178711787
"smithy.api#range": {
1178811788
"min": 0.01,
11789-
"max": 10.0
11789+
"max": 50.0
1179011790
}
1179111791
}
1179211792
},
@@ -12064,7 +12064,7 @@
1206412064
"traits": {
1206512065
"smithy.api#range": {
1206612066
"min": 0.01,
12067-
"max": 50.0
12067+
"max": 100.0
1206812068
}
1206912069
}
1207012070
},
@@ -12587,7 +12587,7 @@
1258712587
"smithy.api#documentation": "<p>The number of compute workers that are used.</p>",
1258812588
"smithy.api#range": {
1258912589
"min": 2,
12590-
"max": 400
12590+
"max": 1024
1259112591
}
1259212592
}
1259312593
},

codegen/sdk-codegen/aws-models/cloudfront.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,6 +5637,9 @@
56375637
"smithy.api#documentation": "<p>The function code. For more information about writing a CloudFront function, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html\">Writing function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
56385638
"smithy.api#required": {}
56395639
}
5640+
},
5641+
"Tags": {
5642+
"target": "com.amazonaws.cloudfront#Tags"
56405643
}
56415644
},
56425645
"traits": {
@@ -6007,6 +6010,9 @@
60076010
"traits": {
60086011
"smithy.api#documentation": "<p>The S3 bucket that provides the source for the import. The source must be in a valid JSON format.</p>"
60096012
}
6013+
},
6014+
"Tags": {
6015+
"target": "com.amazonaws.cloudfront#Tags"
60106016
}
60116017
},
60126018
"traits": {

codegen/sdk-codegen/aws-models/marketplace-agreement.json

Lines changed: 4040 additions & 1866 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/mediatailor.json

Lines changed: 788 additions & 12 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/medical-imaging.json

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,12 @@
12741274
"traits": {
12751275
"smithy.api#documentation": "<p>The error message thrown if an import job fails.</p>"
12761276
}
1277+
},
1278+
"importConfiguration": {
1279+
"target": "com.amazonaws.medicalimaging#ImportConfiguration",
1280+
"traits": {
1281+
"smithy.api#documentation": "<p>The object containing <code>DicomJsonMetadataImportConfiguration</code>.</p>"
1282+
}
12771283
}
12781284
},
12791285
"traits": {
@@ -2021,6 +2027,61 @@
20212027
"smithy.api#output": {}
20222028
}
20232029
},
2030+
"com.amazonaws.medicalimaging#DicomJsonMetadataImportConfiguration": {
2031+
"type": "structure",
2032+
"members": {
2033+
"dicomMetadataMappings": {
2034+
"target": "com.amazonaws.medicalimaging#DicomMetadataMappings",
2035+
"traits": {
2036+
"smithy.api#documentation": "<p>Maps DCM files to their metadata.</p>",
2037+
"smithy.api#required": {}
2038+
}
2039+
}
2040+
},
2041+
"traits": {
2042+
"smithy.api#documentation": "<p>The configuration parameters that are specific to DICOM JSON metadata import operations.</p>"
2043+
}
2044+
},
2045+
"com.amazonaws.medicalimaging#DicomMetadataMapping": {
2046+
"type": "structure",
2047+
"members": {
2048+
"studyInstanceUID": {
2049+
"target": "com.amazonaws.medicalimaging#DICOMStudyInstanceUID",
2050+
"traits": {
2051+
"smithy.api#documentation": "<p>The Study Instance UID that identifies the study.</p>",
2052+
"smithy.api#required": {}
2053+
}
2054+
},
2055+
"seriesInstanceUID": {
2056+
"target": "com.amazonaws.medicalimaging#DICOMSeriesInstanceUID",
2057+
"traits": {
2058+
"smithy.api#documentation": "<p>The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.</p>"
2059+
}
2060+
},
2061+
"metadataFilePath": {
2062+
"target": "com.amazonaws.medicalimaging#MetadataFilePath",
2063+
"traits": {
2064+
"smithy.api#documentation": "<p>The path to the JSON metadata file relative to inputS3Uri.</p>",
2065+
"smithy.api#required": {}
2066+
}
2067+
}
2068+
},
2069+
"traits": {
2070+
"smithy.api#documentation": "<p>Maps DCM files to their metadata.</p>"
2071+
}
2072+
},
2073+
"com.amazonaws.medicalimaging#DicomMetadataMappings": {
2074+
"type": "list",
2075+
"member": {
2076+
"target": "com.amazonaws.medicalimaging#DicomMetadataMapping"
2077+
},
2078+
"traits": {
2079+
"smithy.api#length": {
2080+
"min": 1,
2081+
"max": 1000
2082+
}
2083+
}
2084+
},
20242085
"com.amazonaws.medicalimaging#GetDICOMImportJob": {
20252086
"type": "operation",
20262087
"input": {
@@ -2842,6 +2903,17 @@
28422903
"smithy.api#documentation": "<p>Summary of the image set metadata.</p>"
28432904
}
28442905
},
2906+
"com.amazonaws.medicalimaging#ImportConfiguration": {
2907+
"type": "union",
2908+
"members": {
2909+
"dicomJsonMetadataImportConfiguration": {
2910+
"target": "com.amazonaws.medicalimaging#DicomJsonMetadataImportConfiguration"
2911+
}
2912+
},
2913+
"traits": {
2914+
"smithy.api#documentation": "<p>The configuration options for different types of import operations.</p>"
2915+
}
2916+
},
28452917
"com.amazonaws.medicalimaging#InternalServerException": {
28462918
"type": "structure",
28472919
"members": {
@@ -3336,6 +3408,16 @@
33363408
"smithy.api#documentation": "<p>Contains copiable <code>Attributes</code> structure and wraps information related to specific copy use cases. For example, when copying subsets.</p>"
33373409
}
33383410
},
3411+
"com.amazonaws.medicalimaging#MetadataFilePath": {
3412+
"type": "string",
3413+
"traits": {
3414+
"smithy.api#length": {
3415+
"min": 1,
3416+
"max": 1024
3417+
},
3418+
"smithy.api#pattern": "^[a-zA-Z0-9!-~]+([a-zA-Z0-9!-~ ]*[a-zA-Z0-9!-~]+)*$"
3419+
}
3420+
},
33393421
"com.amazonaws.medicalimaging#MetadataUpdates": {
33403422
"type": "union",
33413423
"members": {
@@ -3806,7 +3888,7 @@
38063888
}
38073889
],
38083890
"traits": {
3809-
"smithy.api#documentation": "<p>Start importing bulk data into an <code>ACTIVE</code> data store. The import job imports DICOM P10 files found in the S3 prefix specified by the <code>inputS3Uri</code> parameter. The import job stores processing results in the file specified by the <code>outputS3Uri</code> parameter.</p>",
3891+
"smithy.api#documentation": "<p>Start importing bulk data into an <code>ACTIVE</code> data store. The import job imports DICOM P10 files or enhances existing DICOM files with JSON metadata. The <code>importConfiguration</code> parameter specifies the import type. The data is found in the S3 prefix specified by the <code>inputS3Uri</code> parameter. The import job stores processing results in the file specified by the <code>outputS3Uri</code> parameter.</p>",
38103892
"smithy.api#http": {
38113893
"method": "POST",
38123894
"uri": "/startDICOMImportJob/datastore/{datastoreId}"
@@ -3865,6 +3947,12 @@
38653947
"traits": {
38663948
"smithy.api#documentation": "<p>The account ID of the source S3 bucket owner.</p>"
38673949
}
3950+
},
3951+
"importConfiguration": {
3952+
"target": "com.amazonaws.medicalimaging#ImportConfiguration",
3953+
"traits": {
3954+
"smithy.api#documentation": "<p>The import configuration for the import job.</p>"
3955+
}
38683956
}
38693957
},
38703958
"traits": {

codegen/sdk-codegen/aws-models/opensearch.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17062,6 +17062,12 @@
1706217062
"traits": {
1706317063
"smithy.api#documentation": "<p>The list of security group IDs associated with the VPC endpoints for the\n domain.</p>"
1706417064
}
17065+
},
17066+
"EgressEnabled": {
17067+
"target": "com.amazonaws.opensearch#Boolean",
17068+
"traits": {
17069+
"smithy.api#documentation": "<p>Indicates whether egress traffic from the domain is routed through the customer VPC.\n When <code>true</code>, outbound traffic flows through the VPC. When\n <code>false</code>, outbound traffic goes through the public internet.</p>"
17070+
}
1706517071
}
1706617072
},
1706717073
"traits": {
@@ -17096,14 +17102,20 @@
1709617102
"SubnetIds": {
1709717103
"target": "com.amazonaws.opensearch#StringList",
1709817104
"traits": {
17099-
"smithy.api#documentation": "<p>A list of subnet IDs associated with the VPC endpoints for the domain. If your domain\n uses multiple Availability Zones, you need to provide two subnet IDs, one per zone.\n Otherwise, provide only one.</p>"
17105+
"smithy.api#documentation": "<p>A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses\n multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide\n only one.</p>"
1710017106
}
1710117107
},
1710217108
"SecurityGroupIds": {
1710317109
"target": "com.amazonaws.opensearch#StringList",
1710417110
"traits": {
1710517111
"smithy.api#documentation": "<p>The list of security group IDs associated with the VPC endpoints for the domain. If\n you do not provide a security group ID, OpenSearch Service uses the default security\n group for the VPC.</p>"
1710617112
}
17113+
},
17114+
"EgressEnabled": {
17115+
"target": "com.amazonaws.opensearch#Boolean",
17116+
"traits": {
17117+
"smithy.api#documentation": "<p>Controls whether egress traffic from the domain is routed through the customer VPC.\n When <code>true</code>, outbound traffic flows through the VPC. When\n <code>false</code>, outbound traffic goes through the public internet.</p>"
17118+
}
1710717119
}
1710817120
},
1710917121
"traits": {

codegen/sdk-codegen/aws-models/route-53-domains.json

Lines changed: 49 additions & 7 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/sagemaker.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,6 +3518,12 @@
35183518
"traits": {
35193519
"smithy.api#enumValue": "ml.r6id.32xlarge"
35203520
}
3521+
},
3522+
"ML_P5_4XLARGE": {
3523+
"target": "smithy.api#Unit",
3524+
"traits": {
3525+
"smithy.api#enumValue": "ml.p5.4xlarge"
3526+
}
35213527
}
35223528
}
35233529
},

0 commit comments

Comments
 (0)