5
5
"github.com/aws/aws-sdk-go-v2/service/dynamodb/types"
6
6
)
7
7
8
- // Deep Copy PutItemInput performs a deep copy of a PutItemInput struct.
8
+ // deepCopyPutItemInput performs a deep copy of a PutItemInput struct.
9
9
func deepCopyPutItemInput (input * dynamodb.PutItemInput ) * dynamodb.PutItemInput {
10
10
if input == nil {
11
11
return nil
@@ -58,7 +58,7 @@ func deepCopyPutItemInput(input *dynamodb.PutItemInput) *dynamodb.PutItemInput {
58
58
}
59
59
}
60
60
61
- // Deep copy GetItemInput performs a deep copy of a GetItemInput struct.
61
+ // deepCopyGetItemInput performs a deep copy of a GetItemInput struct.
62
62
func deepCopyGetItemInput (input * dynamodb.GetItemInput ) * dynamodb.GetItemInput {
63
63
if input == nil {
64
64
return nil
@@ -106,7 +106,7 @@ func deepCopyGetItemInput(input *dynamodb.GetItemInput) *dynamodb.GetItemInput {
106
106
}
107
107
}
108
108
109
- // Deep Copy GetItemInput performs a deep copy of a BatchGetItemInput struct.
109
+ // deepCopyBatchGetItemInput performs a deep copy of a BatchGetItemInput struct.
110
110
func deepCopyBatchGetItemInput (input * dynamodb.BatchGetItemInput ) * dynamodb.BatchGetItemInput {
111
111
if input == nil {
112
112
return nil
@@ -124,7 +124,7 @@ func deepCopyBatchGetItemInput(input *dynamodb.BatchGetItemInput) *dynamodb.Batc
124
124
}
125
125
}
126
126
127
- // DeepCopyBatchExecuteStatementInput performs a deep copy of a BatchExecuteStatementInput struct.
127
+ // deepCopyBatchExecuteStatementInput performs a deep copy of a BatchExecuteStatementInput struct.
128
128
func deepCopyBatchExecuteStatementInput (input * dynamodb.BatchExecuteStatementInput ) * dynamodb.BatchExecuteStatementInput {
129
129
if input == nil {
130
130
return nil
@@ -141,7 +141,7 @@ func deepCopyBatchExecuteStatementInput(input *dynamodb.BatchExecuteStatementInp
141
141
}
142
142
}
143
143
144
- // DeepCopyBatchWriteItemInput performs a deep copy of a BatchWriteItemInput struct.
144
+ // deepCopyBatchWriteItemInput performs a deep copy of a BatchWriteItemInput struct.
145
145
func deepCopyBatchWriteItemInput (input * dynamodb.BatchWriteItemInput ) * dynamodb.BatchWriteItemInput {
146
146
if input == nil {
147
147
return nil
@@ -163,7 +163,7 @@ func deepCopyBatchWriteItemInput(input *dynamodb.BatchWriteItemInput) *dynamodb.
163
163
}
164
164
}
165
165
166
- // DeepCopyDeleteItemInput performs a deep copy of a DeleteItemInput struct.
166
+ // deepCopyDeleteItemInput performs a deep copy of a DeleteItemInput struct.
167
167
func deepCopyDeleteItemInput (input * dynamodb.DeleteItemInput ) * dynamodb.DeleteItemInput {
168
168
if input == nil {
169
169
return nil
@@ -209,7 +209,7 @@ func deepCopyDeleteItemInput(input *dynamodb.DeleteItemInput) *dynamodb.DeleteIt
209
209
}
210
210
}
211
211
212
- // DeepCopyExecuteStatementInput performs a deep copy of an ExecuteStatementInput struct.
212
+ // deepCopyExecuteStatementInput performs a deep copy of an ExecuteStatementInput struct.
213
213
func deepCopyExecuteStatementInput (input * dynamodb.ExecuteStatementInput ) * dynamodb.ExecuteStatementInput {
214
214
if input == nil {
215
215
return nil
@@ -253,7 +253,7 @@ func deepCopyExecuteStatementInput(input *dynamodb.ExecuteStatementInput) *dynam
253
253
}
254
254
}
255
255
256
- // DeepCopyExecuteTransactionInput performs a deep copy of an ExecuteTransactionInput struct.
256
+ // deepCopyExecuteTransactionInput performs a deep copy of an ExecuteTransactionInput struct.
257
257
func deepCopyExecuteTransactionInput (input * dynamodb.ExecuteTransactionInput ) * dynamodb.ExecuteTransactionInput {
258
258
if input == nil {
259
259
return nil
@@ -277,7 +277,7 @@ func deepCopyExecuteTransactionInput(input *dynamodb.ExecuteTransactionInput) *d
277
277
}
278
278
}
279
279
280
- // DeepCopyQueryInput performs a deep copy of a QueryInput struct.
280
+ // deepCopyQueryInput performs a deep copy of a QueryInput struct.
281
281
func deepCopyQueryInput (input * dynamodb.QueryInput ) * dynamodb.QueryInput {
282
282
if input == nil {
283
283
return nil
@@ -360,7 +360,7 @@ func deepCopyQueryInput(input *dynamodb.QueryInput) *dynamodb.QueryInput {
360
360
}
361
361
}
362
362
363
- // DeepCopyScanInput performs a deep copy of a ScanInput struct.
363
+ // deepCopyScanInput performs a deep copy of a ScanInput struct.
364
364
func deepCopyScanInput (input * dynamodb.ScanInput ) * dynamodb.ScanInput {
365
365
if input == nil {
366
366
return nil
@@ -442,7 +442,7 @@ func deepCopyScanInput(input *dynamodb.ScanInput) *dynamodb.ScanInput {
442
442
}
443
443
}
444
444
445
- // DeepCopyTransactGetItemsInput performs a deep copy of a TransactGetItemsInput struct.
445
+ // deepCopyTransactGetItemsInput performs a deep copy of a TransactGetItemsInput struct.
446
446
func deepCopyTransactGetItemsInput (input * dynamodb.TransactGetItemsInput ) * dynamodb.TransactGetItemsInput {
447
447
if input == nil {
448
448
return nil
@@ -486,7 +486,7 @@ func deepCopyTransactWriteItemsInput(input *dynamodb.TransactWriteItemsInput) *d
486
486
}
487
487
}
488
488
489
- // DeepCopyUpdateItemInput performs a deep copy of an UpdateItemInput struct.
489
+ // deepCopyUpdateItemInput performs a deep copy of an UpdateItemInput struct.
490
490
func deepCopyUpdateItemInput (input * dynamodb.UpdateItemInput ) * dynamodb.UpdateItemInput {
491
491
if input == nil {
492
492
return nil
0 commit comments