|
3949 | 3949 | "members":{}, |
3950 | 3950 | "documentation":"<p>The all users grant filter.</p>" |
3951 | 3951 | }, |
| 3952 | + "AmazonQPropertiesInput":{ |
| 3953 | + "type":"structure", |
| 3954 | + "required":["isEnabled"], |
| 3955 | + "members":{ |
| 3956 | + "authMode":{ |
| 3957 | + "shape":"AmazonQPropertiesInputAuthModeString", |
| 3958 | + "documentation":"<p>The authentication mode of the connection's Amazon Q properties.</p>" |
| 3959 | + }, |
| 3960 | + "isEnabled":{ |
| 3961 | + "shape":"Boolean", |
| 3962 | + "documentation":"<p>Specifies whether Amazon Q is enabled for the connection.</p>" |
| 3963 | + }, |
| 3964 | + "profileArn":{ |
| 3965 | + "shape":"AmazonQPropertiesInputProfileArnString", |
| 3966 | + "documentation":"<p>The profile ARN of the connection's Amazon Q properties.</p>" |
| 3967 | + } |
| 3968 | + }, |
| 3969 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 3970 | + }, |
| 3971 | + "AmazonQPropertiesInputAuthModeString":{ |
| 3972 | + "type":"string", |
| 3973 | + "max":128, |
| 3974 | + "min":0 |
| 3975 | + }, |
| 3976 | + "AmazonQPropertiesInputProfileArnString":{ |
| 3977 | + "type":"string", |
| 3978 | + "max":2048, |
| 3979 | + "min":0, |
| 3980 | + "pattern":"^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 3981 | + }, |
| 3982 | + "AmazonQPropertiesOutput":{ |
| 3983 | + "type":"structure", |
| 3984 | + "required":["isEnabled"], |
| 3985 | + "members":{ |
| 3986 | + "authMode":{ |
| 3987 | + "shape":"AmazonQPropertiesOutputAuthModeString", |
| 3988 | + "documentation":"<p>The authentication mode of the connection's Amazon Q properties.</p>" |
| 3989 | + }, |
| 3990 | + "isEnabled":{ |
| 3991 | + "shape":"Boolean", |
| 3992 | + "documentation":"<p>Specifies whether Amazon Q is enabled for the connection.</p>" |
| 3993 | + }, |
| 3994 | + "profileArn":{ |
| 3995 | + "shape":"AmazonQPropertiesOutputProfileArnString", |
| 3996 | + "documentation":"<p>The profile ARN of the connection's Amazon Q properties.</p>" |
| 3997 | + } |
| 3998 | + }, |
| 3999 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 4000 | + }, |
| 4001 | + "AmazonQPropertiesOutputAuthModeString":{ |
| 4002 | + "type":"string", |
| 4003 | + "max":128, |
| 4004 | + "min":0 |
| 4005 | + }, |
| 4006 | + "AmazonQPropertiesOutputProfileArnString":{ |
| 4007 | + "type":"string", |
| 4008 | + "max":2048, |
| 4009 | + "min":0, |
| 4010 | + "pattern":"^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 4011 | + }, |
| 4012 | + "AmazonQPropertiesPatch":{ |
| 4013 | + "type":"structure", |
| 4014 | + "required":["isEnabled"], |
| 4015 | + "members":{ |
| 4016 | + "authMode":{ |
| 4017 | + "shape":"AmazonQPropertiesPatchAuthModeString", |
| 4018 | + "documentation":"<p>The authentication mode of the connection's Amazon Q properties.</p>" |
| 4019 | + }, |
| 4020 | + "isEnabled":{ |
| 4021 | + "shape":"Boolean", |
| 4022 | + "documentation":"<p>Specifies whether Amazon Q is enabled for the connection.</p>" |
| 4023 | + }, |
| 4024 | + "profileArn":{ |
| 4025 | + "shape":"AmazonQPropertiesPatchProfileArnString", |
| 4026 | + "documentation":"<p>The profile ARN of the connection's Amazon Q properties.</p>" |
| 4027 | + } |
| 4028 | + }, |
| 4029 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 4030 | + }, |
| 4031 | + "AmazonQPropertiesPatchAuthModeString":{ |
| 4032 | + "type":"string", |
| 4033 | + "max":128, |
| 4034 | + "min":0 |
| 4035 | + }, |
| 4036 | + "AmazonQPropertiesPatchProfileArnString":{ |
| 4037 | + "type":"string", |
| 4038 | + "max":2048, |
| 4039 | + "min":0, |
| 4040 | + "pattern":"^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 4041 | + }, |
3952 | 4042 | "ApplicableAssetTypes":{ |
3953 | 4043 | "type":"list", |
3954 | 4044 | "member":{"shape":"TypeName"} |
|
5101 | 5191 | "ConnectionPropertiesInput":{ |
5102 | 5192 | "type":"structure", |
5103 | 5193 | "members":{ |
| 5194 | + "amazonQProperties":{ |
| 5195 | + "shape":"AmazonQPropertiesInput", |
| 5196 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 5197 | + }, |
5104 | 5198 | "athenaProperties":{ |
5105 | 5199 | "shape":"AthenaPropertiesInput", |
5106 | 5200 | "documentation":"<p>The Amazon Athena properties of a connection.</p>" |
|
5140 | 5234 | "ConnectionPropertiesOutput":{ |
5141 | 5235 | "type":"structure", |
5142 | 5236 | "members":{ |
| 5237 | + "amazonQProperties":{ |
| 5238 | + "shape":"AmazonQPropertiesOutput", |
| 5239 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 5240 | + }, |
5143 | 5241 | "athenaProperties":{ |
5144 | 5242 | "shape":"AthenaPropertiesOutput", |
5145 | 5243 | "documentation":"<p>The Amazon Athena properties of a connection.</p>" |
|
5179 | 5277 | "ConnectionPropertiesPatch":{ |
5180 | 5278 | "type":"structure", |
5181 | 5279 | "members":{ |
| 5280 | + "amazonQProperties":{ |
| 5281 | + "shape":"AmazonQPropertiesPatch", |
| 5282 | + "documentation":"<p>The Amazon Q properties of the connection.</p>" |
| 5283 | + }, |
5182 | 5284 | "athenaProperties":{ |
5183 | 5285 | "shape":"AthenaPropertiesPatch", |
5184 | 5286 | "documentation":"<p>The Amazon Athena properties of a connection properties patch.</p>" |
|
5212 | 5314 | "max":2048, |
5213 | 5315 | "min":1 |
5214 | 5316 | }, |
| 5317 | + "ConnectionScope":{ |
| 5318 | + "type":"string", |
| 5319 | + "enum":[ |
| 5320 | + "DOMAIN", |
| 5321 | + "PROJECT" |
| 5322 | + ] |
| 5323 | + }, |
5215 | 5324 | "ConnectionStatus":{ |
5216 | 5325 | "type":"string", |
5217 | 5326 | "enum":[ |
|
5272 | 5381 | "shape":"ConnectionPropertiesOutput", |
5273 | 5382 | "documentation":"<p>The connection props.</p>" |
5274 | 5383 | }, |
| 5384 | + "scope":{ |
| 5385 | + "shape":"ConnectionScope", |
| 5386 | + "documentation":"<p>The scope of the connection.</p>" |
| 5387 | + }, |
5275 | 5388 | "type":{ |
5276 | 5389 | "shape":"ConnectionType", |
5277 | 5390 | "documentation":"<p>The connection type.</p>" |
|
5301 | 5414 | "SQLSERVER", |
5302 | 5415 | "TERADATA", |
5303 | 5416 | "VERTICA", |
5304 | | - "WORKFLOWS_MWAA" |
| 5417 | + "WORKFLOWS_MWAA", |
| 5418 | + "AMAZON_Q" |
5305 | 5419 | ] |
5306 | 5420 | }, |
5307 | 5421 | "CreateAccountPoolInput":{ |
|
5903 | 6017 | "type":"structure", |
5904 | 6018 | "required":[ |
5905 | 6019 | "domainIdentifier", |
5906 | | - "environmentIdentifier", |
5907 | 6020 | "name" |
5908 | 6021 | ], |
5909 | 6022 | "members":{ |
|
5926 | 6039 | "location":"uri", |
5927 | 6040 | "locationName":"domainIdentifier" |
5928 | 6041 | }, |
| 6042 | + "enableTrustedIdentityPropagation":{ |
| 6043 | + "shape":"Boolean", |
| 6044 | + "documentation":"<p>Specifies whether the trusted identity propagation is enabled.</p>" |
| 6045 | + }, |
5929 | 6046 | "environmentIdentifier":{ |
5930 | 6047 | "shape":"EnvironmentId", |
5931 | 6048 | "documentation":"<p>The ID of the environment where the connection is created.</p>" |
|
5937 | 6054 | "props":{ |
5938 | 6055 | "shape":"ConnectionPropertiesInput", |
5939 | 6056 | "documentation":"<p>The connection props.</p>" |
| 6057 | + }, |
| 6058 | + "scope":{ |
| 6059 | + "shape":"ConnectionScope", |
| 6060 | + "documentation":"<p>The scope of the connection.</p>" |
5940 | 6061 | } |
5941 | 6062 | } |
5942 | 6063 | }, |
|
5993 | 6114 | "shape":"ConnectionPropertiesOutput", |
5994 | 6115 | "documentation":"<p>The connection props.</p>" |
5995 | 6116 | }, |
| 6117 | + "scope":{ |
| 6118 | + "shape":"ConnectionScope", |
| 6119 | + "documentation":"<p>The scope of the connection.</p>" |
| 6120 | + }, |
5996 | 6121 | "type":{ |
5997 | 6122 | "shape":"ConnectionType", |
5998 | 6123 | "documentation":"<p>The connection type.</p>" |
|
11560 | 11685 | "shape":"ConnectionPropertiesOutput", |
11561 | 11686 | "documentation":"<p>Connection props.</p>" |
11562 | 11687 | }, |
| 11688 | + "scope":{ |
| 11689 | + "shape":"ConnectionScope", |
| 11690 | + "documentation":"<p>The scope of the connection.</p>" |
| 11691 | + }, |
11563 | 11692 | "type":{ |
11564 | 11693 | "shape":"ConnectionType", |
11565 | 11694 | "documentation":"<p>The type of the connection.</p>" |
|
15521 | 15650 | }, |
15522 | 15651 | "ListConnectionsInput":{ |
15523 | 15652 | "type":"structure", |
15524 | | - "required":[ |
15525 | | - "domainIdentifier", |
15526 | | - "projectIdentifier" |
15527 | | - ], |
| 15653 | + "required":["domainIdentifier"], |
15528 | 15654 | "members":{ |
15529 | 15655 | "domainIdentifier":{ |
15530 | 15656 | "shape":"DomainId", |
|
15562 | 15688 | "location":"querystring", |
15563 | 15689 | "locationName":"projectIdentifier" |
15564 | 15690 | }, |
| 15691 | + "scope":{ |
| 15692 | + "shape":"ConnectionScope", |
| 15693 | + "documentation":"<p>The scope of the connection.</p>", |
| 15694 | + "location":"querystring", |
| 15695 | + "locationName":"scope" |
| 15696 | + }, |
15565 | 15697 | "sortBy":{ |
15566 | 15698 | "shape":"SortFieldConnection", |
15567 | 15699 | "documentation":"<p>Specifies how you want to sort the listed connections.</p>", |
|
18145 | 18277 | "shape":"AwsLocation", |
18146 | 18278 | "documentation":"<p>The location of a connection.</p>" |
18147 | 18279 | }, |
| 18280 | + "enableTrustedIdentityPropagation":{ |
| 18281 | + "shape":"Boolean", |
| 18282 | + "documentation":"<p>Specified whether trusted identity propagation for the connection is enabled.</p>" |
| 18283 | + }, |
18148 | 18284 | "glueConnection":{ |
18149 | 18285 | "shape":"GlueConnection", |
18150 | 18286 | "documentation":"<p>The Amazon Web Services Glue connection.</p>" |
|
22518 | 22654 | "shape":"ConnectionPropertiesOutput", |
22519 | 22655 | "documentation":"<p>The connection props.</p>" |
22520 | 22656 | }, |
| 22657 | + "scope":{ |
| 22658 | + "shape":"ConnectionScope", |
| 22659 | + "documentation":"<p>The scope of the connection.</p>" |
| 22660 | + }, |
22521 | 22661 | "type":{ |
22522 | 22662 | "shape":"ConnectionType", |
22523 | 22663 | "documentation":"<p>The connection type.</p>" |
|
0 commit comments