Skip to content

Commit ef344d9

Browse files
committed
m
1 parent 3d9922c commit ef344d9

File tree

8 files changed

+6
-291
lines changed

8 files changed

+6
-291
lines changed

DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/model/EncryptedDataKeyDescriptionOutput.java

Lines changed: 0 additions & 133 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4-
package software.amazon.cryptography.dbencryptionsdk.dynamodb.model;
4+
package software.amazon.cryptography.dbencryptionsdk.dynamodb.transforms.model;
55

66
import java.util.Objects;
77
import software.amazon.awssdk.services.dynamodb.model.QueryRequest;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4-
package software.amazon.cryptography.dbencryptionsdk.dynamodb.model;
4+
package software.amazon.cryptography.dbencryptionsdk.dynamodb.transforms.model;
55

66
public class GetNumberOfQueriesOutput {
77

DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryption/EncryptedDataKeyDescriptionOutput.cs

Lines changed: 0 additions & 56 deletions
This file was deleted.

DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryption/GetNumberOfQueriesInput.cs renamed to DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryptionTransforms/GetNumberOfQueriesInput.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SPDX-License-Identifier: Apache-2.0
33
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
44
using System;
5-
using AWS.Cryptography.DbEncryptionSDK.DynamoDb;
6-
namespace AWS.Cryptography.DbEncryptionSDK.DynamoDb
5+
using AWS.Cryptography.DbEncryptionSDK.DynamoDb.Transforms;
6+
namespace AWS.Cryptography.DbEncryptionSDK.DynamoDb.Transforms
77
{
88
public class GetNumberOfQueriesInput
99
{

DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryption/GetNumberOfQueriesOutput.cs renamed to DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryptionTransforms/GetNumberOfQueriesOutput.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SPDX-License-Identifier: Apache-2.0
33
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
44
using System;
5-
using AWS.Cryptography.DbEncryptionSDK.DynamoDb;
6-
namespace AWS.Cryptography.DbEncryptionSDK.DynamoDb
5+
using AWS.Cryptography.DbEncryptionSDK.DynamoDb.Transforms;
6+
namespace AWS.Cryptography.DbEncryptionSDK.DynamoDb.Transforms
77
{
88
public class GetNumberOfQueriesOutput
99
{

DynamoDbEncryption/runtimes/net/Generated/StructuredEncryption/AuthenticateItem.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

DynamoDbEncryption/runtimes/net/Generated/StructuredEncryption/CryptoSchemaItem.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)