Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit b9d7c6a

Browse files
Release v1.54.9 (2024-06-26) (#5297)
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
1 parent cce1a63 commit b9d7c6a

File tree

25 files changed

+3992
-299
lines changed

25 files changed

+3992
-299
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.54.9 (2024-06-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/controltower`: Updates service API, documentation, and paginators
6+
* `service/eks`: Updates service API and documentation
7+
* `service/ivs-realtime`: Updates service API, documentation, and paginators
8+
* `service/kinesisanalyticsv2`: Updates service API, documentation, and paginators
9+
* `service/opensearch`: Updates service API and documentation
10+
111
Release v1.54.8 (2024-06-25)
212
===
313

aws/version.go

Lines changed: 1 addition & 1 deletion
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.54.8"
8+
const SDKVersion = "1.54.9"

models/apis/controltower/2018-05-10/api-2.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"metadata": {
33
"apiVersion": "2018-05-10",
4+
"auth": [
5+
"aws.auth#sigv4"
6+
],
47
"endpointPrefix": "controltower",
58
"jsonVersion": "1.1",
69
"protocol": "rest-json",
@@ -499,6 +502,34 @@
499502
"shape": "ListEnabledControlsOutput"
500503
}
501504
},
505+
"ListLandingZoneOperations": {
506+
"errors": [
507+
{
508+
"shape": "ValidationException"
509+
},
510+
{
511+
"shape": "InternalServerException"
512+
},
513+
{
514+
"shape": "AccessDeniedException"
515+
},
516+
{
517+
"shape": "ThrottlingException"
518+
}
519+
],
520+
"http": {
521+
"method": "POST",
522+
"requestUri": "/list-landingzone-operations",
523+
"responseCode": 200
524+
},
525+
"input": {
526+
"shape": "ListLandingZoneOperationsInput"
527+
},
528+
"name": "ListLandingZoneOperations",
529+
"output": {
530+
"shape": "ListLandingZoneOperationsOutput"
531+
}
532+
},
502533
"ListLandingZones": {
503534
"errors": [
504535
{
@@ -1512,6 +1543,9 @@
15121543
"endTime": {
15131544
"shape": "Timestamp"
15141545
},
1546+
"operationIdentifier": {
1547+
"shape": "OperationIdentifier"
1548+
},
15151549
"operationType": {
15161550
"shape": "LandingZoneOperationType"
15171551
},
@@ -1527,6 +1561,17 @@
15271561
},
15281562
"type": "structure"
15291563
},
1564+
"LandingZoneOperationFilter": {
1565+
"members": {
1566+
"statuses": {
1567+
"shape": "LandingZoneOperationStatuses"
1568+
},
1569+
"types": {
1570+
"shape": "LandingZoneOperationTypes"
1571+
}
1572+
},
1573+
"type": "structure"
1574+
},
15301575
"LandingZoneOperationStatus": {
15311576
"enum": [
15321577
"SUCCEEDED",
@@ -1535,6 +1580,28 @@
15351580
],
15361581
"type": "string"
15371582
},
1583+
"LandingZoneOperationStatuses": {
1584+
"max": 1,
1585+
"member": {
1586+
"shape": "LandingZoneOperationStatus"
1587+
},
1588+
"min": 1,
1589+
"type": "list"
1590+
},
1591+
"LandingZoneOperationSummary": {
1592+
"members": {
1593+
"operationIdentifier": {
1594+
"shape": "OperationIdentifier"
1595+
},
1596+
"operationType": {
1597+
"shape": "LandingZoneOperationType"
1598+
},
1599+
"status": {
1600+
"shape": "LandingZoneOperationStatus"
1601+
}
1602+
},
1603+
"type": "structure"
1604+
},
15381605
"LandingZoneOperationType": {
15391606
"enum": [
15401607
"DELETE",
@@ -1544,6 +1611,20 @@
15441611
],
15451612
"type": "string"
15461613
},
1614+
"LandingZoneOperationTypes": {
1615+
"max": 1,
1616+
"member": {
1617+
"shape": "LandingZoneOperationType"
1618+
},
1619+
"min": 1,
1620+
"type": "list"
1621+
},
1622+
"LandingZoneOperations": {
1623+
"member": {
1624+
"shape": "LandingZoneOperationSummary"
1625+
},
1626+
"type": "list"
1627+
},
15471628
"LandingZoneStatus": {
15481629
"enum": [
15491630
"ACTIVE",
@@ -1704,6 +1785,40 @@
17041785
],
17051786
"type": "structure"
17061787
},
1788+
"ListLandingZoneOperationsInput": {
1789+
"members": {
1790+
"filter": {
1791+
"shape": "LandingZoneOperationFilter"
1792+
},
1793+
"maxResults": {
1794+
"shape": "ListLandingZoneOperationsMaxResults"
1795+
},
1796+
"nextToken": {
1797+
"shape": "String"
1798+
}
1799+
},
1800+
"type": "structure"
1801+
},
1802+
"ListLandingZoneOperationsMaxResults": {
1803+
"box": true,
1804+
"max": 100,
1805+
"min": 1,
1806+
"type": "integer"
1807+
},
1808+
"ListLandingZoneOperationsOutput": {
1809+
"members": {
1810+
"landingZoneOperations": {
1811+
"shape": "LandingZoneOperations"
1812+
},
1813+
"nextToken": {
1814+
"shape": "String"
1815+
}
1816+
},
1817+
"required": [
1818+
"landingZoneOperations"
1819+
],
1820+
"type": "structure"
1821+
},
17071822
"ListLandingZonesInput": {
17081823
"members": {
17091824
"maxResults": {

models/apis/controltower/2018-05-10/docs-2.json

Lines changed: 76 additions & 21 deletions
Large diffs are not rendered by default.

models/apis/controltower/2018-05-10/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"limit_key": "maxResults",
2525
"result_key": "enabledControls"
2626
},
27+
"ListLandingZoneOperations": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "landingZoneOperations"
32+
},
2733
"ListLandingZones": {
2834
"input_token": "nextToken",
2935
"output_token": "nextToken",

models/apis/eks/2017-11-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,8 @@
15021502
"tags":{"shape":"TagMap"},
15031503
"encryptionConfig":{"shape":"EncryptionConfigList"},
15041504
"outpostConfig":{"shape":"OutpostConfigRequest"},
1505-
"accessConfig":{"shape":"CreateAccessConfigRequest"}
1505+
"accessConfig":{"shape":"CreateAccessConfigRequest"},
1506+
"bootstrapSelfManagedAddons":{"shape":"BoxedBoolean"}
15061507
}
15071508
},
15081509
"CreateClusterResponse":{

models/apis/eks/2017-11-01/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
"refs": {
293293
"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>",
294294
"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>",
295+
"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>",
295296
"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>",
296297
"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>",
297298
"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>"

0 commit comments

Comments
 (0)