|
2461 | 2461 | "traits": { |
2462 | 2462 | "smithy.api#documentation": "<p>The Spark Amazon Web Services Glue properties of a connection.</p>" |
2463 | 2463 | } |
| 2464 | + }, |
| 2465 | + "s3Properties": { |
| 2466 | + "target": "com.amazonaws.datazone#S3PropertiesInput", |
| 2467 | + "traits": { |
| 2468 | + "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
| 2469 | + } |
2464 | 2470 | } |
2465 | 2471 | }, |
2466 | 2472 | "traits": { |
|
2511 | 2517 | "traits": { |
2512 | 2518 | "smithy.api#documentation": "<p>The Spark Amazon Web Services Glue properties of a connection.</p>" |
2513 | 2519 | } |
| 2520 | + }, |
| 2521 | + "s3Properties": { |
| 2522 | + "target": "com.amazonaws.datazone#S3PropertiesOutput", |
| 2523 | + "traits": { |
| 2524 | + "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
| 2525 | + } |
2514 | 2526 | } |
2515 | 2527 | }, |
2516 | 2528 | "traits": { |
|
2549 | 2561 | "traits": { |
2550 | 2562 | "smithy.api#documentation": "<p>The Spark EMR properties of a connection properties patch.</p>" |
2551 | 2563 | } |
| 2564 | + }, |
| 2565 | + "s3Properties": { |
| 2566 | + "target": "com.amazonaws.datazone#S3PropertiesPatch", |
| 2567 | + "traits": { |
| 2568 | + "smithy.api#documentation": "<p>The Amazon S3 properties of a connection properties patch.</p>" |
| 2569 | + } |
2552 | 2570 | } |
2553 | 2571 | }, |
2554 | 2572 | "traits": { |
|
2757 | 2775 | "smithy.api#enumValue": "REDSHIFT" |
2758 | 2776 | } |
2759 | 2777 | }, |
| 2778 | + "S3": { |
| 2779 | + "target": "smithy.api#Unit", |
| 2780 | + "traits": { |
| 2781 | + "smithy.api#enumValue": "S3" |
| 2782 | + } |
| 2783 | + }, |
2760 | 2784 | "SAPHANA": { |
2761 | 2785 | "target": "smithy.api#Unit", |
2762 | 2786 | "traits": { |
|
5061 | 5085 | "environmentProfileIdentifier": { |
5062 | 5086 | "target": "com.amazonaws.datazone#EnvironmentProfileId", |
5063 | 5087 | "traits": { |
5064 | | - "smithy.api#documentation": "<p>The identifier of the environment profile that is used to create this Amazon DataZone\n environment.</p>", |
5065 | | - "smithy.api#required": {} |
| 5088 | + "smithy.api#documentation": "<p>The identifier of the environment profile that is used to create this Amazon DataZone\n environment.</p>" |
5066 | 5089 | } |
5067 | 5090 | }, |
5068 | 5091 | "userParameters": { |
|
28739 | 28762 | "smithy.api#documentation": "<p>The asset statistics from the data source run.</p>" |
28740 | 28763 | } |
28741 | 28764 | }, |
| 28765 | + "com.amazonaws.datazone#S3AccessGrantLocationId": { |
| 28766 | + "type": "string", |
| 28767 | + "traits": { |
| 28768 | + "smithy.api#length": { |
| 28769 | + "max": 64 |
| 28770 | + }, |
| 28771 | + "smithy.api#pattern": "^[a-zA-Z0-9\\-]+$" |
| 28772 | + } |
| 28773 | + }, |
28742 | 28774 | "com.amazonaws.datazone#S3Location": { |
28743 | 28775 | "type": "string", |
28744 | 28776 | "traits": { |
|
28761 | 28793 | } |
28762 | 28794 | } |
28763 | 28795 | }, |
| 28796 | + "com.amazonaws.datazone#S3PropertiesInput": { |
| 28797 | + "type": "structure", |
| 28798 | + "members": { |
| 28799 | + "s3Uri": { |
| 28800 | + "target": "com.amazonaws.datazone#S3Uri", |
| 28801 | + "traits": { |
| 28802 | + "smithy.api#documentation": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>", |
| 28803 | + "smithy.api#required": {} |
| 28804 | + } |
| 28805 | + }, |
| 28806 | + "s3AccessGrantLocationId": { |
| 28807 | + "target": "com.amazonaws.datazone#S3AccessGrantLocationId", |
| 28808 | + "traits": { |
| 28809 | + "smithy.api#documentation": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>" |
| 28810 | + } |
| 28811 | + } |
| 28812 | + }, |
| 28813 | + "traits": { |
| 28814 | + "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
| 28815 | + } |
| 28816 | + }, |
| 28817 | + "com.amazonaws.datazone#S3PropertiesOutput": { |
| 28818 | + "type": "structure", |
| 28819 | + "members": { |
| 28820 | + "s3Uri": { |
| 28821 | + "target": "com.amazonaws.datazone#S3Uri", |
| 28822 | + "traits": { |
| 28823 | + "smithy.api#documentation": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>", |
| 28824 | + "smithy.api#required": {} |
| 28825 | + } |
| 28826 | + }, |
| 28827 | + "s3AccessGrantLocationId": { |
| 28828 | + "target": "com.amazonaws.datazone#S3AccessGrantLocationId", |
| 28829 | + "traits": { |
| 28830 | + "smithy.api#documentation": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>" |
| 28831 | + } |
| 28832 | + }, |
| 28833 | + "status": { |
| 28834 | + "target": "com.amazonaws.datazone#ConnectionStatus", |
| 28835 | + "traits": { |
| 28836 | + "smithy.api#documentation": "<p>The status of the Amazon S3 connection.</p>" |
| 28837 | + } |
| 28838 | + }, |
| 28839 | + "errorMessage": { |
| 28840 | + "target": "smithy.api#String", |
| 28841 | + "traits": { |
| 28842 | + "smithy.api#documentation": "<p>The error message that gets displayed.</p>" |
| 28843 | + } |
| 28844 | + } |
| 28845 | + }, |
| 28846 | + "traits": { |
| 28847 | + "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
| 28848 | + } |
| 28849 | + }, |
| 28850 | + "com.amazonaws.datazone#S3PropertiesPatch": { |
| 28851 | + "type": "structure", |
| 28852 | + "members": { |
| 28853 | + "s3Uri": { |
| 28854 | + "target": "com.amazonaws.datazone#S3Uri", |
| 28855 | + "traits": { |
| 28856 | + "smithy.api#documentation": "<p>The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.</p>", |
| 28857 | + "smithy.api#required": {} |
| 28858 | + } |
| 28859 | + }, |
| 28860 | + "s3AccessGrantLocationId": { |
| 28861 | + "target": "com.amazonaws.datazone#S3AccessGrantLocationId", |
| 28862 | + "traits": { |
| 28863 | + "smithy.api#documentation": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.</p>" |
| 28864 | + } |
| 28865 | + } |
| 28866 | + }, |
| 28867 | + "traits": { |
| 28868 | + "smithy.api#documentation": "<p>The Amazon S3 properties patch of a connection.</p>" |
| 28869 | + } |
| 28870 | + }, |
| 28871 | + "com.amazonaws.datazone#S3Uri": { |
| 28872 | + "type": "string", |
| 28873 | + "traits": { |
| 28874 | + "smithy.api#length": { |
| 28875 | + "max": 2048 |
| 28876 | + }, |
| 28877 | + "smithy.api#pattern": "^s3://.+$" |
| 28878 | + } |
| 28879 | + }, |
28764 | 28880 | "com.amazonaws.datazone#SageMakerAssetType": { |
28765 | 28881 | "type": "string", |
28766 | 28882 | "traits": { |
|
0 commit comments