|
5 | 5 | "builtIn": "AWS::Region", |
6 | 6 | "required": false, |
7 | 7 | "documentation": "The AWS region used to dispatch the request.", |
8 | | - "type": "String" |
| 8 | + "type": "string" |
9 | 9 | }, |
10 | 10 | "UseFIPS": { |
11 | 11 | "builtIn": "AWS::UseFIPS", |
12 | 12 | "required": true, |
13 | 13 | "default": false, |
14 | 14 | "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", |
15 | | - "type": "Boolean" |
| 15 | + "type": "boolean" |
16 | 16 | }, |
17 | 17 | "UseDualStack": { |
18 | 18 | "builtIn": "AWS::UseDualStack", |
19 | 19 | "required": true, |
20 | 20 | "default": false, |
21 | 21 | "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", |
22 | | - "type": "Boolean" |
| 22 | + "type": "boolean" |
23 | 23 | }, |
24 | 24 | "Endpoint": { |
25 | 25 | "builtIn": "SDK::Endpoint", |
26 | 26 | "required": false, |
27 | 27 | "documentation": "Override the endpoint used to send this request", |
28 | | - "type": "String" |
| 28 | + "type": "string" |
29 | 29 | }, |
30 | 30 | "AccountId": { |
31 | 31 | "required": false, |
32 | 32 | "documentation": "The Account ID used to send the request. This is an optional parameter that will be set automatically for operations that require it.", |
33 | | - "type": "String" |
| 33 | + "type": "string" |
34 | 34 | }, |
35 | 35 | "RequiresAccountId": { |
36 | 36 | "required": false, |
37 | 37 | "documentation": "Internal parameter for operations that require account id host prefix.", |
38 | | - "type": "Boolean" |
| 38 | + "type": "boolean" |
39 | 39 | }, |
40 | 40 | "OutpostId": { |
41 | 41 | "required": false, |
42 | 42 | "documentation": "The Outpost ID. Some operations have an optional OutpostId which should be used in endpoint construction.", |
43 | | - "type": "String" |
| 43 | + "type": "string" |
44 | 44 | }, |
45 | 45 | "Bucket": { |
46 | 46 | "required": false, |
47 | 47 | "documentation": "The S3 bucket used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 bucket.", |
48 | | - "type": "String" |
| 48 | + "type": "string" |
49 | 49 | }, |
50 | 50 | "AccessPointName": { |
51 | 51 | "required": false, |
52 | 52 | "documentation": "The S3 AccessPointName used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 AccessPoint.", |
53 | | - "type": "String" |
| 53 | + "type": "string" |
54 | 54 | }, |
55 | 55 | "UseArnRegion": { |
56 | 56 | "builtIn": "AWS::S3Control::UseArnRegion", |
57 | 57 | "required": false, |
58 | 58 | "documentation": "When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.", |
59 | | - "type": "Boolean" |
| 59 | + "type": "boolean" |
60 | 60 | }, |
61 | 61 | "ResourceArn": { |
62 | 62 | "required": false, |
63 | 63 | "documentation": "The resource ARN included in the request. Only set on TagResource, UntagResourceand ListTagsForResource", |
64 | | - "type": "String" |
| 64 | + "type": "string" |
65 | 65 | }, |
66 | 66 | "UseS3ExpressControlEndpoint": { |
67 | 67 | "required": false, |
68 | 68 | "documentation": "Internal parameter to indicate whether S3Express operation should use control plane, (ex. ListDirectoryAccessPoints)", |
69 | | - "type": "Boolean" |
| 69 | + "type": "boolean" |
70 | 70 | } |
71 | 71 | }, |
72 | 72 | "rules": [ |
|
0 commit comments