Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 4, 2024
1 parent c087819 commit ed53580
Show file tree
Hide file tree
Showing 25 changed files with 571 additions and 51 deletions.
32 changes: 32 additions & 0 deletions .changes/3.303.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "VerifiedPermissions",
"description": "Adds GroupConfiguration field to Identity Source API's"
},
{
"type": "api-change",
"category": "B2bi",
"description": "Adding support for X12 5010 HIPAA EDI version and associated transaction sets."
},
{
"type": "api-change",
"category": "EC2",
"description": "Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements."
},
{
"type": "api-change",
"category": "EMRContainers",
"description": "This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS."
},
{
"type": "api-change",
"category": "CleanRooms",
"description": "Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call."
},
{
"type": "api-change",
"category": "IVS",
"description": "API update to include an SRT ingest endpoint and passphrase for all channels."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\VerifiedPermissions` - Adds GroupConfiguration field to Identity Source API's
* `Aws\B2bi` - Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
* `Aws\EC2` - Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
* `Aws\EMRContainers` - This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
* `Aws\CleanRooms` - Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
* `Aws\IVS` - API update to include an SRT ingest endpoint and passphrase for all channels.

## 3.303.2 - 2024-04-03

* `Aws\CleanRoomsML` - The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
Expand Down
2 changes: 2 additions & 0 deletions src/CleanRooms/CleanRoomsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* @method \GuzzleHttp\Promise\Promise batchGetCollaborationAnalysisTemplateAsync(array $args = [])
* @method \Aws\Result batchGetSchema(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetSchemaAsync(array $args = [])
* @method \Aws\Result batchGetSchemaAnalysisRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetSchemaAnalysisRuleAsync(array $args = [])
* @method \Aws\Result createAnalysisTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAnalysisTemplateAsync(array $args = [])
* @method \Aws\Result createCollaboration(array $args = [])
Expand Down
28 changes: 26 additions & 2 deletions src/data/b2bi/2022-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,15 +1561,39 @@
"X12_945",
"X12_990",
"X12_997",
"X12_999"
"X12_999",
"X12_270_X279",
"X12_271_X279",
"X12_275_X210",
"X12_275_X211",
"X12_276_X212",
"X12_277_X212",
"X12_277_X214",
"X12_277_X364",
"X12_278_X217",
"X12_820_X218",
"X12_820_X306",
"X12_824_X186",
"X12_834_X220",
"X12_834_X307",
"X12_834_X318",
"X12_835_X221",
"X12_837_X222",
"X12_837_X223",
"X12_837_X224",
"X12_837_X291",
"X12_837_X292",
"X12_837_X298",
"X12_999_X231"
]
},
"X12Version":{
"type":"string",
"enum":[
"VERSION_4010",
"VERSION_4030",
"VERSION_5010"
"VERSION_5010",
"VERSION_5010_HIPAA"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/b2bi/2022-06-23/api-2.json.php

Large diffs are not rendered by default.

169 changes: 161 additions & 8 deletions src/data/cleanrooms/2022-02-17/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@
{"shape":"AccessDeniedException"}
]
},
"BatchGetSchemaAnalysisRule":{
"name":"BatchGetSchemaAnalysisRule",
"http":{
"method":"POST",
"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule",
"responseCode":200
},
"input":{"shape":"BatchGetSchemaAnalysisRuleInput"},
"output":{"shape":"BatchGetSchemaAnalysisRuleOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"}
]
},
"CreateAnalysisTemplate":{
"name":"CreateAnalysisTemplate",
"http":{
Expand Down Expand Up @@ -1466,6 +1483,53 @@
"errors":{"shape":"BatchGetCollaborationAnalysisTemplateErrorList"}
}
},
"BatchGetSchemaAnalysisRuleError":{
"type":"structure",
"required":[
"name",
"type",
"code",
"message"
],
"members":{
"name":{"shape":"TableAlias"},
"type":{"shape":"AnalysisRuleType"},
"code":{"shape":"String"},
"message":{"shape":"String"}
}
},
"BatchGetSchemaAnalysisRuleErrorList":{
"type":"list",
"member":{"shape":"BatchGetSchemaAnalysisRuleError"},
"max":25,
"min":0
},
"BatchGetSchemaAnalysisRuleInput":{
"type":"structure",
"required":[
"collaborationIdentifier",
"schemaAnalysisRuleRequests"
],
"members":{
"collaborationIdentifier":{
"shape":"CollaborationIdentifier",
"location":"uri",
"locationName":"collaborationIdentifier"
},
"schemaAnalysisRuleRequests":{"shape":"SchemaAnalysisRuleRequestList"}
}
},
"BatchGetSchemaAnalysisRuleOutput":{
"type":"structure",
"required":[
"analysisRules",
"errors"
],
"members":{
"analysisRules":{"shape":"SchemaAnalysisRuleList"},
"errors":{"shape":"BatchGetSchemaAnalysisRuleErrorList"}
}
},
"BatchGetSchemaError":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -4268,19 +4332,30 @@
"ScalarFunctions":{
"type":"string",
"enum":[
"TRUNC",
"ABS",
"CAST",
"CEILING",
"COALESCE",
"CONVERT",
"CURRENT_DATE",
"DATEADD",
"EXTRACT",
"FLOOR",
"GETDATE",
"LN",
"LOG",
"ROUND",
"SQRT",
"CAST",
"LOWER",
"ROUND",
"RTRIM",
"UPPER",
"COALESCE"
"SQRT",
"SUBSTRING",
"TO_CHAR",
"TO_DATE",
"TO_NUMBER",
"TO_TIMESTAMP",
"TRIM",
"TRUNC",
"UPPER"
]
},
"ScalarFunctionsList":{
Expand All @@ -4300,7 +4375,8 @@
"description",
"createTime",
"updateTime",
"type"
"type",
"schemaStatusDetails"
],
"members":{
"columns":{"shape":"ColumnList"},
Expand All @@ -4314,15 +4390,92 @@
"description":{"shape":"TableDescription"},
"createTime":{"shape":"Timestamp"},
"updateTime":{"shape":"Timestamp"},
"type":{"shape":"SchemaType"}
"type":{"shape":"SchemaType"},
"schemaStatusDetails":{"shape":"SchemaStatusDetailList"}
}
},
"SchemaAnalysisRuleList":{
"type":"list",
"member":{"shape":"AnalysisRule"},
"max":25,
"min":0
},
"SchemaAnalysisRuleRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"name":{"shape":"TableAlias"},
"type":{"shape":"AnalysisRuleType"}
}
},
"SchemaAnalysisRuleRequestList":{
"type":"list",
"member":{"shape":"SchemaAnalysisRuleRequest"},
"max":25,
"min":1
},
"SchemaConfiguration":{
"type":"string",
"enum":["DIFFERENTIAL_PRIVACY"]
},
"SchemaConfigurationList":{
"type":"list",
"member":{"shape":"SchemaConfiguration"}
},
"SchemaList":{
"type":"list",
"member":{"shape":"Schema"},
"max":25,
"min":0
},
"SchemaStatus":{
"type":"string",
"enum":[
"READY",
"NOT_READY"
]
},
"SchemaStatusDetail":{
"type":"structure",
"required":["status"],
"members":{
"status":{"shape":"SchemaStatus"},
"reasons":{"shape":"SchemaStatusReasonList"},
"analysisRuleType":{"shape":"AnalysisRuleType"},
"configurations":{"shape":"SchemaConfigurationList"}
}
},
"SchemaStatusDetailList":{
"type":"list",
"member":{"shape":"SchemaStatusDetail"}
},
"SchemaStatusReason":{
"type":"structure",
"required":[
"code",
"message"
],
"members":{
"code":{"shape":"SchemaStatusReasonCode"},
"message":{"shape":"String"}
}
},
"SchemaStatusReasonCode":{
"type":"string",
"enum":[
"ANALYSIS_RULE_MISSING",
"ANALYSIS_TEMPLATES_NOT_CONFIGURED",
"ANALYSIS_PROVIDERS_NOT_CONFIGURED",
"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"
]
},
"SchemaStatusReasonList":{
"type":"list",
"member":{"shape":"SchemaStatusReason"}
},
"SchemaSummary":{
"type":"structure",
"required":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/cleanrooms/2022-02-17/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit ed53580

Please sign in to comment.