Skip to content

Commit

Permalink
This release introduces two new APIs: GetAssetContract and ListAssetC…
Browse files Browse the repository at this point in the history
…ontracts. This release also adds support for Bitcoin Testnet.

This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.
Updated exsiting API to allow AWS Elastic Disaster Recovery support of launching recovery into existing EC2 instances.
SDK and documentation updates for UpdateReplacePolicy
Documentation updates for AWS Transfer Family
This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality.
Added support for managing credentials of serverless namespace admin using AWS Secrets Manager.
This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues.
Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager.
This release allows customers to manage MediaPackage v2 resource using CloudFormation.
This launch expands our matching techniques to include provider-based matching to help customer match, link, and enhance records with minimal data movement. With data service providers, we have removed the need for customers to build bespoke integrations,.
  • Loading branch information
aws-sdk-cpp-automation committed Oct 16, 2023
1 parent a4bad62 commit fbc7cab
Show file tree
Hide file tree
Showing 215 changed files with 17,344 additions and 1,120 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.179
1.11.180
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline const Aws::String& GetHomeDirectory() const{ return m_homeDirectory; }

Expand All @@ -52,7 +52,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline bool HomeDirectoryHasBeenSet() const { return m_homeDirectoryHasBeenSet; }

Expand All @@ -61,7 +61,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const Aws::String& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = value; }

Expand All @@ -70,7 +70,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(Aws::String&& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = std::move(value); }

Expand All @@ -79,7 +79,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const char* value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory.assign(value); }

Expand All @@ -88,7 +88,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateAccessRequest& WithHomeDirectory(const Aws::String& value) { SetHomeDirectory(value); return *this;}

Expand All @@ -97,7 +97,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateAccessRequest& WithHomeDirectory(Aws::String&& value) { SetHomeDirectory(std::move(value)); return *this;}

Expand All @@ -106,7 +106,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateAccessRequest& WithHomeDirectory(const char* value) { SetHomeDirectory(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline const Aws::String& GetHomeDirectory() const{ return m_homeDirectory; }

Expand All @@ -53,7 +53,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline bool HomeDirectoryHasBeenSet() const { return m_homeDirectoryHasBeenSet; }

Expand All @@ -62,7 +62,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const Aws::String& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = value; }

Expand All @@ -71,7 +71,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(Aws::String&& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = std::move(value); }

Expand All @@ -80,7 +80,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const char* value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory.assign(value); }

Expand All @@ -89,7 +89,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateUserRequest& WithHomeDirectory(const Aws::String& value) { SetHomeDirectory(value); return *this;}

Expand All @@ -98,7 +98,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateUserRequest& WithHomeDirectory(Aws::String&& value) { SetHomeDirectory(std::move(value)); return *this;}

Expand All @@ -107,7 +107,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline CreateUserRequest& WithHomeDirectory(const char* value) { SetHomeDirectory(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline const Aws::String& GetHomeDirectory() const{ return m_homeDirectory; }

Expand All @@ -56,7 +56,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline bool HomeDirectoryHasBeenSet() const { return m_homeDirectoryHasBeenSet; }

Expand All @@ -65,7 +65,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const Aws::String& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = value; }

Expand All @@ -74,7 +74,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(Aws::String&& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = std::move(value); }

Expand All @@ -83,7 +83,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const char* value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory.assign(value); }

Expand All @@ -92,7 +92,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedAccess& WithHomeDirectory(const Aws::String& value) { SetHomeDirectory(value); return *this;}

Expand All @@ -101,7 +101,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedAccess& WithHomeDirectory(Aws::String&& value) { SetHomeDirectory(std::move(value)); return *this;}

Expand All @@ -110,7 +110,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedAccess& WithHomeDirectory(const char* value) { SetHomeDirectory(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline const Aws::String& GetHomeDirectory() const{ return m_homeDirectory; }

Expand All @@ -107,7 +107,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline bool HomeDirectoryHasBeenSet() const { return m_homeDirectoryHasBeenSet; }

Expand All @@ -116,7 +116,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const Aws::String& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = value; }

Expand All @@ -125,7 +125,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(Aws::String&& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = std::move(value); }

Expand All @@ -134,7 +134,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const char* value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory.assign(value); }

Expand All @@ -143,7 +143,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedUser& WithHomeDirectory(const Aws::String& value) { SetHomeDirectory(value); return *this;}

Expand All @@ -152,7 +152,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedUser& WithHomeDirectory(Aws::String&& value) { SetHomeDirectory(std::move(value)); return *this;}

Expand All @@ -161,7 +161,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline DescribedUser& WithHomeDirectory(const char* value) { SetHomeDirectory(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline const Aws::String& GetHomeDirectory() const{ return m_homeDirectory; }

Expand All @@ -53,7 +53,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline bool HomeDirectoryHasBeenSet() const { return m_homeDirectoryHasBeenSet; }

Expand All @@ -62,7 +62,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const Aws::String& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = value; }

Expand All @@ -71,7 +71,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(Aws::String&& value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory = std::move(value); }

Expand All @@ -80,7 +80,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline void SetHomeDirectory(const char* value) { m_homeDirectoryHasBeenSet = true; m_homeDirectory.assign(value); }

Expand All @@ -89,7 +89,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline ListedAccess& WithHomeDirectory(const Aws::String& value) { SetHomeDirectory(value); return *this;}

Expand All @@ -98,7 +98,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline ListedAccess& WithHomeDirectory(Aws::String&& value) { SetHomeDirectory(std::move(value)); return *this;}

Expand All @@ -107,7 +107,7 @@ namespace Model
* using the client.</p> <p>A <code>HomeDirectory</code> example is
* <code>/bucket_name/home/mydirectory</code>.</p> <p>The
* <code>HomeDirectory</code> parameter is only used if
* <code>HomeDirectoryType</code> is set to <code>LOGICAL</code>.</p>
* <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p>
*/
inline ListedAccess& WithHomeDirectory(const char* value) { SetHomeDirectory(value); return *this;}

Expand Down
Loading

0 comments on commit fbc7cab

Please sign in to comment.