Skip to content

Commit 2d2f18f

Browse files
Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
Add support for Marketplace Metering Service dual-stack endpoints for CN regions Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20. Add support for Detective DualStack endpoints Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regions Adds deletion protection support to policy stores. Deletion protection is disabled by default, can be enabled via the CreatePolicyStore or UpdatePolicyStore APIs, and is visible in GetPolicyStore. Doc only update for API descriptions. Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
1 parent ed3a913 commit 2d2f18f

File tree

36 files changed

+2282
-2038
lines changed

36 files changed

+2282
-2038
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.545
1+
1.11.546

generated/src/aws-cpp-sdk-detective/source/DetectiveEndpointRules.cpp

Lines changed: 186 additions & 120 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-dynamodb/include/aws/dynamodb/DynamoDBClient.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ namespace DynamoDB
186186
* the minimum read capacity units according to the type of read. For more
187187
* information, see <a
188188
* href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#CapacityUnitCalculations">Working
189-
* with Tables</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p><p><h3>See
190-
* Also:</h3> <a
189+
* with Tables</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p> <p>
190+
* <code>BatchGetItem</code> will result in a <code>ValidationException</code> if
191+
* the same key is specified multiple times.</p> <p><h3>See Also:</h3> <a
191192
* href="http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchGetItem">AWS
192193
* API Reference</a></p>
193194
*/

generated/src/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/CreateGlobalSecondaryIndexAction.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ namespace Model
104104
/**
105105
* <p>The maximum number of read and write units for the global secondary index
106106
* being created. If you use this parameter, you must specify
107-
* <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or
108-
* both.</p>
107+
* <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.
108+
* You must use either <code>OnDemand Throughput</code> or
109+
* <code>ProvisionedThroughput</code> based on your table's capacity mode.</p>
109110
*/
110111
inline const OnDemandThroughput& GetOnDemandThroughput() const { return m_onDemandThroughput; }
111112
inline bool OnDemandThroughputHasBeenSet() const { return m_onDemandThroughputHasBeenSet; }

generated/src/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/ProvisionedThroughput.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ namespace Model
2222
{
2323

2424
/**
25-
* <p>Represents the provisioned throughput settings for a specified table or
26-
* index. The settings can be modified using the <code>UpdateTable</code>
27-
* operation.</p> <p>For current minimum and maximum provisioned throughput values,
28-
* see <a
25+
* <p>Represents the provisioned throughput settings for the specified global
26+
* secondary index. You must use <code>ProvisionedThroughput</code> or
27+
* <code>OnDemandThroughput</code> based on your table’s capacity mode.</p> <p>For
28+
* current minimum and maximum provisioned throughput values, see <a
2929
* href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
3030
* Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
3131
* Guide</i>.</p><p><h3>See Also:</h3> <a

generated/src/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/TableWarmThroughputDescription.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ namespace Model
2525

2626
/**
2727
* <p>Represents the warm throughput value (in read units per second and write
28-
* units per second) of the base table.</p><p><h3>See Also:</h3> <a
28+
* units per second) of the table. Warm throughput is applicable for DynamoDB
29+
* Standard-IA tables and specifies the minimum provisioned capacity maintained for
30+
* immediate data access.</p><p><h3>See Also:</h3> <a
2931
* href="http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TableWarmThroughputDescription">AWS
3032
* API Reference</a></p>
3133
*/
@@ -62,7 +64,7 @@ namespace Model
6264

6365
///@{
6466
/**
65-
* <p>Represents warm throughput value of the base table..</p>
67+
* <p>Represents warm throughput value of the base table.</p>
6668
*/
6769
inline TableStatus GetStatus() const { return m_status; }
6870
inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }

generated/src/aws-cpp-sdk-marketplace-entitlement/source/MarketplaceEntitlementServiceEndpointRules.cpp

Lines changed: 95 additions & 80 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-meteringmarketplace/source/MarketplaceMeteringEndpointRules.cpp

Lines changed: 111 additions & 81 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-verifiedpermissions/include/aws/verifiedpermissions/VerifiedPermissionsErrors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ enum class VerifiedPermissionsErrors
4949

5050
CONFLICT= static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
5151
INTERNAL_SERVER,
52+
INVALID_STATE,
5253
SERVICE_QUOTA_EXCEEDED
5354
};
5455

generated/src/aws-cpp-sdk-verifiedpermissions/include/aws/verifiedpermissions/model/CreatePolicyStoreRequest.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
99
#include <aws/core/utils/memory/stl/AWSString.h>
1010
#include <aws/verifiedpermissions/model/ValidationSettings.h>
11+
#include <aws/verifiedpermissions/model/DeletionProtection.h>
1112
#include <utility>
1213
#include <aws/core/utils/UUID.h>
1314

@@ -93,6 +94,17 @@ namespace Model
9394
template<typename DescriptionT = Aws::String>
9495
CreatePolicyStoreRequest& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
9596
///@}
97+
98+
///@{
99+
/**
100+
* <p>Specifies whether the policy store can be deleted. If enabled, the policy
101+
* store can't be deleted.</p> <p>The default state is <code>DISABLED</code>.</p>
102+
*/
103+
inline DeletionProtection GetDeletionProtection() const { return m_deletionProtection; }
104+
inline bool DeletionProtectionHasBeenSet() const { return m_deletionProtectionHasBeenSet; }
105+
inline void SetDeletionProtection(DeletionProtection value) { m_deletionProtectionHasBeenSet = true; m_deletionProtection = value; }
106+
inline CreatePolicyStoreRequest& WithDeletionProtection(DeletionProtection value) { SetDeletionProtection(value); return *this;}
107+
///@}
96108
private:
97109

98110
Aws::String m_clientToken;
@@ -103,6 +115,9 @@ namespace Model
103115

104116
Aws::String m_description;
105117
bool m_descriptionHasBeenSet = false;
118+
119+
DeletionProtection m_deletionProtection{DeletionProtection::NOT_SET};
120+
bool m_deletionProtectionHasBeenSet = false;
106121
};
107122

108123
} // namespace Model

0 commit comments

Comments
 (0)