Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.54.9 (2024-06-26)
===

### Service Client Updates
* `service/controltower`: Updates service API, documentation, and paginators
* `service/eks`: Updates service API and documentation
* `service/ivs-realtime`: Updates service API, documentation, and paginators
* `service/kinesisanalyticsv2`: Updates service API, documentation, and paginators
* `service/opensearch`: Updates service API and documentation

Release v1.54.8 (2024-06-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.54.8"
const SDKVersion = "1.54.9"
115 changes: 115 additions & 0 deletions models/apis/controltower/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"metadata": {
"apiVersion": "2018-05-10",
"auth": [
"aws.auth#sigv4"
],
"endpointPrefix": "controltower",
"jsonVersion": "1.1",
"protocol": "rest-json",
Expand Down Expand Up @@ -499,6 +502,34 @@
"shape": "ListEnabledControlsOutput"
}
},
"ListLandingZoneOperations": {
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ThrottlingException"
}
],
"http": {
"method": "POST",
"requestUri": "/list-landingzone-operations",
"responseCode": 200
},
"input": {
"shape": "ListLandingZoneOperationsInput"
},
"name": "ListLandingZoneOperations",
"output": {
"shape": "ListLandingZoneOperationsOutput"
}
},
"ListLandingZones": {
"errors": [
{
Expand Down Expand Up @@ -1512,6 +1543,9 @@
"endTime": {
"shape": "Timestamp"
},
"operationIdentifier": {
"shape": "OperationIdentifier"
},
"operationType": {
"shape": "LandingZoneOperationType"
},
Expand All @@ -1527,6 +1561,17 @@
},
"type": "structure"
},
"LandingZoneOperationFilter": {
"members": {
"statuses": {
"shape": "LandingZoneOperationStatuses"
},
"types": {
"shape": "LandingZoneOperationTypes"
}
},
"type": "structure"
},
"LandingZoneOperationStatus": {
"enum": [
"SUCCEEDED",
Expand All @@ -1535,6 +1580,28 @@
],
"type": "string"
},
"LandingZoneOperationStatuses": {
"max": 1,
"member": {
"shape": "LandingZoneOperationStatus"
},
"min": 1,
"type": "list"
},
"LandingZoneOperationSummary": {
"members": {
"operationIdentifier": {
"shape": "OperationIdentifier"
},
"operationType": {
"shape": "LandingZoneOperationType"
},
"status": {
"shape": "LandingZoneOperationStatus"
}
},
"type": "structure"
},
"LandingZoneOperationType": {
"enum": [
"DELETE",
Expand All @@ -1544,6 +1611,20 @@
],
"type": "string"
},
"LandingZoneOperationTypes": {
"max": 1,
"member": {
"shape": "LandingZoneOperationType"
},
"min": 1,
"type": "list"
},
"LandingZoneOperations": {
"member": {
"shape": "LandingZoneOperationSummary"
},
"type": "list"
},
"LandingZoneStatus": {
"enum": [
"ACTIVE",
Expand Down Expand Up @@ -1704,6 +1785,40 @@
],
"type": "structure"
},
"ListLandingZoneOperationsInput": {
"members": {
"filter": {
"shape": "LandingZoneOperationFilter"
},
"maxResults": {
"shape": "ListLandingZoneOperationsMaxResults"
},
"nextToken": {
"shape": "String"
}
},
"type": "structure"
},
"ListLandingZoneOperationsMaxResults": {
"box": true,
"max": 100,
"min": 1,
"type": "integer"
},
"ListLandingZoneOperationsOutput": {
"members": {
"landingZoneOperations": {
"shape": "LandingZoneOperations"
},
"nextToken": {
"shape": "String"
}
},
"required": [
"landingZoneOperations"
],
"type": "structure"
},
"ListLandingZonesInput": {
"members": {
"maxResults": {
Expand Down
97 changes: 76 additions & 21 deletions models/apis/controltower/2018-05-10/docs-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions models/apis/controltower/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"limit_key": "maxResults",
"result_key": "enabledControls"
},
"ListLandingZoneOperations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "landingZoneOperations"
},
"ListLandingZones": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/eks/2017-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,8 @@
"tags":{"shape":"TagMap"},
"encryptionConfig":{"shape":"EncryptionConfigList"},
"outpostConfig":{"shape":"OutpostConfigRequest"},
"accessConfig":{"shape":"CreateAccessConfigRequest"}
"accessConfig":{"shape":"CreateAccessConfigRequest"},
"bootstrapSelfManagedAddons":{"shape":"BoxedBoolean"}
}
},
"CreateClusterResponse":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/eks/2017-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
"refs": {
"AccessConfigResponse$bootstrapClusterCreatorAdminPermissions": "<p>Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.</p>",
"CreateAccessConfigRequest$bootstrapClusterCreatorAdminPermissions": "<p>Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time. The default value is <code>true</code>.</p>",
"CreateClusterRequest$bootstrapSelfManagedAddons": "<p>If you set this value to <code>False</code> when creating a cluster, the default networking add-ons will not be installed.</p> <p>The default networking addons include vpc-cni, coredns, and kube-proxy.</p> <p>Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.</p>",
"LogSetup$enabled": "<p>If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.</p>",
"VpcConfigRequest$endpointPublicAccess": "<p>Set this value to <code>false</code> to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is <code>true</code>, which enables public access for your Kubernetes API server. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html\">Amazon EKS cluster endpoint access control</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p>",
"VpcConfigRequest$endpointPrivateAccess": "<p>Set this value to <code>true</code> to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is <code>false</code>, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or Fargate pods in the cluster, then ensure that <code>publicAccessCidrs</code> includes the necessary CIDR blocks for communication with the nodes or Fargate pods. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html\">Amazon EKS cluster endpoint access control</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p>"
Expand Down
Loading