Skip to content

Commit 82094e7

Browse files
Add IncludeTags field to GetLink, GetSink and UpdateLink API
This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature. Remove Discovery APIs from the DataSync service This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events. Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields. This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
1 parent 3f40473 commit 82094e7

File tree

209 files changed

+5088
-11153
lines changed

Some content is hidden

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

209 files changed

+5088
-11153
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.571
1+
1.11.572

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncClient.h

Lines changed: 0 additions & 355 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncServiceClientModel.h

Lines changed: 0 additions & 67 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/model/AddStorageSystemRequest.h

Lines changed: 0 additions & 181 deletions
This file was deleted.

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/model/AddStorageSystemResult.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/model/Capacity.h

Lines changed: 0 additions & 97 deletions
This file was deleted.

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/model/CreateLocationHdfsRequest.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ namespace Model
165165
/**
166166
* <p>The Kerberos key table (keytab) that contains mappings between the defined
167167
* Kerberos principal and the encrypted keys. You can load the keytab from a file
168-
* by providing the file's address. If you're using the CLI, it performs base64
169-
* encoding for you. Otherwise, provide the base64-encoded text. </p> <p>If
170-
* <code>KERBEROS</code> is specified for <code>AuthenticationType</code>, this
171-
* parameter is required. </p>
168+
* by providing the file's address.</p> <p>If <code>KERBEROS</code> is
169+
* specified for <code>AuthenticationType</code>, this parameter is required. </p>
170+
*
172171
*/
173172
inline const Aws::Utils::ByteBuffer& GetKerberosKeytab() const { return m_kerberosKeytab; }
174173
inline bool KerberosKeytabHasBeenSet() const { return m_kerberosKeytabHasBeenSet; }

generated/src/aws-cpp-sdk-datasync/include/aws/datasync/model/CreateLocationSmbRequest.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,9 @@ namespace Model
223223
///@{
224224
/**
225225
* <p>Specifies your Kerberos key table (keytab) file, which includes mappings
226-
* between your Kerberos principal and encryption keys.</p> <p>The file must be
227-
* base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To
228-
* avoid task execution errors, make sure that the Kerberos principal that you use
229-
* to create the keytab file matches exactly what you specify for
226+
* between your Kerberos principal and encryption keys.</p> <p>To avoid task
227+
* execution errors, make sure that the Kerberos principal that you use to create
228+
* the keytab file matches exactly what you specify for
230229
* <code>KerberosPrincipal</code>. </p>
231230
*/
232231
inline const Aws::Utils::ByteBuffer& GetKerberosKeytab() const { return m_kerberosKeytab; }

0 commit comments

Comments
 (0)