Skip to content

Commit 8c0b35a

Browse files
rlhagermbrmur
authored andcommitted
Updates for v4
1 parent 71ffe81 commit 8c0b35a

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

.tools/readmes/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
4: {
124124
"base_folder": "dotnetv4",
125125
"service_folder": 'dotnetv4/{{service["name"] | capitalize}}',
126-
"sdk_api_ref": 'https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/{{service["name"] | capitalize}}/N{{service["name"] | capitalize}}.html',
126+
"sdk_api_ref": 'https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/{{service["name"] | capitalize}}/N{{service["name"] | capitalize}}.html',
127127
"service_folder_overrides": {
128128
"aurora": "dotnetv4/Aurora",
129129
"auto-scaling": "dotnetv4/AutoScaling",

dotnetv4/Aurora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ in the `dotnetv4` folder.
112112

113113
- [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html)
114114
- [Aurora API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html)
115-
- [SDK for .NET (v4) Aurora reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Aurora/NAurora.html)
115+
- [SDK for .NET (v4) Aurora reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Aurora/NAurora.html)
116116

117117
<!--custom.resources.start-->
118118
<!--custom.resources.end-->

dotnetv4/AutoScaling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ in the `dotnetv4` folder.
124124

125125
- [Auto Scaling User Guide](https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html)
126126
- [Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html)
127-
- [SDK for .NET (v4) Auto Scaling reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Auto-scaling/NAuto-scaling.html)
127+
- [SDK for .NET (v4) Auto Scaling reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Auto-scaling/NAuto-scaling.html)
128128

129129
<!--custom.resources.start-->
130130
<!--custom.resources.end-->

dotnetv4/Bedrock-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ in the `dotnetv4` folder.
9191

9292
- [Amazon Bedrock Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
9393
- [Amazon Bedrock Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html)
94-
- [SDK for .NET (v4) Amazon Bedrock Runtime reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Bedrock-runtime/NBedrock-runtime.html)
94+
- [SDK for .NET (v4) Amazon Bedrock Runtime reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Bedrock-runtime/NBedrock-runtime.html)
9595

9696
<!--custom.resources.start-->
9797
<!--custom.resources.end-->

dotnetv4/Bedrock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ in the `dotnetv4` folder.
7575

7676
- [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
7777
- [Amazon Bedrock API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html)
78-
- [SDK for .NET (v4) Amazon Bedrock reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Bedrock/NBedrock.html)
78+
- [SDK for .NET (v4) Amazon Bedrock reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Bedrock/NBedrock.html)
7979

8080
<!--custom.resources.start-->
8181
<!--custom.resources.end-->

dotnetv4/CloudFormation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the `dotnetv4` folder.
6868

6969
- [CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html)
7070
- [CloudFormation API Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html)
71-
- [SDK for .NET (v4) CloudFormation reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Cloudformation/NCloudformation.html)
71+
- [SDK for .NET (v4) CloudFormation reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Cloudformation/NCloudformation.html)
7272

7373
<!--custom.resources.start-->
7474
<!--custom.resources.end-->

dotnetv4/CloudWatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ in the `dotnetv4` folder.
7070

7171
- [CloudWatch User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html)
7272
- [CloudWatch API Reference](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html)
73-
- [SDK for .NET (v4) CloudWatch reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Cloudwatch/NCloudwatch.html)
73+
- [SDK for .NET (v4) CloudWatch reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Cloudwatch/NCloudwatch.html)
7474

7575
<!--custom.resources.start-->
7676
<!--custom.resources.end-->

dotnetv4/Cognito/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ in the `dotnetv4` folder.
7676

7777
- [Amazon Cognito Identity Provider Developer Guide](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html)
7878
- [Amazon Cognito Identity Provider API Reference](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/Welcome.html)
79-
- [SDK for .NET (v4) Amazon Cognito Identity Provider reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Cognito-identity-provider/NCognito-identity-provider.html)
79+
- [SDK for .NET (v4) Amazon Cognito Identity Provider reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Cognito-identity-provider/NCognito-identity-provider.html)
8080

8181
<!--custom.resources.start-->
8282
<!--custom.resources.end-->

dotnetv4/EC2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the `dotnetv4` folder.
6868

6969
- [Amazon EC2 User Guide](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html)
7070
- [Amazon EC2 API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html)
71-
- [SDK for .NET (v4) Amazon EC2 reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Ec2/NEc2.html)
71+
- [SDK for .NET (v4) Amazon EC2 reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Ec2/NEc2.html)
7272

7373
<!--custom.resources.start-->
7474
<!--custom.resources.end-->

dotnetv4/ECS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the `dotnetv4` folder.
6868

6969
- [Amazon ECS Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html)
7070
- [Amazon ECS API Reference](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/Welcome.html)
71-
- [SDK for .NET (v4) Amazon ECS reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Ecs/NEcs.html)
71+
- [SDK for .NET (v4) Amazon ECS reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Ecs/NEcs.html)
7272

7373
<!--custom.resources.start-->
7474
<!--custom.resources.end-->

0 commit comments

Comments
 (0)