Skip to content

Commit

Permalink
Release v1.44.275 (2023-06-02) (#4870)
Browse files Browse the repository at this point in the history
Release v1.44.275 (2023-06-02)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
* `service/cloudtrail`: Updates service API and documentation
  * This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
* `service/sagemaker`: Updates service API and documentation
  * This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 2, 2023
1 parent 83a4be8 commit 0af146f
Show file tree
Hide file tree
Showing 21 changed files with 1,988 additions and 214 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.275 (2023-06-02)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
* `service/cloudtrail`: Updates service API and documentation
* This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
* `service/sagemaker`: Updates service API and documentation
* This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
* `service/wafv2`: Updates service API and documentation

Release v1.44.274 (2023-06-01)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.274"
const SDKVersion = "1.44.275"
26 changes: 26 additions & 0 deletions models/apis/athena/2017-05-18/api-2.json
Expand Up @@ -160,6 +160,20 @@
{"shape":"InvalidRequestException"}
]
},
"DeleteCapacityReservation":{
"name":"DeleteCapacityReservation",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCapacityReservationInput"},
"output":{"shape":"DeleteCapacityReservationOutput"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
"DeleteDataCatalog":{
"name":"DeleteDataCatalog",
"http":{
Expand Down Expand Up @@ -1469,6 +1483,18 @@
"max":1,
"min":1
},
"DeleteCapacityReservationInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{"shape":"CapacityReservationName"}
}
},
"DeleteCapacityReservationOutput":{
"type":"structure",
"members":{
}
},
"DeleteDataCatalogInput":{
"type":"structure",
"required":["Name"],
Expand Down
16 changes: 14 additions & 2 deletions models/apis/athena/2017-05-18/docs-2.json
Expand Up @@ -5,14 +5,15 @@
"BatchGetNamedQuery": "<p>Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use <a>ListNamedQueriesInput</a> to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under <a>UnprocessedNamedQueryId</a>. Named queries differ from executed queries. Use <a>BatchGetQueryExecutionInput</a> to get details about each unique query execution, and <a>ListQueryExecutionsInput</a> to get a list of query execution IDs.</p>",
"BatchGetPreparedStatement": "<p>Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in <code>UnprocessedPreparedStatementNames</code>.</p>",
"BatchGetQueryExecution": "<p>Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use <a>ListQueryExecutionsInput$WorkGroup</a>. Query executions differ from named (saved) queries. Use <a>BatchGetNamedQueryInput</a> to get details about named queries.</p>",
"CancelCapacityReservation": "<p>Cancels the capacity reservation with the specified name.</p>",
"CancelCapacityReservation": "<p>Cancels the capacity reservation with the specified name. Cancelled reservations remain in your account and will be deleted 45 days after cancellation. During the 45 days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can refer to its tags and view it for historical reference. </p>",
"CreateCapacityReservation": "<p>Creates a capacity reservation with the specified name and number of requested data processing units.</p>",
"CreateDataCatalog": "<p>Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same Amazon Web Services account.</p>",
"CreateNamedQuery": "<p>Creates a named query in the specified workgroup. Requires that you have access to the workgroup.</p> <p>For code samples using the Amazon Web Services SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>",
"CreateNotebook": "<p>Creates an empty <code>ipynb</code> file in the specified Apache Spark enabled workgroup. Throws an error if a file in the workgroup with the same name already exists.</p>",
"CreatePreparedStatement": "<p>Creates a prepared statement for use with SQL queries in Athena.</p>",
"CreatePresignedNotebookUrl": "<p>Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, <code>CreatePresignedNotebookUrl</code> must be called every 10 minutes to refresh the authentication token. For information about granting programmatic access, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/setting-up.html#setting-up-grant-programmatic-access\">Grant programmatic access</a>.</p>",
"CreateWorkGroup": "<p>Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.</p>",
"DeleteCapacityReservation": "<p>Deletes a cancelled capacity reservation. A reservation must be cancelled before it can be deleted. A deleted reservation is immediately removed from your account and can no longer be referenced, including by its ARN. A deleted reservation cannot be called by <code>GetCapacityReservation</code>, and deleted reservations do not appear in the output of <code>ListCapacityReservations</code>.</p>",
"DeleteDataCatalog": "<p>Deletes a data catalog.</p>",
"DeleteNamedQuery": "<p>Deletes the named query if you have access to the workgroup in which the query was saved.</p> <p>For code samples using the Amazon Web Services SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>",
"DeleteNotebook": "<p>Deletes the specified notebook.</p>",
Expand Down Expand Up @@ -317,6 +318,7 @@
"CapacityAssignmentConfiguration$CapacityReservationName": "<p>The name of the reservation that the capacity assignment configuration is for.</p>",
"CapacityReservation$Name": "<p>The name of the capacity reservation.</p>",
"CreateCapacityReservationInput$Name": "<p>The name of the capacity reservation to create.</p>",
"DeleteCapacityReservationInput$Name": "<p>The name of the capacity reservation to delete.</p>",
"GetCapacityAssignmentConfigurationInput$CapacityReservationName": "<p>The name of the capacity reservation to retrieve the capacity assignment configuration for.</p>",
"GetCapacityReservationInput$Name": "<p>The name of the capacity reservation.</p>",
"PutCapacityAssignmentConfigurationInput$CapacityReservationName": "<p>The name of the capacity reservation to put a capacity assignment configuration for.</p>",
Expand Down Expand Up @@ -568,6 +570,16 @@
"EngineConfiguration$DefaultExecutorDpuSize": "<p>The default number of DPUs to use for executors. An executor is the smallest unit of compute that a notebook session can request from Athena. The default is 1.</p>"
}
},
"DeleteCapacityReservationInput": {
"base": null,
"refs": {
}
},
"DeleteCapacityReservationOutput": {
"base": null,
"refs": {
}
},
"DeleteDataCatalogInput": {
"base": null,
"refs": {
Expand Down Expand Up @@ -723,7 +735,7 @@
"ExecutionParameters": {
"base": null,
"refs": {
"QueryExecution$ExecutionParameters": "<p>A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.</p>",
"QueryExecution$ExecutionParameters": "<p>A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. The list of parameters is not returned in the response.</p>",
"StartQueryExecutionInput$ExecutionParameters": "<p>A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.</p>"
}
},
Expand Down
74 changes: 72 additions & 2 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Expand Up @@ -756,6 +756,27 @@
{"shape":"OrganizationNotInAllFeaturesModeException"}
]
},
"StartEventDataStoreIngestion":{
"name":"StartEventDataStoreIngestion",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartEventDataStoreIngestionRequest"},
"output":{"shape":"StartEventDataStoreIngestionResponse"},
"errors":[
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"EventDataStoreNotFoundException"},
{"shape":"InvalidEventDataStoreStatusException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidEventDataStoreCategoryException"},
{"shape":"OperationNotPermittedException"},
{"shape":"UnsupportedOperationException"},
{"shape":"NotOrganizationMasterAccountException"},
{"shape":"NoManagementAccountSLRExistsException"},
{"shape":"InsufficientDependencyServiceAccessPermissionException"}
]
},
"StartImport":{
"name":"StartImport",
"http":{
Expand Down Expand Up @@ -829,6 +850,27 @@
],
"idempotent":true
},
"StopEventDataStoreIngestion":{
"name":"StopEventDataStoreIngestion",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopEventDataStoreIngestionRequest"},
"output":{"shape":"StopEventDataStoreIngestionResponse"},
"errors":[
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"EventDataStoreNotFoundException"},
{"shape":"InvalidEventDataStoreStatusException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidEventDataStoreCategoryException"},
{"shape":"OperationNotPermittedException"},
{"shape":"UnsupportedOperationException"},
{"shape":"NotOrganizationMasterAccountException"},
{"shape":"NoManagementAccountSLRExistsException"},
{"shape":"InsufficientDependencyServiceAccessPermissionException"}
]
},
"StopImport":{
"name":"StopImport",
"http":{
Expand Down Expand Up @@ -1189,7 +1231,8 @@
"RetentionPeriod":{"shape":"RetentionPeriod"},
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
"TagsList":{"shape":"TagsList"},
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
"StartIngestion":{"shape":"Boolean"}
}
},
"CreateEventDataStoreResponse":{
Expand Down Expand Up @@ -1537,7 +1580,10 @@
"enum":[
"CREATED",
"ENABLED",
"PENDING_DELETION"
"PENDING_DELETION",
"STARTING_INGESTION",
"STOPPING_INGESTION",
"STOPPED_INGESTION"
]
},
"EventDataStoreTerminationProtectedException":{
Expand Down Expand Up @@ -2652,6 +2698,18 @@
"AdvancedEventSelectors":{"shape":"AdvancedEventSelectors"}
}
},
"StartEventDataStoreIngestionRequest":{
"type":"structure",
"required":["EventDataStore"],
"members":{
"EventDataStore":{"shape":"EventDataStoreArn"}
}
},
"StartEventDataStoreIngestionResponse":{
"type":"structure",
"members":{
}
},
"StartImportRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2701,6 +2759,18 @@
"QueryId":{"shape":"UUID"}
}
},
"StopEventDataStoreIngestionRequest":{
"type":"structure",
"required":["EventDataStore"],
"members":{
"EventDataStore":{"shape":"EventDataStoreArn"}
}
},
"StopEventDataStoreIngestionResponse":{
"type":"structure",
"members":{
}
},
"StopImportRequest":{
"type":"structure",
"required":["ImportId"],
Expand Down

0 comments on commit 0af146f

Please sign in to comment.