|
356 | 356 | "builtIn": "AWS::Region", |
357 | 357 | "required": false, |
358 | 358 | "documentation": "The AWS region used to dispatch the request.", |
359 | | - "type": "String" |
| 359 | + "type": "string" |
360 | 360 | }, |
361 | 361 | "UseFIPS": { |
362 | 362 | "builtIn": "AWS::UseFIPS", |
363 | 363 | "required": true, |
364 | 364 | "default": false, |
365 | 365 | "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.", |
366 | | - "type": "Boolean" |
| 366 | + "type": "boolean" |
367 | 367 | }, |
368 | 368 | "UseDualStack": { |
369 | 369 | "builtIn": "AWS::UseDualStack", |
370 | 370 | "required": true, |
371 | 371 | "default": false, |
372 | 372 | "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", |
373 | | - "type": "Boolean" |
| 373 | + "type": "boolean" |
374 | 374 | }, |
375 | 375 | "Endpoint": { |
376 | 376 | "builtIn": "SDK::Endpoint", |
377 | 377 | "required": false, |
378 | 378 | "documentation": "Override the endpoint used to send this request", |
379 | | - "type": "String" |
| 379 | + "type": "string" |
380 | 380 | }, |
381 | 381 | "AccountId": { |
382 | 382 | "required": false, |
383 | 383 | "documentation": "The Account ID used to send the request. This is an optional parameter that will be set automatically for operations that require it.", |
384 | | - "type": "String" |
| 384 | + "type": "string" |
385 | 385 | }, |
386 | 386 | "RequiresAccountId": { |
387 | 387 | "required": false, |
388 | 388 | "documentation": "Internal parameter for operations that require account id host prefix.", |
389 | | - "type": "Boolean" |
| 389 | + "type": "boolean" |
390 | 390 | }, |
391 | 391 | "OutpostId": { |
392 | 392 | "required": false, |
393 | 393 | "documentation": "The Outpost ID. Some operations have an optional OutpostId which should be used in endpoint construction.", |
394 | | - "type": "String" |
| 394 | + "type": "string" |
395 | 395 | }, |
396 | 396 | "Bucket": { |
397 | 397 | "required": false, |
398 | 398 | "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.", |
399 | | - "type": "String" |
| 399 | + "type": "string" |
400 | 400 | }, |
401 | 401 | "AccessPointName": { |
402 | 402 | "required": false, |
403 | 403 | "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.", |
404 | | - "type": "String" |
| 404 | + "type": "string" |
405 | 405 | }, |
406 | 406 | "UseArnRegion": { |
407 | 407 | "builtIn": "AWS::S3Control::UseArnRegion", |
408 | 408 | "required": false, |
409 | 409 | "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.", |
410 | | - "type": "Boolean" |
| 410 | + "type": "boolean" |
411 | 411 | }, |
412 | 412 | "ResourceArn": { |
413 | 413 | "required": false, |
414 | 414 | "documentation": "The resource ARN included in the request. Only set on TagResource, UntagResourceand ListTagsForResource", |
415 | | - "type": "String" |
| 415 | + "type": "string" |
416 | 416 | }, |
417 | 417 | "UseS3ExpressControlEndpoint": { |
418 | 418 | "required": false, |
419 | 419 | "documentation": "Internal parameter to indicate whether S3Express operation should use control plane, (ex. ListDirectoryAccessPoints)", |
420 | | - "type": "Boolean" |
| 420 | + "type": "boolean" |
421 | 421 | } |
422 | 422 | }, |
423 | 423 | "rules": [ |
|
0 commit comments