Skip to content

Commit fdce535

Browse files
This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
1 parent 958bf70 commit fdce535

File tree

16 files changed

+298
-42
lines changed

16 files changed

+298
-42
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.234
1+
1.11.235

generated/src/aws-cpp-sdk-apprunner/include/aws/apprunner/model/NetworkConfiguration.h

+12-12
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ namespace Model
105105

106106
/**
107107
* <p>App Runner provides you with the option to choose between <i>Internet
108-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
108+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
109109
* incoming public network configuration. This is an optional parameter. If you do
110110
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
111-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
111+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
112112
* Only IPv4 is supported for Private endpoint. If you update a service that's
113113
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
114114
* will default to support only IPv4 for Private endpoint and fail to receive
@@ -118,10 +118,10 @@ namespace Model
118118

119119
/**
120120
* <p>App Runner provides you with the option to choose between <i>Internet
121-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
121+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
122122
* incoming public network configuration. This is an optional parameter. If you do
123123
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
124-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
124+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
125125
* Only IPv4 is supported for Private endpoint. If you update a service that's
126126
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
127127
* will default to support only IPv4 for Private endpoint and fail to receive
@@ -131,10 +131,10 @@ namespace Model
131131

132132
/**
133133
* <p>App Runner provides you with the option to choose between <i>Internet
134-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
134+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
135135
* incoming public network configuration. This is an optional parameter. If you do
136136
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
137-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
137+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
138138
* Only IPv4 is supported for Private endpoint. If you update a service that's
139139
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
140140
* will default to support only IPv4 for Private endpoint and fail to receive
@@ -144,10 +144,10 @@ namespace Model
144144

145145
/**
146146
* <p>App Runner provides you with the option to choose between <i>Internet
147-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
147+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
148148
* incoming public network configuration. This is an optional parameter. If you do
149149
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
150-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
150+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
151151
* Only IPv4 is supported for Private endpoint. If you update a service that's
152152
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
153153
* will default to support only IPv4 for Private endpoint and fail to receive
@@ -157,10 +157,10 @@ namespace Model
157157

158158
/**
159159
* <p>App Runner provides you with the option to choose between <i>Internet
160-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
160+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
161161
* incoming public network configuration. This is an optional parameter. If you do
162162
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
163-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
163+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
164164
* Only IPv4 is supported for Private endpoint. If you update a service that's
165165
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
166166
* will default to support only IPv4 for Private endpoint and fail to receive
@@ -170,10 +170,10 @@ namespace Model
170170

171171
/**
172172
* <p>App Runner provides you with the option to choose between <i>Internet
173-
* Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your
173+
* Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your
174174
* incoming public network configuration. This is an optional parameter. If you do
175175
* not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
176-
* <p> Currently, App Runner supports dual-stack for only Public endpoint.
176+
* <p> Currently, App Runner supports dual stack for only Public endpoint.
177177
* Only IPv4 is supported for Private endpoint. If you update a service that's
178178
* using dual-stack Public endpoint to a Private endpoint, your App Runner service
179179
* will default to support only IPv4 for Private endpoint and fail to receive

generated/src/aws-cpp-sdk-apprunner/include/aws/apprunner/model/Runtime.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ namespace Model
2525
GO_1,
2626
DOTNET_6,
2727
PHP_81,
28-
RUBY_31
28+
RUBY_31,
29+
PYTHON_311,
30+
NODEJS_18
2931
};
3032

3133
namespace RuntimeMapper

generated/src/aws-cpp-sdk-apprunner/source/model/Runtime.cpp

+14
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ namespace Aws
3030
static const int DOTNET_6_HASH = HashingUtils::HashString("DOTNET_6");
3131
static const int PHP_81_HASH = HashingUtils::HashString("PHP_81");
3232
static const int RUBY_31_HASH = HashingUtils::HashString("RUBY_31");
33+
static const int PYTHON_311_HASH = HashingUtils::HashString("PYTHON_311");
34+
static const int NODEJS_18_HASH = HashingUtils::HashString("NODEJS_18");
3335

3436

3537
Runtime GetRuntimeForName(const Aws::String& name)
@@ -75,6 +77,14 @@ namespace Aws
7577
{
7678
return Runtime::RUBY_31;
7779
}
80+
else if (hashCode == PYTHON_311_HASH)
81+
{
82+
return Runtime::PYTHON_311;
83+
}
84+
else if (hashCode == NODEJS_18_HASH)
85+
{
86+
return Runtime::NODEJS_18;
87+
}
7888
EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer();
7989
if(overflowContainer)
8090
{
@@ -111,6 +121,10 @@ namespace Aws
111121
return "PHP_81";
112122
case Runtime::RUBY_31:
113123
return "RUBY_31";
124+
case Runtime::PYTHON_311:
125+
return "PYTHON_311";
126+
case Runtime::NODEJS_18:
127+
return "NODEJS_18";
114128
default:
115129
EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer();
116130
if(overflowContainer)

generated/src/aws-cpp-sdk-location/include/aws/location/model/ApiKeyRestrictions.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ namespace Model
401401
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
402402
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
403403
* <code>service</code>, <code>region</code>, <code>account-id</code> and
404-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
404+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
405405
* allowed, even with wildcards. For example,
406406
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
407407
* </ul> <p>For more information about ARN format, see <a
@@ -419,7 +419,7 @@ namespace Model
419419
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
420420
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
421421
* <code>service</code>, <code>region</code>, <code>account-id</code> and
422-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
422+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
423423
* allowed, even with wildcards. For example,
424424
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
425425
* </ul> <p>For more information about ARN format, see <a
@@ -437,7 +437,7 @@ namespace Model
437437
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
438438
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
439439
* <code>service</code>, <code>region</code>, <code>account-id</code> and
440-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
440+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
441441
* allowed, even with wildcards. For example,
442442
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
443443
* </ul> <p>For more information about ARN format, see <a
@@ -455,7 +455,7 @@ namespace Model
455455
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
456456
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
457457
* <code>service</code>, <code>region</code>, <code>account-id</code> and
458-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
458+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
459459
* allowed, even with wildcards. For example,
460460
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
461461
* </ul> <p>For more information about ARN format, see <a
@@ -473,7 +473,7 @@ namespace Model
473473
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
474474
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
475475
* <code>service</code>, <code>region</code>, <code>account-id</code> and
476-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
476+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
477477
* allowed, even with wildcards. For example,
478478
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
479479
* </ul> <p>For more information about ARN format, see <a
@@ -491,7 +491,7 @@ namespace Model
491491
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
492492
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
493493
* <code>service</code>, <code>region</code>, <code>account-id</code> and
494-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
494+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
495495
* allowed, even with wildcards. For example,
496496
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
497497
* </ul> <p>For more information about ARN format, see <a
@@ -509,7 +509,7 @@ namespace Model
509509
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
510510
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
511511
* <code>service</code>, <code>region</code>, <code>account-id</code> and
512-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
512+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
513513
* allowed, even with wildcards. For example,
514514
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
515515
* </ul> <p>For more information about ARN format, see <a
@@ -527,7 +527,7 @@ namespace Model
527527
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
528528
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
529529
* <code>service</code>, <code>region</code>, <code>account-id</code> and
530-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
530+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
531531
* allowed, even with wildcards. For example,
532532
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
533533
* </ul> <p>For more information about ARN format, see <a
@@ -545,7 +545,7 @@ namespace Model
545545
* key that is being created.</p> </li> <li> <p>Other than wildcards, you must
546546
* include the full ARN, including the <code>arn</code>, <code>partition</code>,
547547
* <code>service</code>, <code>region</code>, <code>account-id</code> and
548-
* <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces
548+
* <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces
549549
* allowed, even with wildcards. For example,
550550
* <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li>
551551
* </ul> <p>For more information about ARN format, see <a

0 commit comments

Comments
 (0)