|
2946 | 2946 | {"shape":"ResourceNotFoundException"},
|
2947 | 2947 | {"shape":"InternalFailureException"}
|
2948 | 2948 | ],
|
2949 |
| - "documentation":"<p>Updates the content and status of IP rules. To use this operation, you must provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>" |
| 2949 | + "documentation":"<p>Updates the content and status of IP rules. Traffic from a source is allowed when the source satisfies either the <code>IpRestrictionRule</code>, <code>VpcIdRestrictionRule</code>, or <code>VpcEndpointIdRestrictionRule</code>. To use this operation, you must provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>" |
2950 | 2950 | },
|
2951 | 2951 | "UpdatePublicSharingSettings":{
|
2952 | 2952 | "name":"UpdatePublicSharingSettings",
|
|
10412 | 10412 | "documentation":"<p>A date time parameter that is created in the dataset.</p>"
|
10413 | 10413 | }
|
10414 | 10414 | },
|
10415 |
| - "documentation":"<p>A dataset parameter.</p>" |
| 10415 | + "documentation":"<p>A parameter that is created in a dataset. The parameter can be a string, integer, decimal, or datetime data type.</p>" |
10416 | 10416 | },
|
10417 | 10417 | "DatasetParameterId":{
|
10418 | 10418 | "type":"string",
|
|
10434 | 10434 | },
|
10435 | 10435 | "DatasetParameterValueType":{
|
10436 | 10436 | "type":"string",
|
| 10437 | + "documentation":"<p>The value type of the parameter. The value type is used to validate the parameter before it is evaluated.</p>", |
10437 | 10438 | "enum":[
|
10438 | 10439 | "MULTI_VALUED",
|
10439 | 10440 | "SINGLE_VALUED"
|
|
13527 | 13528 | "shape":"IpRestrictionRuleMap",
|
13528 | 13529 | "documentation":"<p>A map that describes the IP rules with CIDR range and description.</p>"
|
13529 | 13530 | },
|
| 13531 | + "VpcIdRestrictionRuleMap":{ |
| 13532 | + "shape":"VpcIdRestrictionRuleMap", |
| 13533 | + "documentation":"<p>A map of allowed VPC IDs and their rule descriptions.</p>" |
| 13534 | + }, |
| 13535 | + "VpcEndpointIdRestrictionRuleMap":{ |
| 13536 | + "shape":"VpcEndpointIdRestrictionRuleMap", |
| 13537 | + "documentation":"<p>A map of allowed VPC endpoint IDs and their rule descriptions.</p>" |
| 13538 | + }, |
13530 | 13539 | "Enabled":{
|
13531 | 13540 | "shape":"NullableBoolean",
|
13532 | 13541 | "documentation":"<p>A value that specifies whether IP rules are turned on.</p>"
|
|
16371 | 16380 | },
|
16372 | 16381 | "AuthorizedResourceArns":{
|
16373 | 16382 | "shape":"ArnList",
|
16374 |
| - "documentation":"<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session.</p> <p>If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.</p> <p>Currently, you can pass up to 25 dashboard ARNs in each API call.</p>" |
| 16383 | + "documentation":"<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session.</p> <p>If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.</p> <p>If you want to make changes to the theme of your embedded content, pass a list of theme ARNs that the anonymous users need access to.</p> <p>Currently, you can pass up to 25 theme ARNs in each API call.</p>" |
16375 | 16384 | },
|
16376 | 16385 | "ExperienceConfiguration":{
|
16377 | 16386 | "shape":"AnonymousUserEmbeddingExperienceConfiguration",
|
|
26251 | 26260 | },
|
26252 | 26261 | "SqlQuery":{
|
26253 | 26262 | "type":"string",
|
26254 |
| - "max":65536, |
| 26263 | + "max":168000, |
26255 | 26264 | "min":1
|
26256 | 26265 | },
|
26257 | 26266 | "SqlServerParameters":{
|
|
30535 | 30544 | "shape":"IpRestrictionRuleMap",
|
30536 | 30545 | "documentation":"<p>A map that describes the updated IP rules with CIDR ranges and descriptions.</p>"
|
30537 | 30546 | },
|
| 30547 | + "VpcIdRestrictionRuleMap":{ |
| 30548 | + "shape":"VpcIdRestrictionRuleMap", |
| 30549 | + "documentation":"<p>A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.</p>" |
| 30550 | + }, |
| 30551 | + "VpcEndpointIdRestrictionRuleMap":{ |
| 30552 | + "shape":"VpcEndpointIdRestrictionRuleMap", |
| 30553 | + "documentation":"<p>A map of allowed VPC endpoint IDs and their corresponding rule descriptions.</p>" |
| 30554 | + }, |
30538 | 30555 | "Enabled":{
|
30539 | 30556 | "shape":"NullableBoolean",
|
30540 | 30557 | "documentation":"<p>A value that specifies whether IP rules are turned on.</p>"
|
|
31940 | 31957 | },
|
31941 | 31958 | "documentation":"<p>VPC connection properties.</p>"
|
31942 | 31959 | },
|
| 31960 | + "VpcEndpointId":{ |
| 31961 | + "type":"string", |
| 31962 | + "max":255, |
| 31963 | + "min":1, |
| 31964 | + "pattern":"^vpce-[0-9a-z]*$" |
| 31965 | + }, |
| 31966 | + "VpcEndpointIdRestrictionRuleDescription":{ |
| 31967 | + "type":"string", |
| 31968 | + "max":150, |
| 31969 | + "min":0 |
| 31970 | + }, |
| 31971 | + "VpcEndpointIdRestrictionRuleMap":{ |
| 31972 | + "type":"map", |
| 31973 | + "key":{"shape":"VpcEndpointId"}, |
| 31974 | + "value":{"shape":"VpcEndpointIdRestrictionRuleDescription"} |
| 31975 | + }, |
| 31976 | + "VpcId":{ |
| 31977 | + "type":"string", |
| 31978 | + "max":255, |
| 31979 | + "min":1, |
| 31980 | + "pattern":"^vpc-[0-9a-z]*$" |
| 31981 | + }, |
| 31982 | + "VpcIdRestrictionRuleDescription":{ |
| 31983 | + "type":"string", |
| 31984 | + "max":150, |
| 31985 | + "min":0 |
| 31986 | + }, |
| 31987 | + "VpcIdRestrictionRuleMap":{ |
| 31988 | + "type":"map", |
| 31989 | + "key":{"shape":"VpcId"}, |
| 31990 | + "value":{"shape":"VpcIdRestrictionRuleDescription"} |
| 31991 | + }, |
31943 | 31992 | "Warehouse":{
|
31944 | 31993 | "type":"string",
|
31945 | 31994 | "max":128
|
|
0 commit comments