@@ -13,7 +13,7 @@ redshift_CreateCluster:
1313 excerpts :
1414 - description :
1515 snippet_tags :
16- - dotnetv4.example_code.redshift .CreateCluster
16+ - Redshift.dotnetv4 .CreateCluster
1717 services :
1818 redshift : {CreateCluster}
1919
@@ -30,7 +30,7 @@ redshift_DeleteCluster:
3030 excerpts :
3131 - description :
3232 snippet_tags :
33- - dotnetv4.example_code.redshift .DeleteCluster
33+ - Redshift.dotnetv4 .DeleteCluster
3434 services :
3535 redshift : {DeleteCluster}
3636
@@ -47,7 +47,7 @@ redshift_DescribeClusters:
4747 excerpts :
4848 - description :
4949 snippet_tags :
50- - dotnetv4.example_code.redshift .DescribeClusters
50+ - Redshift.dotnetv4 .DescribeClusters
5151 services :
5252 redshift : {DescribeClusters}
5353
@@ -64,7 +64,7 @@ redshift_ModifyCluster:
6464 excerpts :
6565 - description :
6666 snippet_tags :
67- - dotnetv4.example_code.redshift .ModifyCluster
67+ - Redshift.dotnetv4 .ModifyCluster
6868 services :
6969 redshift : {ModifyCluster}
7070
@@ -81,7 +81,7 @@ redshift_CreateTable:
8181 excerpts :
8282 - description :
8383 snippet_tags :
84- - dotnetv4.example_code.redshift .CreateTable
84+ - Redshift.dotnetv4 .CreateTable
8585 services :
8686 redshift-data : {ExecuteStatement}
8787
@@ -98,7 +98,7 @@ redshift_Insert:
9898 excerpts :
9999 - description :
100100 snippet_tags :
101- - dotnetv4.example_code.redshift .Insert
101+ - Redshift.dotnetv4 .Insert
102102 services :
103103 redshift-data : {ExecuteStatement}
104104
@@ -115,7 +115,7 @@ redshift_Query:
115115 excerpts :
116116 - description :
117117 snippet_tags :
118- - dotnetv4.example_code.redshift .Query
118+ - Redshift.dotnetv4 .Query
119119 services :
120120 redshift-data : {ExecuteStatement, GetStatementResult}
121121
@@ -132,7 +132,7 @@ redshift_DescribeStatement:
132132 excerpts :
133133 - description :
134134 snippet_tags :
135- - dotnetv4.example_code.redshift .DescribeStatement
135+ - Redshift.dotnetv4 .DescribeStatement
136136 services :
137137 redshift-data : {DescribeStatement}
138138
@@ -149,7 +149,7 @@ redshift_GetStatementResult:
149149 excerpts :
150150 - description :
151151 snippet_tags :
152- - dotnetv4.example_code.redshift .GetStatementResult
152+ - Redshift.dotnetv4 .GetStatementResult
153153 services :
154154 redshift-data : {GetStatementResult}
155155
@@ -166,7 +166,7 @@ redshift_ListDatabases:
166166 excerpts :
167167 - description :
168168 snippet_tags :
169- - dotnetv4.example_code.redshift .ListDatabases
169+ - Redshift.dotnetv4 .ListDatabases
170170 services :
171171 redshift-data : {ListDatabases}
172172
@@ -183,7 +183,7 @@ redshift_Hello:
183183 excerpts :
184184 - description :
185185 snippet_tags :
186- - dotnetv4.example_code.redshift .Hello
186+ - Redshift.dotnetv4 .Hello
187187 services :
188188 redshift : {DescribeClusters}
189189
@@ -200,10 +200,10 @@ redshift_Scenario:
200200 excerpts :
201201 - description : Create a Redshift wrapper class to manage operations.
202202 snippet_tags :
203- - dotnetv4.example_code.redshift .RedshiftWrapper
203+ - Redshift.dotnetv4 .RedshiftWrapper
204204 - description : Run an interactive scenario demonstrating Redshift basics.
205205 snippet_tags :
206- - dotnetv4.example_code.redshift .RedshiftScenario
206+ - Redshift.dotnetv4 .RedshiftScenario
207207 services :
208208 redshift : {CreateCluster, DeleteCluster, DescribeClusters, ModifyCluster}
209209 redshift-data : {ExecuteStatement, DescribeStatement, GetStatementResult, ListDatabases}
0 commit comments