File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
docgenerator/AWSSDKDocSamples/DSQL
generator/ServiceModels/dsql Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ public void DSQLDeleteMultiRegionClusters()
69
69
var response = client . DeleteMultiRegionClusters ( new DeleteMultiRegionClustersRequest
70
70
{
71
71
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"
74
74
}
75
75
} ) ;
76
76
Original file line number Diff line number Diff line change 24
24
},
25
25
"output" : {
26
26
"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"
29
29
]
30
30
},
31
31
"id" : " example-1" ,
45
45
{
46
46
"input" : {
47
47
"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"
50
50
]
51
51
},
52
52
"id" : " example-1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : 2 ,
3
3
"testCases" : [ {
4
- "id" : " ListClustersSuccess" ,
5
- "operationName" : " ListClusters" ,
6
- "input" : { },
4
+ "id" : " GetClusterNotFound" ,
5
+ "operationName" : " GetCluster" ,
6
+ "input" : {
7
+ "identifier" : " someIdentifier"
8
+ },
7
9
"expectation" : {
8
- "success" : { }
10
+ "failure" : {
11
+ "errorId" : " ResourceNotFoundException"
12
+ }
9
13
},
10
14
"config" : {
11
15
"region" : " us-east-1" ,
14
18
"useAccountIdRouting" : true
15
19
}
16
20
}, {
17
- "id" : " GetClusterNotFound" ,
18
- "operationName" : " GetCluster" ,
19
- "input" : {
20
- "identifier" : " someIdentifier"
21
- },
21
+ "id" : " ListClustersSuccess" ,
22
+ "operationName" : " ListClusters" ,
23
+ "input" : { },
22
24
"expectation" : {
23
- "failure" : {
24
- "errorId" : " ResourceNotFoundException"
25
- }
25
+ "success" : { }
26
26
},
27
27
"config" : {
28
28
"region" : " us-east-1" ,
You can’t perform that action at this time.
0 commit comments