Skip to content

Commit 8da6226

Browse files
Update for general availability of Amazon Elastic VMware Service (EVS).
Adds support for Wait and Save feature in service-managed fleets Added support for managing user background session for applications Updating SearchUserHierarchyGroups API This release includes model updates and enhanced SDK documentation for union fields in automated reasoning policy components. Added docs cover policy definitions, mutations (add/update for rules/types/variables), build assets, workflow sources, test results, and tag exception handling. Remove SigV4 auth requirement for GetTokensFromRefreshToken Doc-only update for Lambda that updates the maximum payload size for response streaming invocations to 200 MB. This release adds AvailabilityZoneId support for CreateVolume, DescribeVolume, LaunchTemplates, RunInstances, DescribeInstances, CreateDefaultSubnet, SpotInstances, and CreateDefaultSubnet APIs. Add RowAxisDisplayOptions and ColumnAxisDisplayOptions to HeatMapConfiguration, add Actions to PluginVisual, increase limit for CalculatedFields list
1 parent d10e1de commit 8da6226

File tree

124 files changed

+2871
-1389
lines changed

Some content is hidden

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

124 files changed

+2871
-1389
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.623
1+
1.11.624

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyAddRuleMutation.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ namespace Model
3939

4040

4141
///@{
42-
42+
/**
43+
* <p>The rule definition that specifies the formal logical expression and metadata
44+
* for the new rule being added to the policy.</p>
45+
*/
4346
inline const AutomatedReasoningPolicyDefinitionRule& GetRule() const { return m_rule; }
4447
inline bool RuleHasBeenSet() const { return m_ruleHasBeenSet; }
4548
template<typename RuleT = AutomatedReasoningPolicyDefinitionRule>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyAddTypeMutation.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ namespace Model
3939

4040

4141
///@{
42-
42+
/**
43+
* <p>The type definition that specifies the name, description, and possible values
44+
* for the new custom type being added to the policy.</p>
45+
*/
4346
inline const AutomatedReasoningPolicyDefinitionType& GetType() const { return m_type; }
4447
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
4548
template<typename TypeT = AutomatedReasoningPolicyDefinitionType>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyAddVariableMutation.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ namespace Model
3939

4040

4141
///@{
42-
42+
/**
43+
* <p>The variable definition that specifies the name, type, and description for
44+
* the new variable being added to the policy.</p>
45+
*/
4346
inline const AutomatedReasoningPolicyDefinitionVariable& GetVariable() const { return m_variable; }
4447
inline bool VariableHasBeenSet() const { return m_variableHasBeenSet; }
4548
template<typename VariableT = AutomatedReasoningPolicyDefinitionVariable>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyBuildResultAssets.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ namespace Model
4242

4343

4444
///@{
45-
45+
/**
46+
* <p>The complete policy definition generated by the build workflow, containing
47+
* all rules, variables, and custom types extracted from the source documents.</p>
48+
*/
4649
inline const AutomatedReasoningPolicyDefinition& GetPolicyDefinition() const { return m_policyDefinition; }
4750
inline bool PolicyDefinitionHasBeenSet() const { return m_policyDefinitionHasBeenSet; }
4851
template<typename PolicyDefinitionT = AutomatedReasoningPolicyDefinition>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyBuildWorkflowSource.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ namespace Model
4141

4242

4343
///@{
44-
44+
/**
45+
* <p>An existing policy definition that serves as the starting point for the build
46+
* workflow, typically used in policy repair or update scenarios.</p>
47+
*/
4548
inline const AutomatedReasoningPolicyDefinition& GetPolicyDefinition() const { return m_policyDefinition; }
4649
inline bool PolicyDefinitionHasBeenSet() const { return m_policyDefinitionHasBeenSet; }
4750
template<typename PolicyDefinitionT = AutomatedReasoningPolicyDefinition>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyDefinitionElement.h

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ namespace Model
4141

4242

4343
///@{
44-
44+
/**
45+
* <p>A variable element within the policy definition that represents a concept
46+
* used in logical expressions and rules.</p>
47+
*/
4548
inline const AutomatedReasoningPolicyDefinitionVariable& GetPolicyDefinitionVariable() const { return m_policyDefinitionVariable; }
4649
inline bool PolicyDefinitionVariableHasBeenSet() const { return m_policyDefinitionVariableHasBeenSet; }
4750
template<typename PolicyDefinitionVariableT = AutomatedReasoningPolicyDefinitionVariable>
@@ -51,7 +54,10 @@ namespace Model
5154
///@}
5255

5356
///@{
54-
57+
/**
58+
* <p>A custom type element within the policy definition that defines a set of
59+
* possible values for variables.</p>
60+
*/
5561
inline const AutomatedReasoningPolicyDefinitionType& GetPolicyDefinitionType() const { return m_policyDefinitionType; }
5662
inline bool PolicyDefinitionTypeHasBeenSet() const { return m_policyDefinitionTypeHasBeenSet; }
5763
template<typename PolicyDefinitionTypeT = AutomatedReasoningPolicyDefinitionType>
@@ -61,7 +67,10 @@ namespace Model
6167
///@}
6268

6369
///@{
64-
70+
/**
71+
* <p>A rule element within the policy definition that contains a formal logical
72+
* expression used for validation.</p>
73+
*/
6574
inline const AutomatedReasoningPolicyDefinitionRule& GetPolicyDefinitionRule() const { return m_policyDefinitionRule; }
6675
inline bool PolicyDefinitionRuleHasBeenSet() const { return m_policyDefinitionRuleHasBeenSet; }
6776
template<typename PolicyDefinitionRuleT = AutomatedReasoningPolicyDefinitionRule>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyTestResult.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ namespace Model
4646

4747

4848
///@{
49-
49+
/**
50+
* <p>The test case that was executed, including the input content, expected
51+
* results, and configuration parameters used during validation.</p>
52+
*/
5053
inline const AutomatedReasoningPolicyTestCase& GetTestCase() const { return m_testCase; }
5154
inline bool TestCaseHasBeenSet() const { return m_testCaseHasBeenSet; }
5255
template<typename TestCaseT = AutomatedReasoningPolicyTestCase>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyUpdateRuleMutation.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ namespace Model
3939

4040

4141
///@{
42-
42+
/**
43+
* <p>The updated rule definition containing the modified formal logical expression
44+
* and any changed metadata for the existing rule.</p>
45+
*/
4346
inline const AutomatedReasoningPolicyDefinitionRule& GetRule() const { return m_rule; }
4447
inline bool RuleHasBeenSet() const { return m_ruleHasBeenSet; }
4548
template<typename RuleT = AutomatedReasoningPolicyDefinitionRule>

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/AutomatedReasoningPolicyUpdateTypeMutation.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ namespace Model
3939

4040

4141
///@{
42-
42+
/**
43+
* <p>The updated type definition containing the modified name, description, or
44+
* values for the existing custom type.</p>
45+
*/
4346
inline const AutomatedReasoningPolicyDefinitionType& GetType() const { return m_type; }
4447
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
4548
template<typename TypeT = AutomatedReasoningPolicyDefinitionType>

0 commit comments

Comments
 (0)