From 73ae32e4ff87162164b4d1b9b109a2bb103a7440 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 30 Jun 2023 18:16:32 +0000 Subject: [PATCH] docs(client-verifiedpermissions): This release corrects several broken links in the documentation. --- .../src/models/models_0.ts | 25 ++--- .../aws-models/verifiedpermissions.json | 106 +++++++++--------- 2 files changed, 63 insertions(+), 68 deletions(-) diff --git a/clients/client-verifiedpermissions/src/models/models_0.ts b/clients/client-verifiedpermissions/src/models/models_0.ts index 2d3583f5b2f2..cb01560276c1 100644 --- a/clients/client-verifiedpermissions/src/models/models_0.ts +++ b/clients/client-verifiedpermissions/src/models/models_0.ts @@ -218,7 +218,7 @@ export interface CreateIdentitySourceInput { * ensure the idempotency of the request. This lets you safely retry the request without * accidentally performing the same operation a second time. Passing the same value to a * later call to an operation requires that you also pass the same value for all other - * parameters. We recommend that you use a UUID type of + * parameters. We recommend that you use a UUID type of * value..

*

If you don't provide this value, then Amazon Web Services generates a random one for * you.

@@ -645,7 +645,7 @@ export interface CreatePolicyInput { * ensure the idempotency of the request. This lets you safely retry the request without * accidentally performing the same operation a second time. Passing the same value to a * later call to an operation requires that you also pass the same value for all other - * parameters. We recommend that you use a UUID type of + * parameters. We recommend that you use a UUID type of * value..

*

If you don't provide this value, then Amazon Web Services generates a random one for * you.

@@ -782,7 +782,7 @@ export interface CreatePolicyStoreInput { * ensure the idempotency of the request. This lets you safely retry the request without * accidentally performing the same operation a second time. Passing the same value to a * later call to an operation requires that you also pass the same value for all other - * parameters. We recommend that you use a UUID type of + * parameters. We recommend that you use a UUID type of * value..

*

If you don't provide this value, then Amazon Web Services generates a random one for * you.

@@ -839,7 +839,7 @@ export interface CreatePolicyTemplateInput { * ensure the idempotency of the request. This lets you safely retry the request without * accidentally performing the same operation a second time. Passing the same value to a * later call to an operation requires that you also pass the same value for all other - * parameters. We recommend that you use a UUID type of + * parameters. We recommend that you use a UUID type of * value..

*

If you don't provide this value, then Amazon Web Services generates a random one for * you.

@@ -1057,7 +1057,7 @@ export namespace EntityReference { /** * @public *

Contains a description of an evaluation error.

- *

This data type is used as a request parameter in the IsAuthorized and IsAuthorizedWithToken operations.

+ *

This data type is used as a request parameter in the IsAuthorized and IsAuthorizedWithToken operations.

*/ export interface EvaluationErrorItem { /** @@ -2555,8 +2555,7 @@ export type AttributeValue = */ export namespace AttributeValue { /** - *

An attribute value of Boolean - * type.

+ *

An attribute value of Boolean type.

*

Example: \{"boolean": true\} *

*/ @@ -2587,8 +2586,7 @@ export namespace AttributeValue { } /** - *

An attribute value of Long - * type.

+ *

An attribute value of Long type.

*

Example: \{"long": 0\} *

*/ @@ -2603,8 +2601,7 @@ export namespace AttributeValue { } /** - *

An attribute value of String - * type.

+ *

An attribute value of String type.

*

Example: \{"string": "abc"\} *

*/ @@ -2619,8 +2616,7 @@ export namespace AttributeValue { } /** - *

An attribute value of Set - * type.

+ *

An attribute value of Set type.

*

Example: \{"set": [ \{\} ] \} *

*/ @@ -2635,8 +2631,7 @@ export namespace AttributeValue { } /** - *

An attribute value of Record - * type.

+ *

An attribute value of Record type.

*

Example: \{"record": \{ "keyName": \{\} \} \} *

*/ diff --git a/codegen/sdk-codegen/aws-models/verifiedpermissions.json b/codegen/sdk-codegen/aws-models/verifiedpermissions.json index 080a1ab75a65..950188aa5b8e 100644 --- a/codegen/sdk-codegen/aws-models/verifiedpermissions.json +++ b/codegen/sdk-codegen/aws-models/verifiedpermissions.json @@ -65,7 +65,7 @@ "boolean": { "target": "com.amazonaws.verifiedpermissions#BooleanAttribute", "traits": { - "smithy.api#documentation": "

An attribute value of Boolean\n type.

\n

Example: {\"boolean\": true}\n

" + "smithy.api#documentation": "

An attribute value of Boolean type.

\n

Example: {\"boolean\": true}\n

" } }, "entityIdentifier": { @@ -77,25 +77,25 @@ "long": { "target": "com.amazonaws.verifiedpermissions#LongAttribute", "traits": { - "smithy.api#documentation": "

An attribute value of Long\n type.

\n

Example: {\"long\": 0}\n

" + "smithy.api#documentation": "

An attribute value of Long type.

\n

Example: {\"long\": 0}\n

" } }, "string": { "target": "com.amazonaws.verifiedpermissions#StringAttribute", "traits": { - "smithy.api#documentation": "

An attribute value of String\n type.

\n

Example: {\"string\": \"abc\"}\n

" + "smithy.api#documentation": "

An attribute value of String type.

\n

Example: {\"string\": \"abc\"}\n

" } }, "set": { "target": "com.amazonaws.verifiedpermissions#SetAttribute", "traits": { - "smithy.api#documentation": "

An attribute value of Set\n type.

\n

Example: {\"set\": [ {} ] }\n

" + "smithy.api#documentation": "

An attribute value of Set type.

\n

Example: {\"set\": [ {} ] }\n

" } }, "record": { "target": "com.amazonaws.verifiedpermissions#RecordAttribute", "traits": { - "smithy.api#documentation": "

An attribute value of Record\n type.

\n

Example: {\"record\": { \"keyName\": {} } }\n

" + "smithy.api#documentation": "

An attribute value of Record type.

\n

Example: {\"record\": { \"keyName\": {} } }\n

" } } }, @@ -242,7 +242,7 @@ "clientToken": { "target": "com.amazonaws.verifiedpermissions#IdempotencyToken", "traits": { - "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", + "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", "smithy.api#idempotencyToken": {} } }, @@ -335,7 +335,7 @@ "clientToken": { "target": "com.amazonaws.verifiedpermissions#IdempotencyToken", "traits": { - "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", + "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", "smithy.api#idempotencyToken": {} } }, @@ -438,7 +438,7 @@ "clientToken": { "target": "com.amazonaws.verifiedpermissions#IdempotencyToken", "traits": { - "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", + "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", "smithy.api#idempotencyToken": {} } }, @@ -518,7 +518,7 @@ "clientToken": { "target": "com.amazonaws.verifiedpermissions#IdempotencyToken", "traits": { - "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", + "smithy.api#documentation": "

Specifies a unique, case-sensitive ID that you provide to\n ensure the idempotency of the request. This lets you safely retry the request without\n accidentally performing the same operation a second time. Passing the same value to a\n later call to an operation requires that you also pass the same value for all other \n parameters. We recommend that you use a UUID type of \n value..

\n

If you don't provide this value, then Amazon Web Services generates a random one for\n you.

\n

If you retry the operation with the same ClientToken, but with \n different parameters, the retry fails with an IdempotentParameterMismatch\n error.

", "smithy.api#idempotencyToken": {} } }, @@ -963,7 +963,7 @@ } }, "traits": { - "smithy.api#documentation": "

Contains a description of an evaluation error.

\n

This data type is used as a request parameter in the IsAuthorized and IsAuthorizedWithToken operations.

" + "smithy.api#documentation": "

Contains a description of an evaluation error.

\n

This data type is used as a request parameter in the IsAuthorized and IsAuthorizedWithToken operations.

" } }, "com.amazonaws.verifiedpermissions#EvaluationErrorList": { @@ -4019,8 +4019,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-gov-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-gov-east-1" } }, { @@ -4032,8 +4032,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-gov-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-gov-east-1" } }, { @@ -4045,8 +4045,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-gov-east-1" } }, { @@ -4058,8 +4058,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-gov-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-gov-east-1" } }, { @@ -4071,8 +4071,8 @@ }, "params": { "UseFIPS": true, - "Region": "cn-north-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "cn-north-1" } }, { @@ -4084,8 +4084,8 @@ }, "params": { "UseFIPS": true, - "Region": "cn-north-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "cn-north-1" } }, { @@ -4097,8 +4097,8 @@ }, "params": { "UseFIPS": false, - "Region": "cn-north-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "cn-north-1" } }, { @@ -4110,8 +4110,8 @@ }, "params": { "UseFIPS": false, - "Region": "cn-north-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "cn-north-1" } }, { @@ -4121,8 +4121,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-iso-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-iso-east-1" } }, { @@ -4134,8 +4134,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-iso-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-iso-east-1" } }, { @@ -4145,8 +4145,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-iso-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-iso-east-1" } }, { @@ -4158,8 +4158,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-iso-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-iso-east-1" } }, { @@ -4171,8 +4171,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -4184,8 +4184,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -4197,8 +4197,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -4210,8 +4210,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -4221,8 +4221,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-isob-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-isob-east-1" } }, { @@ -4234,8 +4234,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-isob-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-isob-east-1" } }, { @@ -4245,8 +4245,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-isob-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-isob-east-1" } }, { @@ -4258,8 +4258,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-isob-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-isob-east-1" } }, { @@ -4271,8 +4271,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -4283,8 +4283,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -4295,8 +4295,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } }