Skip to content

Commit

Permalink
This release adds support for toxicity detection and prompt safety cl…
Browse files Browse the repository at this point in the history
…assification.

Update to support new APIs for delivery of logs from AWS services.
Adding EKS Anywhere subscription related operations.
Support UBAM filetype for Omics Storage and make referenceArn optional
AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.
Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
  • Loading branch information
aws-sdk-cpp-automation committed Nov 9, 2023
1 parent 69a1790 commit 50401cd
Show file tree
Hide file tree
Showing 226 changed files with 18,233 additions and 1,388 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.198
1.11.199
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ namespace CloudFormation
/**
* <p>Returns the description for the specified stack; if no stack name was
* specified, then it returns the description for all the stacks created.</p>
* <p>If the stack doesn't exist, an <code>ValidationError</code> is
* <p>If the stack doesn't exist, a <code>ValidationError</code> is
* returned.</p> <p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStacks">AWS
* API Reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/

#pragma once
#include <aws/cloudformation/CloudFormation_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

namespace Aws
{
namespace CloudFormation
{
namespace Model
{
enum class ConcurrencyMode
{
NOT_SET,
STRICT_FAILURE_TOLERANCE,
SOFT_FAILURE_TOLERANCE
};

namespace ConcurrencyModeMapper
{
AWS_CLOUDFORMATION_API ConcurrencyMode GetConcurrencyModeForName(const Aws::String& name);

AWS_CLOUDFORMATION_API Aws::String GetNameForConcurrencyMode(ConcurrencyMode value);
} // namespace ConcurrencyModeMapper
} // namespace Model
} // namespace CloudFormation
} // namespace Aws
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline const Aws::Vector<Capability>& GetCapabilities() const{ return m_capabilities; }

Expand Down Expand Up @@ -447,7 +448,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline bool CapabilitiesHasBeenSet() const { return m_capabilitiesHasBeenSet; }

Expand Down Expand Up @@ -506,7 +508,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline void SetCapabilities(const Aws::Vector<Capability>& value) { m_capabilitiesHasBeenSet = true; m_capabilities = value; }

Expand Down Expand Up @@ -565,7 +568,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline void SetCapabilities(Aws::Vector<Capability>&& value) { m_capabilitiesHasBeenSet = true; m_capabilities = std::move(value); }

Expand Down Expand Up @@ -624,7 +628,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& WithCapabilities(const Aws::Vector<Capability>& value) { SetCapabilities(value); return *this;}

Expand Down Expand Up @@ -683,7 +688,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& WithCapabilities(Aws::Vector<Capability>&& value) { SetCapabilities(std::move(value)); return *this;}

Expand Down Expand Up @@ -742,7 +748,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& AddCapabilities(const Capability& value) { m_capabilitiesHasBeenSet = true; m_capabilities.push_back(value); return *this; }

Expand Down Expand Up @@ -801,7 +808,8 @@ namespace Model
* more information about macros, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
* CloudFormation macros to perform custom processing on templates</a>.</p> </li>
* </ul>
* </ul> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& AddCapabilities(Capability&& value) { m_capabilitiesHasBeenSet = true; m_capabilities.push_back(std::move(value)); return *this; }

Expand All @@ -816,7 +824,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline const Aws::Vector<Aws::String>& GetResourceTypes() const{ return m_resourceTypes; }

Expand All @@ -830,7 +839,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline bool ResourceTypesHasBeenSet() const { return m_resourceTypesHasBeenSet; }

Expand All @@ -844,7 +854,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline void SetResourceTypes(const Aws::Vector<Aws::String>& value) { m_resourceTypesHasBeenSet = true; m_resourceTypes = value; }

Expand All @@ -858,7 +869,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline void SetResourceTypes(Aws::Vector<Aws::String>&& value) { m_resourceTypesHasBeenSet = true; m_resourceTypes = std::move(value); }

Expand All @@ -872,7 +884,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& WithResourceTypes(const Aws::Vector<Aws::String>& value) { SetResourceTypes(value); return *this;}

Expand All @@ -886,7 +899,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& WithResourceTypes(Aws::Vector<Aws::String>&& value) { SetResourceTypes(std::move(value)); return *this;}

Expand All @@ -900,7 +914,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& AddResourceTypes(const Aws::String& value) { m_resourceTypesHasBeenSet = true; m_resourceTypes.push_back(value); return *this; }

Expand All @@ -914,7 +929,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& AddResourceTypes(Aws::String&& value) { m_resourceTypesHasBeenSet = true; m_resourceTypes.push_back(std::move(value)); return *this; }

Expand All @@ -928,7 +944,8 @@ namespace Model
* condition keys in IAM policies for CloudFormation. For more information, see <a
* href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
* access with Identity and Access Management</a> in the CloudFormation User
* Guide.</p>
* Guide.</p> <p>Only one of the <code>Capabilities</code> and
* <code>ResourceType</code> parameters can be specified.</p>
*/
inline CreateChangeSetRequest& AddResourceTypes(const char* value) { m_resourceTypesHasBeenSet = true; m_resourceTypes.push_back(value); return *this; }

Expand Down
Loading

0 comments on commit 50401cd

Please sign in to comment.