Skip to content

Commit 0af146f

Browse files
Release v1.44.275 (2023-06-02) (#4870)
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
1 parent 83a4be8 commit 0af146f

File tree

21 files changed

+1988
-214
lines changed

21 files changed

+1988
-214
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.44.275 (2023-06-02)
2+
===
3+
4+
### Service Client Updates
5+
* `service/athena`: Updates service API and documentation
6+
* This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
7+
* `service/cloudtrail`: Updates service API and documentation
8+
* This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
9+
* `service/sagemaker`: Updates service API and documentation
10+
* This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
11+
* `service/wafv2`: Updates service API and documentation
12+
113
Release v1.44.274 (2023-06-01)
214
===
315

aws/endpoints/defaults.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.274"
8+
const SDKVersion = "1.44.275"

models/apis/athena/2017-05-18/api-2.json

+26
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,20 @@
160160
{"shape":"InvalidRequestException"}
161161
]
162162
},
163+
"DeleteCapacityReservation":{
164+
"name":"DeleteCapacityReservation",
165+
"http":{
166+
"method":"POST",
167+
"requestUri":"/"
168+
},
169+
"input":{"shape":"DeleteCapacityReservationInput"},
170+
"output":{"shape":"DeleteCapacityReservationOutput"},
171+
"errors":[
172+
{"shape":"InvalidRequestException"},
173+
{"shape":"InternalServerException"}
174+
],
175+
"idempotent":true
176+
},
163177
"DeleteDataCatalog":{
164178
"name":"DeleteDataCatalog",
165179
"http":{
@@ -1469,6 +1483,18 @@
14691483
"max":1,
14701484
"min":1
14711485
},
1486+
"DeleteCapacityReservationInput":{
1487+
"type":"structure",
1488+
"required":["Name"],
1489+
"members":{
1490+
"Name":{"shape":"CapacityReservationName"}
1491+
}
1492+
},
1493+
"DeleteCapacityReservationOutput":{
1494+
"type":"structure",
1495+
"members":{
1496+
}
1497+
},
14721498
"DeleteDataCatalogInput":{
14731499
"type":"structure",
14741500
"required":["Name"],

models/apis/athena/2017-05-18/docs-2.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"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>",
66
"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>",
77
"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>",
8-
"CancelCapacityReservation": "<p>Cancels the capacity reservation with the specified name.</p>",
8+
"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>",
99
"CreateCapacityReservation": "<p>Creates a capacity reservation with the specified name and number of requested data processing units.</p>",
1010
"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>",
1111
"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>",
1212
"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>",
1313
"CreatePreparedStatement": "<p>Creates a prepared statement for use with SQL queries in Athena.</p>",
1414
"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>",
1515
"CreateWorkGroup": "<p>Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.</p>",
16+
"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>",
1617
"DeleteDataCatalog": "<p>Deletes a data catalog.</p>",
1718
"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>",
1819
"DeleteNotebook": "<p>Deletes the specified notebook.</p>",
@@ -317,6 +318,7 @@
317318
"CapacityAssignmentConfiguration$CapacityReservationName": "<p>The name of the reservation that the capacity assignment configuration is for.</p>",
318319
"CapacityReservation$Name": "<p>The name of the capacity reservation.</p>",
319320
"CreateCapacityReservationInput$Name": "<p>The name of the capacity reservation to create.</p>",
321+
"DeleteCapacityReservationInput$Name": "<p>The name of the capacity reservation to delete.</p>",
320322
"GetCapacityAssignmentConfigurationInput$CapacityReservationName": "<p>The name of the capacity reservation to retrieve the capacity assignment configuration for.</p>",
321323
"GetCapacityReservationInput$Name": "<p>The name of the capacity reservation.</p>",
322324
"PutCapacityAssignmentConfigurationInput$CapacityReservationName": "<p>The name of the capacity reservation to put a capacity assignment configuration for.</p>",
@@ -568,6 +570,16 @@
568570
"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>"
569571
}
570572
},
573+
"DeleteCapacityReservationInput": {
574+
"base": null,
575+
"refs": {
576+
}
577+
},
578+
"DeleteCapacityReservationOutput": {
579+
"base": null,
580+
"refs": {
581+
}
582+
},
571583
"DeleteDataCatalogInput": {
572584
"base": null,
573585
"refs": {
@@ -723,7 +735,7 @@
723735
"ExecutionParameters": {
724736
"base": null,
725737
"refs": {
726-
"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>",
738+
"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>",
727739
"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>"
728740
}
729741
},

models/apis/cloudtrail/2013-11-01/api-2.json

+72-2
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,27 @@
756756
{"shape":"OrganizationNotInAllFeaturesModeException"}
757757
]
758758
},
759+
"StartEventDataStoreIngestion":{
760+
"name":"StartEventDataStoreIngestion",
761+
"http":{
762+
"method":"POST",
763+
"requestUri":"/"
764+
},
765+
"input":{"shape":"StartEventDataStoreIngestionRequest"},
766+
"output":{"shape":"StartEventDataStoreIngestionResponse"},
767+
"errors":[
768+
{"shape":"EventDataStoreARNInvalidException"},
769+
{"shape":"EventDataStoreNotFoundException"},
770+
{"shape":"InvalidEventDataStoreStatusException"},
771+
{"shape":"InvalidParameterException"},
772+
{"shape":"InvalidEventDataStoreCategoryException"},
773+
{"shape":"OperationNotPermittedException"},
774+
{"shape":"UnsupportedOperationException"},
775+
{"shape":"NotOrganizationMasterAccountException"},
776+
{"shape":"NoManagementAccountSLRExistsException"},
777+
{"shape":"InsufficientDependencyServiceAccessPermissionException"}
778+
]
779+
},
759780
"StartImport":{
760781
"name":"StartImport",
761782
"http":{
@@ -829,6 +850,27 @@
829850
],
830851
"idempotent":true
831852
},
853+
"StopEventDataStoreIngestion":{
854+
"name":"StopEventDataStoreIngestion",
855+
"http":{
856+
"method":"POST",
857+
"requestUri":"/"
858+
},
859+
"input":{"shape":"StopEventDataStoreIngestionRequest"},
860+
"output":{"shape":"StopEventDataStoreIngestionResponse"},
861+
"errors":[
862+
{"shape":"EventDataStoreARNInvalidException"},
863+
{"shape":"EventDataStoreNotFoundException"},
864+
{"shape":"InvalidEventDataStoreStatusException"},
865+
{"shape":"InvalidParameterException"},
866+
{"shape":"InvalidEventDataStoreCategoryException"},
867+
{"shape":"OperationNotPermittedException"},
868+
{"shape":"UnsupportedOperationException"},
869+
{"shape":"NotOrganizationMasterAccountException"},
870+
{"shape":"NoManagementAccountSLRExistsException"},
871+
{"shape":"InsufficientDependencyServiceAccessPermissionException"}
872+
]
873+
},
832874
"StopImport":{
833875
"name":"StopImport",
834876
"http":{
@@ -1189,7 +1231,8 @@
11891231
"RetentionPeriod":{"shape":"RetentionPeriod"},
11901232
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
11911233
"TagsList":{"shape":"TagsList"},
1192-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
1234+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
1235+
"StartIngestion":{"shape":"Boolean"}
11931236
}
11941237
},
11951238
"CreateEventDataStoreResponse":{
@@ -1537,7 +1580,10 @@
15371580
"enum":[
15381581
"CREATED",
15391582
"ENABLED",
1540-
"PENDING_DELETION"
1583+
"PENDING_DELETION",
1584+
"STARTING_INGESTION",
1585+
"STOPPING_INGESTION",
1586+
"STOPPED_INGESTION"
15411587
]
15421588
},
15431589
"EventDataStoreTerminationProtectedException":{
@@ -2652,6 +2698,18 @@
26522698
"AdvancedEventSelectors":{"shape":"AdvancedEventSelectors"}
26532699
}
26542700
},
2701+
"StartEventDataStoreIngestionRequest":{
2702+
"type":"structure",
2703+
"required":["EventDataStore"],
2704+
"members":{
2705+
"EventDataStore":{"shape":"EventDataStoreArn"}
2706+
}
2707+
},
2708+
"StartEventDataStoreIngestionResponse":{
2709+
"type":"structure",
2710+
"members":{
2711+
}
2712+
},
26552713
"StartImportRequest":{
26562714
"type":"structure",
26572715
"members":{
@@ -2701,6 +2759,18 @@
27012759
"QueryId":{"shape":"UUID"}
27022760
}
27032761
},
2762+
"StopEventDataStoreIngestionRequest":{
2763+
"type":"structure",
2764+
"required":["EventDataStore"],
2765+
"members":{
2766+
"EventDataStore":{"shape":"EventDataStoreArn"}
2767+
}
2768+
},
2769+
"StopEventDataStoreIngestionResponse":{
2770+
"type":"structure",
2771+
"members":{
2772+
}
2773+
},
27042774
"StopImportRequest":{
27052775
"type":"structure",
27062776
"required":["ImportId"],

0 commit comments

Comments
 (0)