Skip to content

Commit 59b8b58

Browse files
authored
fix: update references of default branch from master to main (#2057)
1 parent 6b4bde6 commit 59b8b58

File tree

601 files changed

+606
-606
lines changed

Some content is hidden

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

601 files changed

+606
-606
lines changed

Diff for: .github/workflows/codegen-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: codegen-ci
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

Diff for: .github/workflows/git-sync.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: git-sync-with-mirror
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
workflow_dispatch:
77

88
jobs:
@@ -18,8 +18,8 @@ jobs:
1818
uses: wei/git-sync@v3
1919
with:
2020
source_repo: ${{ secrets.GIT_SYNC_SOURCE_REPO }}
21-
source_branch: "master"
21+
source_branch: "main"
2222
destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23-
destination_branch: "master"
23+
destination_branch: "main"
2424
source_ssh_private_key: ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
2525
destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ Please refer [sdk-codegen](./codegen/sdk-codegen/README.md)
108108
[pr]: https://github.com/aws/aws-sdk-js-v3/pulls
109109
[license]: http://aws.amazon.com/apache2.0/
110110
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
111-
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/master/models
111+
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/main/models
112112
[conventional commits]: https://www.conventionalcommits.org/

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AWS SDK for JavaScript v3
22

3-
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMmtFajZWQmNUbEhidnBKN1VncjRrNVI3d0JUcFpGWUd3STh4T3N3Rnljc1BMaEIrYm9HU2t4YTV1RlE1YmlnUG9XM3luY0Ftc2tBc0xTeVFJMkVOa24wPSIsIml2UGFyYW1ldGVyU3BlYyI6IlBDMDl6UEROK1dlU1h1OWciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
4-
[![codecov](https://codecov.io/gh/aws/aws-sdk-js-v3/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js-v3)
3+
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMmtFajZWQmNUbEhidnBKN1VncjRrNVI3d0JUcFpGWUd3STh4T3N3Rnljc1BMaEIrYm9HU2t4YTV1RlE1YmlnUG9XM3luY0Ftc2tBc0xTeVFJMkVOa24wPSIsIml2UGFyYW1ldGVyU3BlYyI6IlBDMDl6UEROK1dlU1h1OWciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
4+
[![codecov](https://codecov.io/gh/aws/aws-sdk-js-v3/branch/main/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js-v3)
55
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
66
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=aws/aws-sdk-js-v3)](https://dependabot.com)
77

@@ -149,7 +149,7 @@ All clients have been published to NPM and can be installed as described above.
149149
yarn && yarn test:all
150150
```
151151

152-
For more information, please refer to [contributing guide](https://github.com/aws/aws-sdk-js-v3/blob/master/CONTRIBUTING.md#setup-and-testing).
152+
For more information, please refer to [contributing guide](https://github.com/aws/aws-sdk-js-v3/blob/main/CONTRIBUTING.md#setup-and-testing).
153153

154154
1. After the repository is successfully built, change directory to the client that you want to install, for example:
155155

Diff for: clients/client-accessanalyzer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
200200
## Contributing
201201

202202
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-accessanalyzer` package is updated.
203-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
203+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
204204

205205
## License
206206

Diff for: clients/client-accessanalyzer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-accessanalyzer",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-accessanalyzer",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-acm-pca/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
209209
## Contributing
210210

211211
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-acm-pca` package is updated.
212-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
212+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
213213

214214
## License
215215

Diff for: clients/client-acm-pca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm-pca",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm-pca",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-acm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
200200
## Contributing
201201

202202
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-acm` package is updated.
203-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
203+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
204204

205205
## License
206206

Diff for: clients/client-acm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-alexa-for-business/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
201201
## Contributing
202202

203203
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-alexa-for-business` package is updated.
204-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
204+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
205205

206206
## License
207207

Diff for: clients/client-alexa-for-business/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-alexa-for-business",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-alexa-for-business",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-amplify/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
199199
## Contributing
200200

201201
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-amplify` package is updated.
202-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
202+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
203203

204204
## License
205205

Diff for: clients/client-amplify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-amplify",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-amplify",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-amplifybackend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
194194
## Contributing
195195

196196
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-amplifybackend` package is updated.
197-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
197+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
198198

199199
## License
200200

Diff for: clients/client-amplifybackend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-amplifybackend",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-amplifybackend",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-api-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
196196
## Contributing
197197

198198
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-api-gateway` package is updated.
199-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
199+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
200200

201201
## License
202202

Diff for: clients/client-api-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-api-gateway",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-api-gateway",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-apigatewaymanagementapi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
194194
## Contributing
195195

196196
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-apigatewaymanagementapi` package is updated.
197-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
197+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
198198

199199
## License
200200

Diff for: clients/client-apigatewaymanagementapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-apigatewaymanagementapi",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-apigatewaymanagementapi",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-apigatewayv2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
194194
## Contributing
195195

196196
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-apigatewayv2` package is updated.
197-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
197+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
198198

199199
## License
200200

Diff for: clients/client-apigatewayv2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-apigatewayv2",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-apigatewayv2",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-app-mesh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
206206
## Contributing
207207

208208
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-app-mesh` package is updated.
209-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
209+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
210210

211211
## License
212212

Diff for: clients/client-app-mesh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-app-mesh",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-app-mesh",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-appconfig/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
243243
## Contributing
244244

245245
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-appconfig` package is updated.
246-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
246+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
247247

248248
## License
249249

Diff for: clients/client-appconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appconfig",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appconfig",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-appflow/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
222222
## Contributing
223223

224224
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-appflow` package is updated.
225-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
225+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
226226

227227
## License
228228

Diff for: clients/client-appflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appflow",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appflow",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-appintegrations/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
197197
## Contributing
198198

199199
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-appintegrations` package is updated.
200-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
200+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
201201

202202
## License
203203

Diff for: clients/client-appintegrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appintegrations",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appintegrations",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-application-auto-scaling/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
263263
## Contributing
264264

265265
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-application-auto-scaling` package is updated.
266-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
266+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
267267

268268
## License
269269

Diff for: clients/client-application-auto-scaling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-auto-scaling",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-auto-scaling",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-application-discovery-service/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
325325
## Contributing
326326

327327
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-application-discovery-service` package is updated.
328-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
328+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
329329

330330
## License
331331

Diff for: clients/client-application-discovery-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-discovery-service",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-discovery-service",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-application-insights/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
207207
## Contributing
208208

209209
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-application-insights` package is updated.
210-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
210+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
211211

212212
## License
213213

Diff for: clients/client-application-insights/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-insights",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-insights",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-appstream/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
215215
## Contributing
216216

217217
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-appstream` package is updated.
218-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
218+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
219219

220220
## License
221221

Diff for: clients/client-appstream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appstream",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appstream",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

Diff for: clients/client-appsync/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
195195
## Contributing
196196

197197
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-appsync` package is updated.
198-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
198+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
199199

200200
## License
201201

Diff for: clients/client-appsync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"url": "https://aws.amazon.com/javascript/"
8484
},
8585
"license": "Apache-2.0",
86-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appsync",
86+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appsync",
8787
"repository": {
8888
"type": "git",
8989
"url": "https://github.com/aws/aws-sdk-js-v3.git",

0 commit comments

Comments
 (0)