Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Sep 25, 2020
1 parent 2cee601 commit e5b2240
Show file tree
Hide file tree
Showing 12 changed files with 213 additions and 43 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Unreleased Changes
------------------

* Feature - Aws::Batch - Updated the API, and documentation for AWS Batch.

* Feature - Aws::ConfigService - Updated the API for AWS Config.

* Feature - Aws::DocDB - Updated the documentation for Amazon DocumentDB with MongoDB compatibility.

* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.

* Feature - Aws::FraudDetector - Updated the API, and documentation for Amazon Fraud Detector.

* Feature - Aws::STS - Updated the API, and documentation for AWS Security Token Service.

2.11.593 (2020-09-24)
------------------

Expand Down
74 changes: 71 additions & 3 deletions aws-sdk-core/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
"memory":{"shape":"Integer"},
"command":{"shape":"StringList"},
"jobRoleArn":{"shape":"String"},
"executionRoleArn":{"shape":"String"},
"volumes":{"shape":"Volumes"},
"environment":{"shape":"EnvironmentVariables"},
"mountPoints":{"shape":"MountPoints"},
Expand All @@ -442,7 +443,9 @@
"instanceType":{"shape":"String"},
"networkInterfaces":{"shape":"NetworkInterfaceList"},
"resourceRequirements":{"shape":"ResourceRequirements"},
"linuxParameters":{"shape":"LinuxParameters"}
"linuxParameters":{"shape":"LinuxParameters"},
"logConfiguration":{"shape":"LogConfiguration"},
"secrets":{"shape":"SecretList"}
}
},
"ContainerOverrides":{
Expand All @@ -464,6 +467,7 @@
"memory":{"shape":"Integer"},
"command":{"shape":"StringList"},
"jobRoleArn":{"shape":"String"},
"executionRoleArn":{"shape":"String"},
"volumes":{"shape":"Volumes"},
"environment":{"shape":"EnvironmentVariables"},
"mountPoints":{"shape":"MountPoints"},
Expand All @@ -473,7 +477,9 @@
"user":{"shape":"String"},
"instanceType":{"shape":"String"},
"resourceRequirements":{"shape":"ResourceRequirements"},
"linuxParameters":{"shape":"LinuxParameters"}
"linuxParameters":{"shape":"LinuxParameters"},
"logConfiguration":{"shape":"LogConfiguration"},
"secrets":{"shape":"SecretList"}
}
},
"ContainerSummary":{
Expand Down Expand Up @@ -840,7 +846,12 @@
"LinuxParameters":{
"type":"structure",
"members":{
"devices":{"shape":"DevicesList"}
"devices":{"shape":"DevicesList"},
"initProcessEnabled":{"shape":"Boolean"},
"sharedMemorySize":{"shape":"Integer"},
"tmpfs":{"shape":"TmpfsList"},
"maxSwap":{"shape":"Integer"},
"swappiness":{"shape":"Integer"}
}
},
"ListJobsRequest":{
Expand All @@ -862,6 +873,32 @@
"nextToken":{"shape":"String"}
}
},
"LogConfiguration":{
"type":"structure",
"required":["logDriver"],
"members":{
"logDriver":{"shape":"LogDriver"},
"options":{"shape":"LogConfigurationOptionsMap"},
"secretOptions":{"shape":"SecretList"}
}
},
"LogConfigurationOptionsMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"LogDriver":{
"type":"string",
"enum":[
"json-file",
"syslog",
"journald",
"gelf",
"fluentd",
"awslogs",
"splunk"
]
},
"Long":{"type":"long"},
"MountPoint":{
"type":"structure",
Expand Down Expand Up @@ -1005,6 +1042,21 @@
"attempts":{"shape":"Integer"}
}
},
"Secret":{
"type":"structure",
"required":[
"name",
"valueFrom"
],
"members":{
"name":{"shape":"String"},
"valueFrom":{"shape":"String"}
}
},
"SecretList":{
"type":"list",
"member":{"shape":"Secret"}
},
"ServerException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1071,6 +1123,22 @@
"members":{
}
},
"Tmpfs":{
"type":"structure",
"required":[
"containerPath",
"size"
],
"members":{
"containerPath":{"shape":"String"},
"size":{"shape":"Integer"},
"mountOptions":{"shape":"StringList"}
}
},
"TmpfsList":{
"type":"list",
"member":{"shape":"Tmpfs"}
},
"Ulimit":{
"type":"structure",
"required":[
Expand Down
82 changes: 70 additions & 12 deletions aws-sdk-core/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions aws-sdk-core/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1681,8 +1681,7 @@
"required":[
"ConformancePackName",
"ConformancePackArn",
"ConformancePackId",
"DeliveryS3Bucket"
"ConformancePackId"
],
"members":{
"ConformancePackName":{"shape":"ConformancePackName"},
Expand Down Expand Up @@ -2017,12 +2016,12 @@
"DeliveryS3Bucket":{
"type":"string",
"max":63,
"min":3
"min":0
},
"DeliveryS3KeyPrefix":{
"type":"string",
"max":1024,
"min":1
"min":0
},
"DeliveryStatus":{
"type":"string",
Expand Down Expand Up @@ -3246,7 +3245,6 @@
"required":[
"OrganizationConformancePackName",
"OrganizationConformancePackArn",
"DeliveryS3Bucket",
"LastUpdateTime"
],
"members":{
Expand Down Expand Up @@ -3496,10 +3494,7 @@
},
"PutConformancePackRequest":{
"type":"structure",
"required":[
"ConformancePackName",
"DeliveryS3Bucket"
],
"required":["ConformancePackName"],
"members":{
"ConformancePackName":{"shape":"ConformancePackName"},
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
Expand Down Expand Up @@ -3555,10 +3550,7 @@
},
"PutOrganizationConformancePackRequest":{
"type":"structure",
"required":[
"OrganizationConformancePackName",
"DeliveryS3Bucket"
],
"required":["OrganizationConformancePackName"],
"members":{
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-core/apis/docdb/2014-10-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@
"CreateDBClusterMessage$DBClusterParameterGroupName": "<p>The name of the cluster parameter group to associate with this cluster.</p>",
"CreateDBClusterMessage$DBSubnetGroupName": "<p>A subnet group to associate with this cluster.</p> <p>Constraints: Must match the name of an existing <code>DBSubnetGroup</code>. Must not be default.</p> <p>Example: <code>mySubnetgroup</code> </p>",
"CreateDBClusterMessage$Engine": "<p>The name of the database engine to be used for this cluster.</p> <p>Valid values: <code>docdb</code> </p>",
"CreateDBClusterMessage$EngineVersion": "<p>The version number of the database engine to use.</p>",
"CreateDBClusterMessage$EngineVersion": "<p>The version number of the database engine to use. The --engine-version will default to the latest major engine version. For production workloads, we recommend explicitly declaring this parameter with the intended major engine version.</p>",
"CreateDBClusterMessage$MasterUsername": "<p>The name of the master user for the cluster.</p> <p>Constraints:</p> <ul> <li> <p>Must be from 1 to 63 letters or numbers.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot be a reserved word for the chosen database engine. </p> </li> </ul>",
"CreateDBClusterMessage$MasterUserPassword": "<p>The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote (\"), or the \"at\" symbol (@).</p> <p>Constraints: Must contain from 8 to 100 characters.</p>",
"CreateDBClusterMessage$PreferredBackupWindow": "<p>The daily time range during which automated backups are created if automated backups are enabled using the <code>BackupRetentionPeriod</code> parameter. </p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. </p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window. </p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>",
Expand Down
32 changes: 32 additions & 0 deletions aws-sdk-core/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20349,6 +20349,14 @@
"LocalGatewayRouteTableId":{
"shape":"LocalGatewayRoutetableId",
"locationName":"localGatewayRouteTableId"
},
"LocalGatewayRouteTableArn":{
"shape":"ResourceArn",
"locationName":"localGatewayRouteTableArn"
},
"OwnerId":{
"shape":"String",
"locationName":"ownerId"
}
}
},
Expand Down Expand Up @@ -20376,6 +20384,10 @@
"shape":"String",
"locationName":"localGatewayRouteTableId"
},
"LocalGatewayRouteTableArn":{
"shape":"ResourceArn",
"locationName":"localGatewayRouteTableArn"
},
"LocalGatewayId":{
"shape":"LocalGatewayId",
"locationName":"localGatewayId"
Expand All @@ -20384,6 +20396,10 @@
"shape":"String",
"locationName":"outpostArn"
},
"OwnerId":{
"shape":"String",
"locationName":"ownerId"
},
"State":{
"shape":"String",
"locationName":"state"
Expand Down Expand Up @@ -20427,6 +20443,14 @@
"shape":"LocalGatewayId",
"locationName":"localGatewayRouteTableId"
},
"LocalGatewayRouteTableArn":{
"shape":"ResourceArn",
"locationName":"localGatewayRouteTableArn"
},
"OwnerId":{
"shape":"String",
"locationName":"ownerId"
},
"State":{
"shape":"String",
"locationName":"state"
Expand Down Expand Up @@ -20463,6 +20487,10 @@
"shape":"String",
"locationName":"localGatewayRouteTableId"
},
"LocalGatewayRouteTableArn":{
"shape":"ResourceArn",
"locationName":"localGatewayRouteTableArn"
},
"LocalGatewayId":{
"shape":"String",
"locationName":"localGatewayId"
Expand All @@ -20471,6 +20499,10 @@
"shape":"String",
"locationName":"vpcId"
},
"OwnerId":{
"shape":"String",
"locationName":"ownerId"
},
"State":{
"shape":"String",
"locationName":"state"
Expand Down
10 changes: 9 additions & 1 deletion aws-sdk-core/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11443,6 +11443,10 @@
"base": null,
"refs": {
"CoipPool$PoolArn": "<p>The ARN of the address pool.</p>",
"LocalGatewayRoute$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
"LocalGatewayRouteTable$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>",
"LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the association.</p>",
"ManagedPrefixList$PrefixListArn": "<p>The Amazon Resource Name (ARN) for the prefix list.</p>"
}
},
Expand Down Expand Up @@ -13263,17 +13267,21 @@
"LoadPermission$UserId": "<p>The AWS account ID.</p>",
"LoadPermissionRequest$UserId": "<p>The AWS account ID.</p>",
"LocalGateway$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
"LocalGateway$OwnerId": "<p>The ID of the AWS account ID that owns the local gateway.</p>",
"LocalGateway$OwnerId": "<p>The AWS account ID that owns the local gateway.</p>",
"LocalGateway$State": "<p>The state of the local gateway.</p>",
"LocalGatewayRoute$DestinationCidrBlock": "<p>The CIDR block used for destination matches.</p>",
"LocalGatewayRoute$OwnerId": "<p>The AWS account ID that owns the local gateway route.</p>",
"LocalGatewayRouteTable$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
"LocalGatewayRouteTable$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
"LocalGatewayRouteTable$OwnerId": "<p>The AWS account ID that owns the local gateway route table.</p>",
"LocalGatewayRouteTable$State": "<p>The state of the local gateway route table.</p>",
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway virtual interface group association.</p>",
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$State": "<p>The state of the association.</p>",
"LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
"LocalGatewayRouteTableVpcAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
"LocalGatewayRouteTableVpcAssociation$VpcId": "<p>The ID of the VPC.</p>",
"LocalGatewayRouteTableVpcAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway route table for the association.</p>",
"LocalGatewayRouteTableVpcAssociation$State": "<p>The state of the association.</p>",
"LocalGatewayVirtualInterface$LocalGatewayId": "<p>The ID of the local gateway.</p>",
"LocalGatewayVirtualInterface$LocalAddress": "<p>The local address.</p>",
Expand Down
6 changes: 3 additions & 3 deletions aws-sdk-core/apis/frauddetector/2019-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,9 @@
},
"KmsEncryptionKeyArn":{
"type":"string",
"max":80,
"max":90,
"min":7,
"pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key:[a-zA-Z0-9-_]+|[a-zA-Z0-9-_]\\S+"
"pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
},
"Label":{
"type":"structure",
Expand Down Expand Up @@ -2266,7 +2266,7 @@
},
"variableValue":{
"type":"string",
"max":256,
"max":1024,
"min":1,
"sensitive":true
},
Expand Down
6 changes: 3 additions & 3 deletions aws-sdk-core/apis/frauddetector/2019-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@
"CreateVariableRequest$name": "<p>The name of the variable.</p>",
"CreateVariableRequest$defaultValue": "<p>The default value for the variable when no value is received.</p>",
"CreateVariableRequest$description": "<p>The description.</p>",
"CreateVariableRequest$variableType": "<p>The variable type. For more information see <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types\">Variable types</a>. </p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT | SHIPPING_ZIP | USERAGENT</code> </p>",
"CreateVariableRequest$variableType": "<p>The variable type. For more information see <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types\">Variable types</a>. </p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT</code> </p>",
"CsvIndexToVariableMap$key": null,
"CsvIndexToVariableMap$value": null,
"DeleteEventRequest$eventId": "<p>The ID of the event to delete.</p>",
Expand Down Expand Up @@ -1390,13 +1390,13 @@
"Variable$name": "<p>The name of the variable.</p>",
"Variable$defaultValue": "<p>The default value of the variable.</p>",
"Variable$description": "<p>The description of the variable. </p>",
"Variable$variableType": "<p>The variable type of the variable.</p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT | SHIPPING_ZIP | USERAGENT</code> </p>",
"Variable$variableType": "<p>The variable type of the variable.</p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT </code> </p>",
"VariableEntry$name": "<p>The name of the variable.</p>",
"VariableEntry$dataType": "<p>The data type of the variable.</p>",
"VariableEntry$dataSource": "<p>The data source of the variable.</p>",
"VariableEntry$defaultValue": "<p>The default value of the variable.</p>",
"VariableEntry$description": "<p>The description of the variable.</p>",
"VariableEntry$variableType": "<p>The type of the variable. For more information see <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types\">Variable types</a>.</p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT | SHIPPING_ZIP | USERAGENT</code> </p>",
"VariableEntry$variableType": "<p>The type of the variable. For more information see <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types\">Variable types</a>.</p> <p>Valid Values: <code>AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT </code> </p>",
"labelMapper$key": null
}
},
Expand Down
9 changes: 4 additions & 5 deletions aws-sdk-core/apis/sts/2011-06-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"errors":[
{"shape":"MalformedPolicyDocumentException"},
{"shape":"PackedPolicyTooLargeException"},
{"shape":"RegionDisabledException"}
{"shape":"RegionDisabledException"},
{"shape":"ExpiredTokenException"}
]
},
"AssumeRoleWithSAML":{
Expand Down Expand Up @@ -445,8 +446,7 @@
"SAMLAssertionType":{
"type":"string",
"max":100000,
"min":4,
"sensitive":true
"min":4
},
"Subject":{"type":"string"},
"SubjectType":{"type":"string"},
Expand Down Expand Up @@ -484,8 +484,7 @@
"clientTokenType":{
"type":"string",
"max":2048,
"min":4,
"sensitive":true
"min":4
},
"dateType":{"type":"timestamp"},
"decodedMessageType":{"type":"string"},
Expand Down
Loading

0 comments on commit e5b2240

Please sign in to comment.