Skip to content

Commit d974efe

Browse files
author
aws-sdk-cpp-automation
committed
releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation
Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability. Enable non-unique asset names under different hierarchies Update document for volume clone This release introduces a new feature to stop a running BotRecommendation Job for Automated Chatbot Designer. releasing What-If Analysis APIs This is the initial SDK release for the AWS Support App in Slack. R6a instances are powered by 3rd generation AMD EPYC (Milan) processors delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.
1 parent 4653a56 commit d974efe

File tree

232 files changed

+26304
-859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+26304
-859
lines changed

aws-cpp-sdk-core/include/aws/core/VersionConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
55

6-
#define AWS_SDK_VERSION_STRING 1.9.329
6+
#define AWS_SDK_VERSION_STRING 1.9.330
77
#define AWS_SDK_VERSION_MAJOR 1
88
#define AWS_SDK_VERSION_MINOR 9
9-
#define AWS_SDK_VERSION_PATCH 329
9+
#define AWS_SDK_VERSION_PATCH 330

aws-cpp-sdk-docdb/include/aws/docdb/model/RestoreDBClusterToPointInTimeRequest.h

Lines changed: 24 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ namespace Model
113113
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
114114
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
115115
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
116-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
117-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
118-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
119-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
116+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
117+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
118+
* copy of the source DB cluster.</p>
120119
*/
121120
inline const Aws::String& GetRestoreType() const{ return m_restoreType; }
122121

@@ -125,10 +124,9 @@ namespace Model
125124
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
126125
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
127126
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
128-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
129-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
130-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
131-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
127+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
128+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
129+
* copy of the source DB cluster.</p>
132130
*/
133131
inline bool RestoreTypeHasBeenSet() const { return m_restoreTypeHasBeenSet; }
134132

@@ -137,10 +135,9 @@ namespace Model
137135
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
138136
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
139137
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
140-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
141-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
142-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
143-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
138+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
139+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
140+
* copy of the source DB cluster.</p>
144141
*/
145142
inline void SetRestoreType(const Aws::String& value) { m_restoreTypeHasBeenSet = true; m_restoreType = value; }
146143

@@ -149,10 +146,9 @@ namespace Model
149146
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
150147
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
151148
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
152-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
153-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
154-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
155-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
149+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
150+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
151+
* copy of the source DB cluster.</p>
156152
*/
157153
inline void SetRestoreType(Aws::String&& value) { m_restoreTypeHasBeenSet = true; m_restoreType = std::move(value); }
158154

@@ -161,10 +157,9 @@ namespace Model
161157
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
162158
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
163159
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
164-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
165-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
166-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
167-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
160+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
161+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
162+
* copy of the source DB cluster.</p>
168163
*/
169164
inline void SetRestoreType(const char* value) { m_restoreTypeHasBeenSet = true; m_restoreType.assign(value); }
170165

@@ -173,10 +168,9 @@ namespace Model
173168
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
174169
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
175170
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
176-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
177-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
178-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
179-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
171+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
172+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
173+
* copy of the source DB cluster.</p>
180174
*/
181175
inline RestoreDBClusterToPointInTimeRequest& WithRestoreType(const Aws::String& value) { SetRestoreType(value); return *this;}
182176

@@ -185,10 +179,9 @@ namespace Model
185179
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
186180
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
187181
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
188-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
189-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
190-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
191-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
182+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
183+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
184+
* copy of the source DB cluster.</p>
192185
*/
193186
inline RestoreDBClusterToPointInTimeRequest& WithRestoreType(Aws::String&& value) { SetRestoreType(std::move(value)); return *this;}
194187

@@ -197,10 +190,9 @@ namespace Model
197190
* values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is
198191
* restored as a full copy of the source DB cluster.</p> </li> <li> <p>
199192
* <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
200-
* source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify
201-
* <code>copy-on-write</code> if the engine version of the source DB cluster is
202-
* earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value,
203-
* then the new DB cluster is restored as a full copy of the source DB cluster.</p>
193+
* source DB cluster.</p> </li> </ul> <p>If you don't specify a
194+
* <code>RestoreType</code> value, then the new DB cluster is restored as a full
195+
* copy of the source DB cluster.</p>
204196
*/
205197
inline RestoreDBClusterToPointInTimeRequest& WithRestoreType(const char* value) { SetRestoreType(value); return *this;}
206198

aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceType.h

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,49 @@ namespace Model
541541
c7g_8xlarge,
542542
c7g_12xlarge,
543543
c7g_16xlarge,
544-
mac2_metal
544+
mac2_metal,
545+
c6id_large,
546+
c6id_xlarge,
547+
c6id_2xlarge,
548+
c6id_4xlarge,
549+
c6id_8xlarge,
550+
c6id_12xlarge,
551+
c6id_16xlarge,
552+
c6id_24xlarge,
553+
c6id_32xlarge,
554+
c6id_metal,
555+
m6id_large,
556+
m6id_xlarge,
557+
m6id_2xlarge,
558+
m6id_4xlarge,
559+
m6id_8xlarge,
560+
m6id_12xlarge,
561+
m6id_16xlarge,
562+
m6id_24xlarge,
563+
m6id_32xlarge,
564+
m6id_metal,
565+
r6id_large,
566+
r6id_xlarge,
567+
r6id_2xlarge,
568+
r6id_4xlarge,
569+
r6id_8xlarge,
570+
r6id_12xlarge,
571+
r6id_16xlarge,
572+
r6id_24xlarge,
573+
r6id_32xlarge,
574+
r6id_metal,
575+
r6a_large,
576+
r6a_xlarge,
577+
r6a_2xlarge,
578+
r6a_4xlarge,
579+
r6a_8xlarge,
580+
r6a_12xlarge,
581+
r6a_16xlarge,
582+
r6a_24xlarge,
583+
r6a_32xlarge,
584+
r6a_48xlarge,
585+
r6a_metal,
586+
p4de_24xlarge
545587
};
546588

547589
namespace InstanceTypeMapper

0 commit comments

Comments
 (0)