|
4 | 4 | "Bucket": { |
5 | 5 | "required": false, |
6 | 6 | "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.", |
7 | | - "type": "String" |
| 7 | + "type": "string" |
8 | 8 | }, |
9 | 9 | "Region": { |
10 | 10 | "builtIn": "AWS::Region", |
11 | 11 | "required": false, |
12 | 12 | "documentation": "The AWS region used to dispatch the request.", |
13 | | - "type": "String" |
| 13 | + "type": "string" |
14 | 14 | }, |
15 | 15 | "UseFIPS": { |
16 | 16 | "builtIn": "AWS::UseFIPS", |
17 | 17 | "required": true, |
18 | 18 | "default": false, |
19 | 19 | "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.", |
20 | | - "type": "Boolean" |
| 20 | + "type": "boolean" |
21 | 21 | }, |
22 | 22 | "UseDualStack": { |
23 | 23 | "builtIn": "AWS::UseDualStack", |
24 | 24 | "required": true, |
25 | 25 | "default": false, |
26 | 26 | "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", |
27 | | - "type": "Boolean" |
| 27 | + "type": "boolean" |
28 | 28 | }, |
29 | 29 | "Endpoint": { |
30 | 30 | "builtIn": "SDK::Endpoint", |
31 | 31 | "required": false, |
32 | 32 | "documentation": "Override the endpoint used to send this request", |
33 | | - "type": "String" |
| 33 | + "type": "string" |
34 | 34 | }, |
35 | 35 | "ForcePathStyle": { |
36 | 36 | "builtIn": "AWS::S3::ForcePathStyle", |
37 | 37 | "required": true, |
38 | 38 | "default": false, |
39 | 39 | "documentation": "When true, force a path-style endpoint to be used where the bucket name is part of the path.", |
40 | | - "type": "Boolean" |
| 40 | + "type": "boolean" |
41 | 41 | }, |
42 | 42 | "Accelerate": { |
43 | 43 | "builtIn": "AWS::S3::Accelerate", |
44 | 44 | "required": true, |
45 | 45 | "default": false, |
46 | 46 | "documentation": "When true, use S3 Accelerate. NOTE: Not all regions support S3 accelerate.", |
47 | | - "type": "Boolean" |
| 47 | + "type": "boolean" |
48 | 48 | }, |
49 | 49 | "UseGlobalEndpoint": { |
50 | 50 | "builtIn": "AWS::S3::UseGlobalEndpoint", |
51 | 51 | "required": true, |
52 | 52 | "default": false, |
53 | 53 | "documentation": "Whether the global endpoint should be used, rather then the regional endpoint for us-east-1.", |
54 | | - "type": "Boolean" |
| 54 | + "type": "boolean" |
55 | 55 | }, |
56 | 56 | "UseObjectLambdaEndpoint": { |
57 | 57 | "required": false, |
58 | 58 | "documentation": "Internal parameter to use object lambda endpoint for an operation (eg: WriteGetObjectResponse)", |
59 | | - "type": "Boolean" |
| 59 | + "type": "boolean" |
60 | 60 | }, |
61 | 61 | "Key": { |
62 | 62 | "required": false, |
63 | 63 | "documentation": "The S3 Key used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Key.", |
64 | | - "type": "String" |
| 64 | + "type": "string" |
65 | 65 | }, |
66 | 66 | "Prefix": { |
67 | 67 | "required": false, |
68 | 68 | "documentation": "The S3 Prefix used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Prefix.", |
69 | | - "type": "String" |
| 69 | + "type": "string" |
70 | 70 | }, |
71 | 71 | "CopySource": { |
72 | 72 | "required": false, |
73 | 73 | "documentation": "The Copy Source used for Copy Object request. This is an optional parameter that will be set automatically for operations that are scoped to Copy Source.", |
74 | | - "type": "String" |
| 74 | + "type": "string" |
75 | 75 | }, |
76 | 76 | "DisableAccessPoints": { |
77 | 77 | "required": false, |
78 | 78 | "documentation": "Internal parameter to disable Access Point Buckets", |
79 | | - "type": "Boolean" |
| 79 | + "type": "boolean" |
80 | 80 | }, |
81 | 81 | "DisableMultiRegionAccessPoints": { |
82 | 82 | "builtIn": "AWS::S3::DisableMultiRegionAccessPoints", |
83 | 83 | "required": true, |
84 | 84 | "default": false, |
85 | 85 | "documentation": "Whether multi-region access points (MRAP) should be disabled.", |
86 | | - "type": "Boolean" |
| 86 | + "type": "boolean" |
87 | 87 | }, |
88 | 88 | "UseArnRegion": { |
89 | 89 | "builtIn": "AWS::S3::UseArnRegion", |
90 | 90 | "required": false, |
91 | 91 | "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.", |
92 | | - "type": "Boolean" |
| 92 | + "type": "boolean" |
93 | 93 | }, |
94 | 94 | "UseS3ExpressControlEndpoint": { |
95 | 95 | "required": false, |
96 | 96 | "documentation": "Internal parameter to indicate whether S3Express operation should use control plane, (ex. CreateBucket)", |
97 | | - "type": "Boolean" |
| 97 | + "type": "boolean" |
98 | 98 | }, |
99 | 99 | "DisableS3ExpressSessionAuth": { |
100 | 100 | "required": false, |
101 | 101 | "documentation": "Parameter to indicate whether S3Express session auth should be disabled", |
102 | | - "type": "Boolean" |
| 102 | + "type": "boolean" |
103 | 103 | } |
104 | 104 | }, |
105 | 105 | "rules": [ |
|
0 commit comments