![]() |
VOOZH | about |
dotnet add package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 2.0.0
NuGet\Install-Package AWS.Cryptography.Internal.ComAmazonawsDynamodb -Version 2.0.0
<PackageReference Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" Version="2.0.0" />
<PackageVersion Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" />Project file
paket add AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 2.0.0
#r "nuget: AWS.Cryptography.Internal.ComAmazonawsDynamodb, 2.0.0"
#:package AWS.Cryptography.Internal.ComAmazonawsDynamodb@2.0.0
#addin nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=2.0.0Install as a Cake Addin
#tool nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=2.0.0Install as a Cake Tool
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.
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.
This directory contains the DDB smithy model, but with a couple adjustments:
The following operations defined in the model have colliding input and output structures.
DisableKinesisStreamingDestinationEnableKinesisStreamingDestinationBoth opertations are defined to use the input and output structures
KinesisStreamingDestinationInputKinesisStreamingDestiantinOutputIn 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:
Have the same definition as:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
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. |
This package is not used by any popular GitHub repositories.