Skip to content

Commit 832dacb

Browse files
Doc only update to examples for DeleteMultiRegionClusters & CreateMultiRegionClusters
1 parent 4f61ba5 commit 832dacb

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

docgenerator/AWSSDKDocSamples/DSQL/DSQL.GeneratedSamples.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public void DSQLDeleteMultiRegionClusters()
6969
var response = client.DeleteMultiRegionClusters(new DeleteMultiRegionClustersRequest
7070
{
7171
LinkedClusterArns = new List<string> {
72-
"arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
73-
"arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
72+
"arn:aws:dsql:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
73+
"arn:aws:dsql:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
7474
}
7575
});
7676

generator/ServiceModels/dsql/dsql-2018-05-10.examples.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"output": {
2626
"linkedClusterArns": [
27-
"arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
28-
"arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
27+
"arn:aws:dsql:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
28+
"arn:aws:dsql:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
2929
]
3030
},
3131
"id": "example-1",
@@ -45,8 +45,8 @@
4545
{
4646
"input": {
4747
"linkedClusterArns": [
48-
"arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
49-
"arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
48+
"arn:aws:dsql:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
49+
"arn:aws:dsql:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
5050
]
5151
},
5252
"id": "example-1",

generator/ServiceModels/dsql/dsql-2018-05-10.smoke2.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"version" : 2,
33
"testCases" : [ {
4-
"id" : "ListClustersSuccess",
5-
"operationName" : "ListClusters",
6-
"input" : { },
4+
"id" : "GetClusterNotFound",
5+
"operationName" : "GetCluster",
6+
"input" : {
7+
"identifier" : "someIdentifier"
8+
},
79
"expectation" : {
8-
"success" : { }
10+
"failure" : {
11+
"errorId" : "ResourceNotFoundException"
12+
}
913
},
1014
"config" : {
1115
"region" : "us-east-1",
@@ -14,15 +18,11 @@
1418
"useAccountIdRouting" : true
1519
}
1620
}, {
17-
"id" : "GetClusterNotFound",
18-
"operationName" : "GetCluster",
19-
"input" : {
20-
"identifier" : "someIdentifier"
21-
},
21+
"id" : "ListClustersSuccess",
22+
"operationName" : "ListClusters",
23+
"input" : { },
2224
"expectation" : {
23-
"failure" : {
24-
"errorId" : "ResourceNotFoundException"
25-
}
25+
"success" : { }
2626
},
2727
"config" : {
2828
"region" : "us-east-1",

0 commit comments

Comments
 (0)