|
1015 | 1015 | "AmazonResourceName":{
|
1016 | 1016 | "type":"string",
|
1017 | 1017 | "max":1011,
|
1018 |
| - "min":1 |
| 1018 | + "min":1, |
| 1019 | + "pattern":"arn:.*" |
1019 | 1020 | },
|
1020 | 1021 | "AssociateVehicleFleetRequest":{
|
1021 | 1022 | "type":"structure",
|
|
1181 | 1182 | ],
|
1182 | 1183 | "members":{
|
1183 | 1184 | "arn":{
|
1184 |
| - "shape":"arn", |
| 1185 | + "shape":"campaignArn", |
1185 | 1186 | "documentation":"<p>The Amazon Resource Name (ARN) of a campaign.</p>"
|
1186 | 1187 | },
|
1187 | 1188 | "name":{
|
|
1451 | 1452 | },
|
1452 | 1453 | "priority":{
|
1453 | 1454 | "shape":"priority",
|
1454 |
| - "documentation":"<p>(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. A campaign with the lowest value is deployed to vehicles before any other campaigns. If it's not specified, <code>0</code> is used. </p> <p>Default: <code>0</code> </p>" |
| 1455 | + "documentation":"<p>(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. A campaign with the lowest value is deployed to vehicles before any other campaigns. If it's not specified, <code>0</code> is used. </p> <p>Default: <code>0</code> </p>", |
| 1456 | + "deprecated":true, |
| 1457 | + "deprecatedMessage":"priority is no longer used or needed as input" |
1455 | 1458 | },
|
1456 | 1459 | "signalsToCollect":{
|
1457 | 1460 | "shape":"SignalInformationList",
|
|
1483 | 1486 | "documentation":"<p>The name of the created campaign.</p>"
|
1484 | 1487 | },
|
1485 | 1488 | "arn":{
|
1486 |
| - "shape":"arn", |
| 1489 | + "shape":"campaignArn", |
1487 | 1490 | "documentation":"<p> The ARN of the created campaign. </p>"
|
1488 | 1491 | }
|
1489 | 1492 | }
|
|
1874 | 1877 | "type":"list",
|
1875 | 1878 | "member":{"shape":"NodePath"},
|
1876 | 1879 | "max":5,
|
1877 |
| - "min":0 |
| 1880 | + "min":0, |
| 1881 | + "sensitive":true |
1878 | 1882 | },
|
1879 | 1883 | "DataFormat":{
|
1880 | 1884 | "type":"string",
|
|
1959 | 1963 | "documentation":"<p>The name of the deleted campaign.</p>"
|
1960 | 1964 | },
|
1961 | 1965 | "arn":{
|
1962 |
| - "shape":"arn", |
| 1966 | + "shape":"campaignArn", |
1963 | 1967 | "documentation":"<p> The Amazon Resource Name (ARN) of the deleted campaign.</p> <note> <p>The ARN isn’t returned if a campaign doesn’t exist.</p> </note>"
|
1964 | 1968 | }
|
1965 | 1969 | }
|
|
2215 | 2219 | "documentation":"<p>The name of the campaign.</p>"
|
2216 | 2220 | },
|
2217 | 2221 | "arn":{
|
2218 |
| - "shape":"arn", |
| 2222 | + "shape":"campaignArn", |
2219 | 2223 | "documentation":"<p> The Amazon Resource Name (ARN) of the campaign. </p>"
|
2220 | 2224 | },
|
2221 | 2225 | "description":{
|
|
2905 | 2909 | "documentation":"<p> The maximum number of items to return, between 1 and 100, inclusive. </p>"
|
2906 | 2910 | },
|
2907 | 2911 | "status":{
|
2908 |
| - "shape":"status", |
| 2912 | + "shape":"statusStr", |
2909 | 2913 | "documentation":"<p>Optional parameter to filter the results by the status of each created campaign in your account. The status can be one of: <code>CREATING</code>, <code>WAITING_FOR_APPROVAL</code>, <code>RUNNING</code>, or <code>SUSPENDED</code>.</p>"
|
2910 | 2914 | }
|
2911 | 2915 | }
|
|
4072 | 4076 | "type":"list",
|
4073 | 4077 | "member":{"shape":"SignalInformation"},
|
4074 | 4078 | "max":1000,
|
4075 |
| - "min":0 |
| 4079 | + "min":0, |
| 4080 | + "sensitive":true |
4076 | 4081 | },
|
4077 | 4082 | "SignalNodeType":{
|
4078 | 4083 | "type":"string",
|
|
4439 | 4444 | "type":"structure",
|
4440 | 4445 | "members":{
|
4441 | 4446 | "arn":{
|
4442 |
| - "shape":"arn", |
| 4447 | + "shape":"campaignArn", |
4443 | 4448 | "documentation":"<p> The Amazon Resource Name (ARN) of the campaign. </p>"
|
4444 | 4449 | },
|
4445 | 4450 | "name":{
|
|
4825 | 4830 | "type":"structure",
|
4826 | 4831 | "members":{
|
4827 | 4832 | "campaignName":{
|
4828 |
| - "shape":"string", |
| 4833 | + "shape":"campaignName", |
4829 | 4834 | "documentation":"<p>The name of a campaign.</p>"
|
4830 | 4835 | },
|
4831 | 4836 | "vehicleName":{
|
|
4910 | 4915 | "key":{"shape":"attributeName"},
|
4911 | 4916 | "value":{"shape":"attributeValue"}
|
4912 | 4917 | },
|
| 4918 | + "campaignArn":{ |
| 4919 | + "type":"string", |
| 4920 | + "pattern":"arn:aws:iotfleetwise:[a-z0-9-]+:[0-9]{12}:campaign/[a-zA-Z\\d\\-_:]{1,100}" |
| 4921 | + }, |
4913 | 4922 | "campaignName":{
|
4914 | 4923 | "type":"string",
|
4915 | 4924 | "max":100,
|
|
4923 | 4932 | "collectionPeriodMs":{
|
4924 | 4933 | "type":"long",
|
4925 | 4934 | "box":true,
|
4926 |
| - "max":60000, |
| 4935 | + "max":86400000, |
4927 | 4936 | "min":10000
|
4928 | 4937 | },
|
4929 | 4938 | "createVehicleErrors":{
|
|
4958 | 4967 | "eventExpression":{
|
4959 | 4968 | "type":"string",
|
4960 | 4969 | "max":2048,
|
4961 |
| - "min":1 |
| 4970 | + "min":1, |
| 4971 | + "sensitive":true |
4962 | 4972 | },
|
4963 | 4973 | "fleetId":{
|
4964 | 4974 | "type":"string",
|
|
4977 | 4987 | "languageVersion":{
|
4978 | 4988 | "type":"integer",
|
4979 | 4989 | "box":true,
|
| 4990 | + "max":1, |
4980 | 4991 | "min":1
|
4981 | 4992 | },
|
4982 | 4993 | "listOfStrings":{
|
|
5041 | 5052 | "type":"list",
|
5042 | 5053 | "member":{"shape":"SignalCatalogSummary"}
|
5043 | 5054 | },
|
5044 |
| - "status":{"type":"string"}, |
| 5055 | + "statusStr":{ |
| 5056 | + "type":"string", |
| 5057 | + "max":20, |
| 5058 | + "min":7, |
| 5059 | + "pattern":"[A-Z_]*" |
| 5060 | + }, |
5045 | 5061 | "string":{"type":"string"},
|
5046 | 5062 | "timestamp":{"type":"timestamp"},
|
5047 | 5063 | "uint32":{
|
|
0 commit comments