Skip to content

Commit

Permalink
chore: fix broken canonical links
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Jan 4, 2024
1 parent 57fa742 commit f09ca81
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'randomSeed( int )'
description: 'Set seed to get a reproducible pseudo-random number using `Math.random`.'
excerpt: 'Set seed to get a reproducible pseudo-random number using `Math.random`.'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/k6/randomseed/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/k6/random-seed/
---

Set seed to get a reproducible pseudo-random number using `Math.random`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Client.loadProtoset(protosetPath)"
excerpt: 'Loads and parses the protoset file (serialized FileDescriptor set) so they are available to the client to marshal/unmarshal the correct request and response data structures for the RPC schema.'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/k6-net-grpc/client/client-load-protoset/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/k6-net-grpc/client/client-loadprotoset/
---

Loads and parses the protoset file (serialized FileDescriptor set) so they are available to the client to marshal/unmarshal the correct request and response data structures for the RPC schema.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'EventBridgeClient.putEvents'
description: 'EventBridgeClient.putEvents sends custom events to Amazon EventBridge'
excerpt: 'EventBridgeClient.putEvents sends custom events to Amazon EventBridge'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/eventbridgeclient/eventbridgeclient-putevents/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/eventbridgeclient/putevents/
---

`EventBridgeClient.putEvents` sends custom events to Amazon EventBridge so that they can be matched to rules.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'KMSClient.generateDataKey'
description: 'KMSClient.generateDataKey generates a symmetric data key for use outside of the AWS Key Management Service'
excerpt: 'KMSClient.generateDataKey generates a symmetric data key for use outside of the AWS Key Management Service'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/kmsclient/kmsclient-generatedatakey/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/kmsclient/generatedatakey/
---

`KMSClient.generateDataKey` generates a symmetric data key for use outside of the AWS Key Management Service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'KMSClient.listKeys()'
description: "KMSClient.listKeys lists all the KMS keys in the caller's AWS account and region"
excerpt: "KMSClient.listKeys lists all the KMS keys in the caller's AWS account and region"
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/kmsclient/kmsclient-listkeys/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/kmsclient/listkeys/
---

`KMSClient.listKeys()` lists all the Key Management Service keys in the caller's AWS account and region.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.abortMultipartUpload(bucketName, objectKey, uploadId)'
description: 'S3Client.abortMultipartUpload aborts a multipart upload to a bucket'
excerpt: 'S3Client.abortMultipartUpload aborts a multipart upload to a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-abortmultipartupload/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/abortmultipartupload/
---

`S3Client.abortMultipartUpload` aborts a multipart upload to an S3 bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.completeMultipartUpload(bucketName, objectKey, uploadId, parts)'
description: 'S3Client.completeMultipartUpload uploads a multipar object to a bucket'
excerpt: 'S3Client.completeMultipartUpload uploads a multipart object to a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-completemultipartupload/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/completemultipartupload/
---

`S3Client.completeMultipartUpload` uploads a multipart object to an S3 bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.copyObject'
description: 'S3Client.copyObject copies an object from a bucket to another'
excerpt: 'S3Client.copyObject copies an object from a bucket to another'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-copyobject/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/copyobject/
---

`S3Client.copyObject` copies an object from one bucket to another.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.createMultipartUpload(bucketName, objectKey)'
description: 'S3Client.createMultipartUpload creates a multipart upload for an object key to a bucket'
excerpt: 'S3Client.createMultipartUpload creates a multipart upload to a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-createmultipartupload/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/createmultipartupload/
---

`S3Client.createMultipartUpload` creates a new multipart upload for a given an object key in a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.deleteObject(bucketName, objectKey)'
description: 'S3Client.deleteObject deletes an object from a bucket'
excerpt: 'S3Client.deleteObject deletes an object from a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-deleteobject/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/deleteobject/
---

`S3Client.deleteObject` deletes an object from a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.getObject(bucketName, objectKey)'
description: 'S3Client.getObject downloads an object from a bucket'
excerpt: 'S3Client.getObject downloads an object from a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-getobject/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/getobject/
---

`S3Client.getObject` downloads an object from a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.listBuckets()'
description: 'S3Client.listBuckets lists the buckets the authenticated user has access to'
excerpt: 'S3Client.listBuckets lists the buckets the authenticated user has access to'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-listbuckets/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/listbuckets/
---

`S3Client.listBuckets()` lists the buckets the authenticated user has access to in the region set by the `S3Client` instance's configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.listObjects(bucketName, [prefix])'
description: 'S3Client.listObjects lists the objects contained in a bucket'
excerpt: 'S3Client.listObjects lists the objects contained in a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-listobjects/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/listobjects/
---

`S3Client.listObjects()` lists the objects contained in a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.putObject(bucketName, objectKey, data)'
description: 'S3Client.putObject uploads an object to a bucket'
excerpt: 'S3Client.putObject uploads an object to a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-putobject/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/putobject/
---

`S3Client.putObject` uploads an object to a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'S3Client.uploadPart(bucketName, objectKey, uploadId,partNumber, data)'
description: 'S3Client.uploadPart a part in a multipart upload to a bucket'
excerpt: 'S3Client.uploadPart a part in a multipart upload to a bucket'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/s3client-uploadpart/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/s3client/uploadpart/
---

`S3Client.uploadPart` uploads a part to multipart upload in a bucket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SecretsManagerClient.createSecret(name, secretString, description, [versionID], [tags])'
description: 'SecretsManagerClient.createSecret creates a new secret'
excerpt: 'SecretsManagerClient.createSecret creates a new secret'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/secretsmanagerclient-createsecret/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/createsecret/
---

`SecretsManagerClient.createSecret` creates a secret in AWS' secrets manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SecretsManagerClient.deleteSecret(secretID, { recoveryWindow: 30, noRecovery: false}})'
description: 'SecretsManagerClient.deleteSecret deletes a secret'
excerpt: 'SecretsManagerClient.deleteSecret deletes a secret'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/secretsmanagerclient-deletesecret/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/deletesecret/
---

`SecretsManagerClient.deleteSecret` deletes a secret from AWS' secrets manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SecretsManagerClient.getSecret(secretID)'
description: 'SecretsManagerClient.getSecret(secretID) downloads a secret from AWS secrets manager'
excerpt: 'SecretsManagerClient.getSecret(secretID) downloads a secret from AWS secrets manager'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/secretsmanagerclient-getsecret/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/getsecret/
---

`SecretsManagerClient.getSecret` downloads a secret from AWS secrets manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SecretsManagerClient.listSecrets()'
description: 'SecretsManagerClient.listSecrets lists the secrets the authenticated user has access to'
excerpt: 'SecretsManagerClient.listSecrets lists the secrets the authenticated user has access to'
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/secretsmanagerclient-listsecrets/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/listsecrets/
---

`S3Client.listSecrets` lists the secrets the authenticated user has access to in the region set by the `SecretsManagerClient` instance's configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SecretsManagerClient.putSecretValue(secretID, secretString, [versionID], [tags])'
description: "SecretsManagerClient.putSecretValue updates an existing secret's value"
excerpt: "SecretsManagerClient.putSecretValue updates an existing secret's value"
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/secretsmanagerclient-putsecretvalue/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/secretsmanagerclient/putsecretvalue/
---

`SecretsManagerClient.putSecretValue` updates a secret's value in AWS' secrets manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'SystemsManagerClient.getParameter()'
description: "SystemsManagerClient.getParameter gets a Systems Manager parameter in the caller's AWS account and region"
excerpt: "SystemsManagerClient.getParameter gets a Systems Manager parameter in the caller's AWS account and region"
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/systemsmanagerclient/systemsmanagerclient-getparameter/
canonicalUrl: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/systemsmanagerclient/getparameter/
---

`SystemsManagerClient.getParameter` gets a Systems Manager parameter in the caller's AWS account and region.
Expand Down

0 comments on commit f09ca81

Please sign in to comment.