AWS.Cryptography.Internal.ComAmazonawsDynamodb
1.2.0
Prefix Reserved
See the version list below for details.
dotnet add package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 1.2.0
NuGet\Install-Package AWS.Cryptography.Internal.ComAmazonawsDynamodb -Version 1.2.0
<PackageReference Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" Version="1.2.0" />
paket add AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 1.2.0
#r "nuget: AWS.Cryptography.Internal.ComAmazonawsDynamodb, 1.2.0"
// Install AWS.Cryptography.Internal.ComAmazonawsDynamodb as a Cake Addin #addin nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=1.2.0 // Install AWS.Cryptography.Internal.ComAmazonawsDynamodb as a Cake Tool #tool nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=1.2.0
AWS Cryptographic Internal ComAmazonawsDynamodb
The AWS Cryptographic Internal ComAmazonawsDynamodb is a modeled library used in the AWS Cryptographic Material Providers Library. This internal library makes no guarantees that functionality will be added or removed between minor versions.
DO NOT take a standalone dependency on this library.
Security
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.
DDB Model
This directory contains the DDB smithy model, but with a couple adjustments:
Operation Changes
The following operations defined in the model have colliding input and output structures.
DisableKinesisStreamingDestination
EnableKinesisStreamingDestination
Both opertations are defined to use the input and output structures
KinesisStreamingDestinationInput
KinesisStreamingDestiantinOutput
In the aws sdk net v3 of the AWS SDK NET for DynamoDB, the Kinesis Streaming Destination operations do not share input and output structures; however, the model definition did not change for backwards compatability reasons.
Our code generation did not know how to make this distinction. In order to support DynamoDBv2, we changed the model definition to better reflect this change. NOTE: The original KinesisStreamingDestinationInput/Output structures were not deleted from the model
We modified the Operations input/output structures as follows:
"com.amazonaws.dynamodb#DisableKinesisStreamingDestination": {
...
"input": { "target": "com.amazonaws.dynamodb#DisableKinesisStreamingDestinationInput"},
"output": { "target": "com.amazonaws.dynamodb#DisableKinesisStreamingDestinationOutput"},
...
},
"com.amazonaws.dynamodb#EnableKinesisStreamingDestination": {
...
"input": { "target": "com.amazonaws.dynamodb#EnableKinesisStreamingDestinationInput"},
"output": { "target": "com.amazonaws.dynamodb#EnableKinesisStreamingDestinationOutput"},
...
}
The new modeled structures:
- DisableKinesisStreamingDestinationInput
- DisableKinesisStreamingDestinationOutput
- EnableKinesisStreamingDestinationInput
- EnableKinesisStreamingDestinationOutput
Have the same definition as:
- KinesisStreamingDestinationInput
- KinesisStreamingDestinationOutput
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- AWS.Cryptography.Internal.StandardLibrary (>= 1.2.0)
- AWSSDK.Core (>= 3.7.300.2)
- AWSSDK.DynamoDBv2 (>= 3.7.300.2)
- DafnyRuntime (>= 4.2.0)
- System.Collections.Immutable (>= 1.7.0)
- System.ValueTuple (>= 4.5.0)
-
net6.0
- AWS.Cryptography.Internal.StandardLibrary (>= 1.2.0)
- AWSSDK.Core (>= 3.7.300.2)
- AWSSDK.DynamoDBv2 (>= 3.7.300.2)
- DafnyRuntime (>= 4.2.0)
- System.Collections.Immutable (>= 1.7.0)
- System.ValueTuple (>= 4.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AWS.Cryptography.Internal.ComAmazonawsDynamodb:
Package | Downloads |
---|---|
AWS.Cryptography.MaterialProviders
The AWS Cryptographic Material Providers Library abstracts lower level cryptographic materials management of encryption and decryption materials. It uses cryptographic best practices to protect the data keys that protect your data. |
GitHub repositories
This package is not used by any popular GitHub repositories.