|
4635 | 4635 | "shape":"RedshiftPropertiesInput",
|
4636 | 4636 | "documentation":"<p>The Amazon Redshift properties of a connection.</p>"
|
4637 | 4637 | },
|
| 4638 | + "s3Properties":{ |
| 4639 | + "shape":"S3PropertiesInput", |
| 4640 | + "documentation":"<p>The Amazon S3 properties of a connection.</p>" |
| 4641 | + }, |
4638 | 4642 | "sparkEmrProperties":{
|
4639 | 4643 | "shape":"SparkEmrPropertiesInput",
|
4640 | 4644 | "documentation":"<p>The Spark EMR properties of a connection.</p>"
|
|
4670 | 4674 | "shape":"RedshiftPropertiesOutput",
|
4671 | 4675 | "documentation":"<p>The Amazon Redshift properties of a connection.</p>"
|
4672 | 4676 | },
|
| 4677 | + "s3Properties":{ |
| 4678 | + "shape":"S3PropertiesOutput", |
| 4679 | + "documentation":"<p>The Amazon S3 properties of a connection.</p>" |
| 4680 | + }, |
4673 | 4681 | "sparkEmrProperties":{
|
4674 | 4682 | "shape":"SparkEmrPropertiesOutput",
|
4675 | 4683 | "documentation":"<p>The Spark EMR properties of a connection.</p>"
|
|
4701 | 4709 | "shape":"RedshiftPropertiesPatch",
|
4702 | 4710 | "documentation":"<p>The Amazon Redshift properties of a connection properties patch.</p>"
|
4703 | 4711 | },
|
| 4712 | + "s3Properties":{ |
| 4713 | + "shape":"S3PropertiesPatch", |
| 4714 | + "documentation":"<p>The Amazon S3 properties of a connection properties patch.</p>" |
| 4715 | + }, |
4704 | 4716 | "sparkEmrProperties":{
|
4705 | 4717 | "shape":"SparkEmrPropertiesPatch",
|
4706 | 4718 | "documentation":"<p>The Spark EMR properties of a connection properties patch.</p>"
|
|
4796 | 4808 | "ORACLE",
|
4797 | 4809 | "POSTGRESQL",
|
4798 | 4810 | "REDSHIFT",
|
| 4811 | + "S3", |
4799 | 4812 | "SAPHANA",
|
4800 | 4813 | "SNOWFLAKE",
|
4801 | 4814 | "SPARK",
|
|
6071 | 6084 | "type":"structure",
|
6072 | 6085 | "required":[
|
6073 | 6086 | "domainIdentifier",
|
6074 |
| - "environmentProfileIdentifier", |
6075 | 6087 | "name",
|
6076 | 6088 | "projectIdentifier"
|
6077 | 6089 | ],
|
|
18760 | 18772 | },
|
18761 | 18773 | "documentation":"<p>The asset statistics from the data source run.</p>"
|
18762 | 18774 | },
|
| 18775 | + "S3AccessGrantLocationId":{ |
| 18776 | + "type":"string", |
| 18777 | + "max":64, |
| 18778 | + "min":0, |
| 18779 | + "pattern":"^[a-zA-Z0-9\\-]+$" |
| 18780 | + }, |
18763 | 18781 | "S3Location":{
|
18764 | 18782 | "type":"string",
|
18765 | 18783 | "max":1024,
|
|
18772 | 18790 | "max":20,
|
18773 | 18791 | "min":0
|
18774 | 18792 | },
|
| 18793 | + "S3PropertiesInput":{ |
| 18794 | + "type":"structure", |
| 18795 | + "required":["s3Uri"], |
| 18796 | + "members":{ |
| 18797 | + "s3AccessGrantLocationId":{ |
| 18798 | + "shape":"S3AccessGrantLocationId", |
| 18799 | + "documentation":"<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>" |
| 18800 | + }, |
| 18801 | + "s3Uri":{ |
| 18802 | + "shape":"S3Uri", |
| 18803 | + "documentation":"<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>" |
| 18804 | + } |
| 18805 | + }, |
| 18806 | + "documentation":"<p>The Amazon S3 properties of a connection.</p>" |
| 18807 | + }, |
| 18808 | + "S3PropertiesOutput":{ |
| 18809 | + "type":"structure", |
| 18810 | + "required":["s3Uri"], |
| 18811 | + "members":{ |
| 18812 | + "errorMessage":{ |
| 18813 | + "shape":"String", |
| 18814 | + "documentation":"<p>The error message that gets displayed.</p>" |
| 18815 | + }, |
| 18816 | + "s3AccessGrantLocationId":{ |
| 18817 | + "shape":"S3AccessGrantLocationId", |
| 18818 | + "documentation":"<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>" |
| 18819 | + }, |
| 18820 | + "s3Uri":{ |
| 18821 | + "shape":"S3Uri", |
| 18822 | + "documentation":"<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>" |
| 18823 | + }, |
| 18824 | + "status":{ |
| 18825 | + "shape":"ConnectionStatus", |
| 18826 | + "documentation":"<p>The status of the Amazon S3 connection.</p>" |
| 18827 | + } |
| 18828 | + }, |
| 18829 | + "documentation":"<p>The Amazon S3 properties of a connection.</p>" |
| 18830 | + }, |
| 18831 | + "S3PropertiesPatch":{ |
| 18832 | + "type":"structure", |
| 18833 | + "required":["s3Uri"], |
| 18834 | + "members":{ |
| 18835 | + "s3AccessGrantLocationId":{ |
| 18836 | + "shape":"S3AccessGrantLocationId", |
| 18837 | + "documentation":"<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.</p>" |
| 18838 | + }, |
| 18839 | + "s3Uri":{ |
| 18840 | + "shape":"S3Uri", |
| 18841 | + "documentation":"<p>The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.</p>" |
| 18842 | + } |
| 18843 | + }, |
| 18844 | + "documentation":"<p>The Amazon S3 properties patch of a connection.</p>" |
| 18845 | + }, |
| 18846 | + "S3Uri":{ |
| 18847 | + "type":"string", |
| 18848 | + "max":2048, |
| 18849 | + "min":0, |
| 18850 | + "pattern":"^s3://.+$" |
| 18851 | + }, |
18775 | 18852 | "SageMakerAssetType":{
|
18776 | 18853 | "type":"string",
|
18777 | 18854 | "max":64,
|
|
0 commit comments