Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 9c7fd3c

Browse files
author
Nicholas Dunham
committed
Periodic update - 07/27/20-04:30pm UTC
1 parent e6cada2 commit 9c7fd3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+121
-111
lines changed

doc_source/API_BatchGetItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If the requested items do not exist, nothing is returned in the response for tho
2121
### Syntax<a name="API_BatchGetItem_RequestParameters.syntax"></a>
2222

2323
```
24-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
24+
// This header is abbreviated. For a sample of a complete header, see .
2525
POST / HTTP/1.1
2626
x-amz-target: DynamoDB_20111205.BatchGetItem
2727
content-type: application/x-amz-json-1.0
@@ -132,7 +132,7 @@ The following sample requests attributes from two different tables\.
132132

133133
```
134134
// This header is abbreviated.
135-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
135+
// For a sample of a complete header, see .
136136
POST / HTTP/1.1
137137
x-amz-target: DynamoDB_20111205.BatchGetItem
138138
content-type: application/x-amz-json-1.0

doc_source/API_BatchWriteItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DynamoDB rejects the entire batch write operation if any one of the following is
3434
### Syntax<a name="API_BatchWriteItems_RequestParameters.syntax"></a>
3535

3636
```
37-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
37+
// This header is abbreviated. For a sample of a complete header, see .
3838
POST / HTTP/1.1
3939
x-amz-target: DynamoDB_20111205.BatchGetItem
4040
content-type: application/x-amz-json-1.0
@@ -160,7 +160,7 @@ For examples using the AWS SDK, see [Working with Items and Attributes](WorkingW
160160
### Sample Request<a name="API_BatchWriteItems_Examples_Request"></a>
161161

162162
```
163-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
163+
// This header is abbreviated. For a sample of a complete header, see .
164164
POST / HTTP/1.1
165165
x-amz-target: DynamoDB_20111205.BatchGetItem
166166
content-type: application/x-amz-json-1.0

doc_source/API_CreateTable_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the [DescribeTables](API_DescribeTables_v20111205.md) operation to check the
2020

2121
```
2222
// This header is abbreviated.
23-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
23+
// For a sample of a complete header, see .
2424
POST / HTTP/1.1
2525
x-amz-target: DynamoDB_20111205.CreateTable
2626
content-type: application/x-amz-json-1.0
@@ -99,7 +99,7 @@ The following example creates a table with a composite primary key containing a
9999

100100
```
101101
// This header is abbreviated.
102-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
102+
// For a sample of a complete header, see .
103103
POST / HTTP/1.1
104104
x-amz-target: DynamoDB_20111205.CreateTable
105105
content-type: application/x-amz-json-1.0

doc_source/API_DeleteItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can perform the expected conditional check on one attribute per operation\.
2020

2121
```
2222
// This header is abbreviated.
23-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
23+
// For a sample of a complete header, see .
2424
POST / HTTP/1.1
2525
x-amz-target: DynamoDB_20111205.DeleteItem
2626
content-type: application/x-amz-json-1.0
@@ -88,7 +88,7 @@ Date: Tue, 12 Jul 2011 21:31:03 GMT
8888

8989
```
9090
// This header is abbreviated.
91-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
91+
// For a sample of a complete header, see .
9292
POST / HTTP/1.1
9393
x-amz-target: DynamoDB_20111205.DeleteItem
9494
content-type: application/x-amz-json-1.0

doc_source/API_DeleteTable_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the [DescribeTables](API_DescribeTables_v20111205.md) operation to check the
2121

2222
```
2323
// This header is abbreviated.
24-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
24+
// For a sample of a complete header, see .
2525
POST / HTTP/1.1
2626
x-amz-target: DynamoDB_20111205.DeleteTable
2727
content-type: application/x-amz-json-1.0
@@ -87,7 +87,7 @@ Date: Sun, 14 Aug 2011 22:56:22 GMT
8787
### Sample Request<a name="API_DeleteTable_Examples_Request"></a>
8888

8989
```
90-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
90+
// This header is abbreviated. For a sample of a complete header, see .
9191
POST / HTTP/1.1
9292
x-amz-target: DynamoDB_20111205.DeleteTable
9393
content-type: application/x-amz-json-1.0

doc_source/API_DescribeTables_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns information about the table, including the current status of the table,
1414

1515
```
1616
// This header is abbreviated.
17-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
17+
// For a sample of a complete header, see .
1818
POST / HTTP/1.1
1919
x-amz-target: DynamoDB_20111205.DescribeTable
2020
content-type: application/x-amz-json-1.0
@@ -80,7 +80,7 @@ No errors are specific to this operation\.
8080

8181
```
8282
// This header is abbreviated.
83-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
83+
// For a sample of a complete header, see .
8484
POST / HTTP/1.1
8585
x-amz-target: DynamoDB_20111205.DescribeTable
8686
content-type: application/x-amz-json-1.0

doc_source/API_GetItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `GetItem` operation provides an eventually consistent read by default\. If e
1616

1717
```
1818
// This header is abbreviated.
19-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
19+
// For a sample of a complete header, see .
2020
POST / HTTP/1.1
2121
x-amz-target: DynamoDB_20111205.GetItem
2222
content-type: application/x-amz-json-1.0
@@ -80,7 +80,7 @@ No errors specific to this operation\.
8080

8181
```
8282
// This header is abbreviated.
83-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
83+
// For a sample of a complete header, see .
8484
POST / HTTP/1.1
8585
x-amz-target: DynamoDB_20111205.GetItem
8686
content-type: application/x-amz-json-1.0

doc_source/API_ListTables_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each DynamoDB endpoint is entirely independent\. For example, if you have two ta
1616

1717
```
1818
// This header is abbreviated.
19-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
19+
// For a sample of a complete header, see .
2020
POST / HTTP/1.1
2121
x-amz-target: DynamoDB_20111205.ListTables
2222
content-type: application/x-amz-json-1.0
@@ -68,7 +68,7 @@ The following examples show an HTTP POST request and response using the ListTabl
6868

6969
```
7070
// This header is abbreviated.
71-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
71+
// For a sample of a complete header, see .
7272
POST / HTTP/1.1
7373
x-amz-target: DynamoDB_20111205.ListTables
7474
content-type: application/x-amz-json-1.0

doc_source/API_PutItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information about using `PutItem`, see [Working with Items and Attribut
2121

2222
```
2323
// This header is abbreviated.
24-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
24+
// For a sample of a complete header, see .
2525
POST / HTTP/1.1
2626
x-amz-target: DynamoDB_20111205.PutItem
2727
content-type: application/x-amz-json-1.0
@@ -94,7 +94,7 @@ For examples using the AWS SDK, see [Working with Items and Attributes](WorkingW
9494
### Sample Request<a name="API_PutItem_Examples_Request"></a>
9595

9696
```
97-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
97+
// This header is abbreviated. For a sample of a complete header, see .
9898
POST / HTTP/1.1
9999
x-amz-target: DynamoDB_20111205.PutItem
100100
content-type: application/x-amz-json-1.0

doc_source/API_Query_v20111205.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The result can be set for a consistent read using the `ConsistentRead` parameter
2020

2121
```
2222
// This header is abbreviated.
23-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
23+
// For a sample of a complete header, see .
2424
POST / HTTP/1.1
2525
x-amz-target: DynamoDB_20111205.Query
2626
content-type: application/x-amz-json-1.0
@@ -116,7 +116,7 @@ content-length: 308
116116
### Sample Request<a name="API_Query_Examples_Request"></a>
117117

118118
```
119-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
119+
// This header is abbreviated. For a sample of a complete header, see .
120120
POST / HTTP/1.1
121121
x-amz-target: DynamoDB_20111205.Query
122122
content-type: application/x-amz-json-1.0
@@ -159,7 +159,7 @@ content-length: 308
159159
### Sample Request<a name="API_Query_Examples_Request2"></a>
160160

161161
```
162-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
162+
// This header is abbreviated. For a sample of a complete header, see .
163163
POST / HTTP/1.1
164164
x-amz-target: DynamoDB_20111205.Query
165165
content-type: application/x-amz-json-1.0

doc_source/API_Scan_v20111205.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The result set is eventually consistent\.
1818

1919
```
2020
// This header is abbreviated.
21-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
21+
// For a sample of a complete header, see .
2222
POST / HTTP/1.1
2323
x-amz-target: DynamoDB_20111205.Scan
2424
content-type: application/x-amz-json-1.0
@@ -118,7 +118,7 @@ For examples using the AWS SDK, see [Working with Scans in DynamoDB](Scan.md)\.
118118
### Sample Request<a name="API_Scan_Examples_Request"></a>
119119

120120
```
121-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
121+
// This header is abbreviated. For a sample of a complete header, see .
122122
POST / HTTP/1.1
123123
x-amz-target: DynamoDB_20111205.Scan
124124
content-type: application/x-amz-json-1.0
@@ -162,7 +162,7 @@ content-length: 465
162162
### Sample Request<a name="API_Scan_Examples_Request2"></a>
163163

164164
```
165-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
165+
// This header is abbreviated. For a sample of a complete header, see .
166166
POST / HTTP/1.1
167167
x-amz-target: DynamoDB_20111205.Scan
168168
content-type: application/x-amz-json-1.0
@@ -205,7 +205,7 @@ Date: Mon, 15 Aug 2011 16:52:02 GMT
205205
### Sample Request<a name="API_Scan_Examples_Request3"></a>
206206

207207
```
208-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
208+
// This header is abbreviated. For a sample of a complete header, see .
209209
POST / HTTP/1.1
210210
x-amz-target: DynamoDB_20111205.Scan
211211
content-type: application/x-amz-json-1.0

doc_source/API_UpdateItem_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more information about using this operation, see [Working with Items and Att
3838

3939
```
4040
// This header is abbreviated.
41-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
41+
// For a sample of a complete header, see .
4242
POST / HTTP/1.1
4343
x-amz-target: DynamoDB_20111205.UpdateItem
4444
content-type: application/x-amz-json-1.0
@@ -114,7 +114,7 @@ For examples using the AWS SDK, see [Working with Items and Attributes](WorkingW
114114
### Sample Request<a name="API_UpdateItem_Examples_Request"></a>
115115

116116
```
117-
// This header is abbreviated. For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
117+
// This header is abbreviated. For a sample of a complete header, see .
118118
POST / HTTP/1.1
119119
x-amz-target: DynamoDB_20111205.UpdateItem
120120
content-type: application/x-amz-json-1.0

doc_source/API_UpdateTable_v20111205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The table must be in the `ACTIVE` state for this operation to succeed\. UpdateTa
1818

1919
```
2020
// This header is abbreviated.
21-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
21+
// For a sample of a complete header, see .
2222
POST / HTTP/1.1
2323
x-amz-target: DynamoDB_20111205.UpdateTable
2424
content-type: application/x-amz-json-1.0
@@ -90,7 +90,7 @@ Date: Tue, 12 Jul 2011 21:31:03 GMT
9090

9191
```
9292
// This header is abbreviated.
93-
// For a sample of a complete header, see [DynamoDB Low\-Level API](Programming.LowLevelAPI.md).
93+
// For a sample of a complete header, see .
9494
POST / HTTP/1.1
9595
x-amz-target: DynamoDB_20111205.UpdateTable
9696
content-type: application/x-amz-json-1.0

doc_source/DAX.client.run-application-java.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The client for the DAX SDK for Java is available on Apache Maven\. For more info
3131
```
3232
export SDKVERSION=sdkVersion
3333
34-
export CLASSPATH=.:./DaxJavaClient-latest.jar:aws-java-sdk-$SDKVERSION/lib/aws-java-sdk-$SDKVERSION.jar:aws-java-sdk-$SDKVERSION/third-party/lib/*
34+
export CLASSPATH=$(pwd)/TryDax/java:$(pwd)/DaxJavaClient-latest.jar:$(pwd)/aws-java-sdk-$SDKVERSION/lib/aws-java-sdk-$SDKVERSION.jar:$(pwd)/aws-java-sdk-$SDKVERSION/third-party/lib/*
3535
```
3636

3737
1. Download the sample program source code \(`.zip` file\)\.
@@ -46,9 +46,10 @@ The client for the DAX SDK for Java is available on Apache Maven\. For more info
4646
unzip TryDax.zip
4747
```
4848

49-
1. Compile the code as follows\.
49+
1. Navigate to the Java code directory and compile the code as follows\.
5050

5151
```
52+
cd TryDax/java/
5253
javac TryDax*.java
5354
```
5455

doc_source/DAX.concepts.cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following is an example of a cluster endpoint\.
9393

9494
## Node Endpoints<a name="DAX.concepts.node-endpoints"></a>
9595

96-
Each of the individual nodes in a DAX cluster has its own hostname and point number\. The following is an example of a *node endpoint*\.
96+
Each of the individual nodes in a DAX cluster has its own hostname and port number\. The following is an example of a *node endpoint*\.
9797

9898
`myDAXcluster-a.2cmrwl.clustercfg.dax.use1.cache.amazonaws.com:8111 `
9999

doc_source/DeclarativeTagsList.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ This section describes the attributes that the object persistence model offers s
55
**Note**
66
In the following attributes, only `DynamoDBTable` and `DynamoDBHashKey` are required\.
77

8-
## DynamoDBGlobalSecondaryIndexHashKey<a name="w166aac17c17c21c33b7"></a>
8+
## DynamoDBGlobalSecondaryIndexHashKey<a name="w182aac17c17c21c33b7"></a>
99

1010
Maps a class property to the partition key of a global secondary index\. Use this attribute if you need to `Query` a global secondary index\.
1111

12-
## DynamoDBGlobalSecondaryIndexRangeKey<a name="w166aac17c17c21c33b9"></a>
12+
## DynamoDBGlobalSecondaryIndexRangeKey<a name="w182aac17c17c21c33b9"></a>
1313

1414
Maps a class property to the sort key of a global secondary index\. Use this attribute if you need to `Query` a global secondary index and want to refine your results using the index sort key\.
1515

16-
## DynamoDBHashKey<a name="w166aac17c17c21c33c11"></a>
16+
## DynamoDBHashKey<a name="w182aac17c17c21c33c11"></a>
1717

1818
Maps a class property to the partition key of the table's primary key\. The primary key attributes cannot be a collection type\.
1919

@@ -29,15 +29,15 @@ The following C\# code example maps the `Book` class to the `ProductCatalog` tab
2929
}
3030
```
3131

32-
## DynamoDBIgnore<a name="w166aac17c17c21c33c13"></a>
32+
## DynamoDBIgnore<a name="w182aac17c17c21c33c13"></a>
3333

3434
Indicates that the associated property should be ignored\. If you don't want to save any of your class properties, you can add this attribute to instruct `DynamoDBContext` not to include this property when saving objects to the table\.
3535

36-
## DynamoDBLocalSecondaryIndexRangeKey<a name="w166aac17c17c21c33c15"></a>
36+
## DynamoDBLocalSecondaryIndexRangeKey<a name="w182aac17c17c21c33c15"></a>
3737

3838
Maps a class property to the sort key of a local secondary index\. Use this attribute if you need to `Query` a local secondary index and want to refine your results using the index sort key\.
3939

40-
## DynamoDBProperty<a name="w166aac17c17c21c33c17"></a>
40+
## DynamoDBProperty<a name="w182aac17c17c21c33c17"></a>
4141

4242
Maps a class property to a table attribute\. If the class property maps to a table attribute of the same name, you don't need to specify this attribute\. However, if the names are not the same, you can use this tag to provide the mapping\. In the following C\# statement, the `DynamoDBProperty` maps the `BookAuthors` property to the `Authors` attribute in the table\.
4343

@@ -48,11 +48,11 @@ public List<string> BookAuthors { get; set; }
4848

4949
`DynamoDBContext` uses this mapping information to create the `Authors` attribute when saving object data to the corresponding table\.
5050

51-
## DynamoDBRenamable<a name="w166aac17c17c21c33c19"></a>
51+
## DynamoDBRenamable<a name="w182aac17c17c21c33c19"></a>
5252

5353
Specifies an alternative name for a class property\. This is useful if you are writing a custom converter for mapping arbitrary data to a DynamoDB table where the name of a class property is different from a table attribute\.
5454

55-
## DynamoDBRangeKey<a name="w166aac17c17c21c33c21"></a>
55+
## DynamoDBRangeKey<a name="w182aac17c17c21c33c21"></a>
5656

5757
Maps a class property to the sort key of the table's primary key\. If the table has a composite primary key \(partition key and sort key\), you must specify both the `DynamoDBHashKey` and `DynamoDBRangeKey` attributes in your class mapping\.
5858

@@ -71,7 +71,7 @@ public class Reply {
7171
}
7272
```
7373

74-
## DynamoDBTable<a name="w166aac17c17c21c33c23"></a>
74+
## DynamoDBTable<a name="w182aac17c17c21c33c23"></a>
7575

7676
Identifies the target table in DynamoDB to which the class maps\. For example, the following C\# code example maps the `Developer` class to the `People` table in DynamoDB\.
7777

@@ -100,6 +100,6 @@ public class Developer {
100100

101101
When saving instances of the `Developer` class, `DynamoDBContext` saves the `DeveloperName` property as the `developerName`\.
102102

103-
## DynamoDBVersion<a name="w166aac17c17c21c33c25"></a>
103+
## DynamoDBVersion<a name="w182aac17c17c21c33c25"></a>
104104

105105
Identifies a class property for storing the item version number\. For more information about versioning, see [Optimistic Locking Using a Version Number with DynamoDB Using the AWS SDK for \.NET Object Persistence Model](DynamoDBContext.VersionSupport.md)\.

0 commit comments

Comments
 (0)