Skip to content

Commit

Permalink
Merge branch 'release-1.34.78' into develop
Browse files Browse the repository at this point in the history
* release-1.34.78:
  Bumping version to 1.34.78
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 4, 2024
2 parents 0a9d148 + f29b3e7 commit 26c2039
Show file tree
Hide file tree
Showing 11 changed files with 488 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.78.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``b2bi``",
"description": "Adding support for X12 5010 HIPAA EDI version and associated transaction sets.",
"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": "``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": "``emr-containers``",
"description": "This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "API update to include an SRT ingest endpoint and passphrase for all channels.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Adds GroupConfiguration field to Identity Source API's",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.78
=======

* api-change:``b2bi``: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
* api-change:``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.
* api-change:``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.
* api-change:``emr-containers``: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
* api-change:``ivs``: API update to include an SRT ingest endpoint and passphrase for all channels.
* api-change:``verifiedpermissions``: Adds GroupConfiguration field to Identity Source API's


1.34.77
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.77'
__version__ = '1.34.78'


class NullHandler(logging.Handler):
Expand Down
28 changes: 26 additions & 2 deletions botocore/data/b2bi/2022-06-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2348,15 +2348,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
227 changes: 217 additions & 10 deletions botocore/data/cleanrooms/2022-02-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@
],
"documentation":"<p>Retrieves multiple schemas by their identifiers.</p>"
},
"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"}
],
"documentation":"<p>Retrieves multiple analysis rule schemas.</p>"
},
"CreateAnalysisTemplate":{
"name":"CreateAnalysisTemplate",
"http":{
Expand Down Expand Up @@ -1391,11 +1409,11 @@
"members":{
"allowedAnalyses":{
"shape":"AnalysisRuleCustomAllowedAnalysesList",
"documentation":"<p>The analysis templates that are allowed by the custom analysis rule.</p>"
"documentation":"<p>The ARN of the analysis templates that are allowed by the custom analysis rule.</p>"
},
"allowedAnalysisProviders":{
"shape":"AnalysisRuleCustomAllowedAnalysisProvidersList",
"documentation":"<p>The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when <code>allowedAnalyses</code> is <code>ANY_QUERY</code>.</p>"
"documentation":"<p>The IDs of the Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when <code>allowedAnalyses</code> is <code>ANY_QUERY</code>.</p>"
},
"differentialPrivacy":{
"shape":"DifferentialPrivacyConfiguration",
Expand Down Expand Up @@ -1736,6 +1754,76 @@
}
}
},
"BatchGetSchemaAnalysisRuleError":{
"type":"structure",
"required":[
"name",
"type",
"code",
"message"
],
"members":{
"name":{
"shape":"TableAlias",
"documentation":"<p>An error name for the error.</p>"
},
"type":{
"shape":"AnalysisRuleType",
"documentation":"<p>The analysis rule type.</p>"
},
"code":{
"shape":"String",
"documentation":"<p>An error code for the error.</p>"
},
"message":{
"shape":"String",
"documentation":"<p>A description of why the call failed.</p>"
}
},
"documentation":"<p>An error that describes why a schema could not be fetched.</p>"
},
"BatchGetSchemaAnalysisRuleErrorList":{
"type":"list",
"member":{"shape":"BatchGetSchemaAnalysisRuleError"},
"max":25,
"min":0
},
"BatchGetSchemaAnalysisRuleInput":{
"type":"structure",
"required":[
"collaborationIdentifier",
"schemaAnalysisRuleRequests"
],
"members":{
"collaborationIdentifier":{
"shape":"CollaborationIdentifier",
"documentation":"<p>The unique identifier of the collaboration that contains the schema analysis rule.</p>",
"location":"uri",
"locationName":"collaborationIdentifier"
},
"schemaAnalysisRuleRequests":{
"shape":"SchemaAnalysisRuleRequestList",
"documentation":"<p>The information that's necessary to retrieve a schema analysis rule.</p>"
}
}
},
"BatchGetSchemaAnalysisRuleOutput":{
"type":"structure",
"required":[
"analysisRules",
"errors"
],
"members":{
"analysisRules":{
"shape":"SchemaAnalysisRuleList",
"documentation":"<p>The retrieved list of analysis rules.</p>"
},
"errors":{
"shape":"BatchGetSchemaAnalysisRuleErrorList",
"documentation":"<p>Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.</p>"
}
}
},
"BatchGetSchemaError":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1780,7 +1868,7 @@
},
"names":{
"shape":"TableAliasList",
"documentation":"<p>The names for the schema objects to retrieve.&gt;</p>"
"documentation":"<p>The names for the schema objects to retrieve.</p>"
}
}
},
Expand Down Expand Up @@ -5950,19 +6038,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 @@ -5982,7 +6081,8 @@
"description",
"createTime",
"updateTime",
"type"
"type",
"schemaStatusDetails"
],
"members":{
"columns":{
Expand Down Expand Up @@ -6032,16 +6132,123 @@
"type":{
"shape":"SchemaType",
"documentation":"<p>The type of schema. The only valid value is currently `TABLE`.</p>"
},
"schemaStatusDetails":{
"shape":"SchemaStatusDetailList",
"documentation":"<p>Details about the status of the schema. Currently, only one entry is present.</p>"
}
},
"documentation":"<p>A schema is a relation within a collaboration.</p>"
},
"SchemaAnalysisRuleList":{
"type":"list",
"member":{"shape":"AnalysisRule"},
"max":25,
"min":0
},
"SchemaAnalysisRuleRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"name":{
"shape":"TableAlias",
"documentation":"<p>The name of the analysis rule schema that you are requesting.</p>"
},
"type":{
"shape":"AnalysisRuleType",
"documentation":"<p>The type of analysis rule schema that you are requesting.</p>"
}
},
"documentation":"<p>Defines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identified by a combination of the schema name and the analysis rule type for a given collaboration.</p>"
},
"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",
"documentation":"<p>The status of the schema.</p>"
},
"reasons":{
"shape":"SchemaStatusReasonList",
"documentation":"<p>The reasons why the schema status is set to its current state.</p>"
},
"analysisRuleType":{
"shape":"AnalysisRuleType",
"documentation":"<p>The analysis rule type for which the schema status has been evaluated.</p>"
},
"configurations":{
"shape":"SchemaConfigurationList",
"documentation":"<p>The configuration details of the schema analysis rule for the given type.</p>"
}
},
"documentation":"<p>Information about the schema status.</p> <p>A status of <code>READY</code> means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.</p>"
},
"SchemaStatusDetailList":{
"type":"list",
"member":{"shape":"SchemaStatusDetail"}
},
"SchemaStatusReason":{
"type":"structure",
"required":[
"code",
"message"
],
"members":{
"code":{
"shape":"SchemaStatusReasonCode",
"documentation":"<p>The schema status reason code.</p>"
},
"message":{
"shape":"String",
"documentation":"<p>An explanation of the schema status reason code.</p>"
}
},
"documentation":"<p>A reason why the schema status is set to its current value.</p>"
},
"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
Loading

0 comments on commit 26c2039

Please sign in to comment.