AWS.Cryptography.Internal.ComAmazonawsDynamodb 1.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 1.3.0
NuGet\Install-Package AWS.Cryptography.Internal.ComAmazonawsDynamodb -Version 1.3.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="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AWS.Cryptography.Internal.ComAmazonawsDynamodb --version 1.3.0
#r "nuget: AWS.Cryptography.Internal.ComAmazonawsDynamodb, 1.3.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.
// Install AWS.Cryptography.Internal.ComAmazonawsDynamodb as a Cake Addin
#addin nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=1.3.0

// Install AWS.Cryptography.Internal.ComAmazonawsDynamodb as a Cake Tool
#tool nuget:?package=AWS.Cryptography.Internal.ComAmazonawsDynamodb&version=1.3.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 issue notifications

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 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. 
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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
1.3.0 43 4/25/2024
1.2.0 2,444 1/8/2024
1.0.0 53,227 9/29/2023