AWS cli documentation change
Summary
Updated Flink documentation links, increased default KPU limit from 32 to 64, added encryption configuration documentation, and clarified system rollback descriptions
Security assessment
The addition of ApplicationEncryptionConfigurationDescription documents security features for encryption at rest. The KPU limit increase and documentation version updates appear to be routine improvements without security implications. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/kinesisanalyticsv2/describe-application-version.md b/cli/latest/reference/kinesisanalyticsv2/describe-application-version.md index 0259aec32..0026d3cd7 100644 --- a//cli/latest/reference/kinesisanalyticsv2/describe-application-version.md +++ b//cli/latest/reference/kinesisanalyticsv2/describe-application-version.md @@ -15 +15 @@ - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) » @@ -646 +646 @@ ApplicationVersionDetail -> (structure) ->>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . +>>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . @@ -724 +724 @@ ApplicationVersionDetail -> (structure) ->>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting. +>>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting. @@ -740 +740 @@ ApplicationVersionDetail -> (structure) ->>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation. +>>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.20/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation. @@ -776 +776 @@ ApplicationVersionDetail -> (structure) ->>> Describes system rollback configuration for a Managed Service for Apache Flink application +>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application. @@ -780 +780 @@ ApplicationVersionDetail -> (structure) ->>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application +>>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application. @@ -892,0 +893,12 @@ ApplicationVersionDetail -> (structure) +>> +>> ApplicationEncryptionConfigurationDescription -> (structure) +>> +>>> Describes the encryption at rest configuration. +>>> +>>> KeyId -> (string) +>>> +>>>> The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest. +>>> +>>> KeyType -> (string) +>>> +>>>> Specifies the type of key used for encryption at rest. @@ -940 +952 @@ ApplicationVersionDetail -> (structure) ->> The current timestamp when the application version was created. +>> The timestamp that indicates when the application version was created. @@ -964 +976 @@ ApplicationVersionDetail -> (structure) - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) »