VOOZH about

URL: https://www.nuget.org/packages/AWS.Cryptography.Internal.ComAmazonawsDynamodb/

⇱ NuGet Gallery | AWS.Cryptography.Internal.ComAmazonawsDynamodb 2.0.0




👁 Image
AWS.Cryptography.Internal.ComAmazonawsDynamodb 2.0.0

Prefix Reserved
dotnet add package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 2.0.0
 
 
NuGet\Install-Package AWS.Cryptography.Internal.ComAmazonawsDynamodb -Version 2.0.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" Version="2.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" Version="2.0.0" />
 
Directory.Packages.props
<PackageReference Include="AWS.Cryptography.Internal.ComAmazonawsDynamodb" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 2.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AWS.Cryptography.Internal.ComAmazonawsDynamodb, 2.0.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWS.Cryptography.Internal.ComAmazonawsDynamodb@2.0.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=2.0.0
 
Install as a Cake Addin
#tool nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=2.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
2.0.0 60,452 3/18/2026
1.11.2 4,651 2/5/2026
1.7.6 57,087 7/28/2025
1.7.5 6,689 1/30/2025
1.7.0 7,460 10/1/2024
1.6.0 3,183 9/11/2024
1.5.1 1,139 7/11/2024
1.5.0 340 7/2/2024
1.4.0 57,929 5/21/2024
1.3.0 616,115 4/25/2024
1.2.0 6,154 1/8/2024
1.0.0 189,071 9/29/2023