Skip to content

Commit 6ffcb0d

Browse files
Update to latest models
1 parent 187f77b commit 6ffcb0d

File tree

13 files changed

+801
-41
lines changed

13 files changed

+801
-41
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``controltower``",
4+
"description": "Added ListLandingZoneOperations API."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``eks``",
4+
"description": "Added support for disabling unmanaged addons during cluster creation."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ivs-realtime``",
4+
"description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``kinesisanalyticsv2``",
4+
"description": "This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``opensearch``",
4+
"description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down."
5+
}

awscli/botocore/data/controltower/2018-05-10/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"output_token": "nextToken",
3030
"limit_key": "maxResults",
3131
"result_key": "controlOperations"
32+
},
33+
"ListLandingZoneOperations": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "landingZoneOperations"
3238
}
3339
}
3440
}

awscli/botocore/data/controltower/2018-05-10/service-2.json

Lines changed: 127 additions & 20 deletions
Large diffs are not rendered by default.

awscli/botocore/data/eks/2017-11-01/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,10 @@
20012001
"accessConfig":{
20022002
"shape":"CreateAccessConfigRequest",
20032003
"documentation":"<p>The access configuration for the cluster.</p>"
2004+
},
2005+
"bootstrapSelfManagedAddons":{
2006+
"shape":"BoxedBoolean",
2007+
"documentation":"<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>"
20042008
}
20052009
}
20062010
},
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"pagination": {}
2+
"pagination": {
3+
"ListPublicKeys": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "publicKeys"
8+
}
9+
}
310
}

0 commit comments

Comments
 (0)