Skip to content

Commit e5b2240

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2cee601 commit e5b2240

File tree

12 files changed

+213
-43
lines changed

12 files changed

+213
-43
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Batch - Updated the API, and documentation for AWS Batch.
5+
6+
* Feature - Aws::ConfigService - Updated the API for AWS Config.
7+
8+
* Feature - Aws::DocDB - Updated the documentation for Amazon DocumentDB with MongoDB compatibility.
9+
10+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
11+
12+
* Feature - Aws::FraudDetector - Updated the API, and documentation for Amazon Fraud Detector.
13+
14+
* Feature - Aws::STS - Updated the API, and documentation for AWS Security Token Service.
15+
416
2.11.593 (2020-09-24)
517
------------------
618

aws-sdk-core/apis/batch/2016-08-10/api-2.json

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
"memory":{"shape":"Integer"},
428428
"command":{"shape":"StringList"},
429429
"jobRoleArn":{"shape":"String"},
430+
"executionRoleArn":{"shape":"String"},
430431
"volumes":{"shape":"Volumes"},
431432
"environment":{"shape":"EnvironmentVariables"},
432433
"mountPoints":{"shape":"MountPoints"},
@@ -442,7 +443,9 @@
442443
"instanceType":{"shape":"String"},
443444
"networkInterfaces":{"shape":"NetworkInterfaceList"},
444445
"resourceRequirements":{"shape":"ResourceRequirements"},
445-
"linuxParameters":{"shape":"LinuxParameters"}
446+
"linuxParameters":{"shape":"LinuxParameters"},
447+
"logConfiguration":{"shape":"LogConfiguration"},
448+
"secrets":{"shape":"SecretList"}
446449
}
447450
},
448451
"ContainerOverrides":{
@@ -464,6 +467,7 @@
464467
"memory":{"shape":"Integer"},
465468
"command":{"shape":"StringList"},
466469
"jobRoleArn":{"shape":"String"},
470+
"executionRoleArn":{"shape":"String"},
467471
"volumes":{"shape":"Volumes"},
468472
"environment":{"shape":"EnvironmentVariables"},
469473
"mountPoints":{"shape":"MountPoints"},
@@ -473,7 +477,9 @@
473477
"user":{"shape":"String"},
474478
"instanceType":{"shape":"String"},
475479
"resourceRequirements":{"shape":"ResourceRequirements"},
476-
"linuxParameters":{"shape":"LinuxParameters"}
480+
"linuxParameters":{"shape":"LinuxParameters"},
481+
"logConfiguration":{"shape":"LogConfiguration"},
482+
"secrets":{"shape":"SecretList"}
477483
}
478484
},
479485
"ContainerSummary":{
@@ -840,7 +846,12 @@
840846
"LinuxParameters":{
841847
"type":"structure",
842848
"members":{
843-
"devices":{"shape":"DevicesList"}
849+
"devices":{"shape":"DevicesList"},
850+
"initProcessEnabled":{"shape":"Boolean"},
851+
"sharedMemorySize":{"shape":"Integer"},
852+
"tmpfs":{"shape":"TmpfsList"},
853+
"maxSwap":{"shape":"Integer"},
854+
"swappiness":{"shape":"Integer"}
844855
}
845856
},
846857
"ListJobsRequest":{
@@ -862,6 +873,32 @@
862873
"nextToken":{"shape":"String"}
863874
}
864875
},
876+
"LogConfiguration":{
877+
"type":"structure",
878+
"required":["logDriver"],
879+
"members":{
880+
"logDriver":{"shape":"LogDriver"},
881+
"options":{"shape":"LogConfigurationOptionsMap"},
882+
"secretOptions":{"shape":"SecretList"}
883+
}
884+
},
885+
"LogConfigurationOptionsMap":{
886+
"type":"map",
887+
"key":{"shape":"String"},
888+
"value":{"shape":"String"}
889+
},
890+
"LogDriver":{
891+
"type":"string",
892+
"enum":[
893+
"json-file",
894+
"syslog",
895+
"journald",
896+
"gelf",
897+
"fluentd",
898+
"awslogs",
899+
"splunk"
900+
]
901+
},
865902
"Long":{"type":"long"},
866903
"MountPoint":{
867904
"type":"structure",
@@ -1005,6 +1042,21 @@
10051042
"attempts":{"shape":"Integer"}
10061043
}
10071044
},
1045+
"Secret":{
1046+
"type":"structure",
1047+
"required":[
1048+
"name",
1049+
"valueFrom"
1050+
],
1051+
"members":{
1052+
"name":{"shape":"String"},
1053+
"valueFrom":{"shape":"String"}
1054+
}
1055+
},
1056+
"SecretList":{
1057+
"type":"list",
1058+
"member":{"shape":"Secret"}
1059+
},
10081060
"ServerException":{
10091061
"type":"structure",
10101062
"members":{
@@ -1071,6 +1123,22 @@
10711123
"members":{
10721124
}
10731125
},
1126+
"Tmpfs":{
1127+
"type":"structure",
1128+
"required":[
1129+
"containerPath",
1130+
"size"
1131+
],
1132+
"members":{
1133+
"containerPath":{"shape":"String"},
1134+
"size":{"shape":"Integer"},
1135+
"mountOptions":{"shape":"StringList"}
1136+
}
1137+
},
1138+
"TmpfsList":{
1139+
"type":"list",
1140+
"member":{"shape":"Tmpfs"}
1141+
},
10741142
"Ulimit":{
10751143
"type":"structure",
10761144
"required":[

aws-sdk-core/apis/batch/2016-08-10/docs-2.json

Lines changed: 70 additions & 12 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/config/2014-11-12/api-2.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,7 @@
16811681
"required":[
16821682
"ConformancePackName",
16831683
"ConformancePackArn",
1684-
"ConformancePackId",
1685-
"DeliveryS3Bucket"
1684+
"ConformancePackId"
16861685
],
16871686
"members":{
16881687
"ConformancePackName":{"shape":"ConformancePackName"},
@@ -2017,12 +2016,12 @@
20172016
"DeliveryS3Bucket":{
20182017
"type":"string",
20192018
"max":63,
2020-
"min":3
2019+
"min":0
20212020
},
20222021
"DeliveryS3KeyPrefix":{
20232022
"type":"string",
20242023
"max":1024,
2025-
"min":1
2024+
"min":0
20262025
},
20272026
"DeliveryStatus":{
20282027
"type":"string",
@@ -3246,7 +3245,6 @@
32463245
"required":[
32473246
"OrganizationConformancePackName",
32483247
"OrganizationConformancePackArn",
3249-
"DeliveryS3Bucket",
32503248
"LastUpdateTime"
32513249
],
32523250
"members":{
@@ -3496,10 +3494,7 @@
34963494
},
34973495
"PutConformancePackRequest":{
34983496
"type":"structure",
3499-
"required":[
3500-
"ConformancePackName",
3501-
"DeliveryS3Bucket"
3502-
],
3497+
"required":["ConformancePackName"],
35033498
"members":{
35043499
"ConformancePackName":{"shape":"ConformancePackName"},
35053500
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
@@ -3555,10 +3550,7 @@
35553550
},
35563551
"PutOrganizationConformancePackRequest":{
35573552
"type":"structure",
3558-
"required":[
3559-
"OrganizationConformancePackName",
3560-
"DeliveryS3Bucket"
3561-
],
3553+
"required":["OrganizationConformancePackName"],
35623554
"members":{
35633555
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
35643556
"TemplateS3Uri":{"shape":"TemplateS3Uri"},

aws-sdk-core/apis/docdb/2014-10-31/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
"CreateDBClusterMessage$DBClusterParameterGroupName": "<p>The name of the cluster parameter group to associate with this cluster.</p>",
11341134
"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>",
11351135
"CreateDBClusterMessage$Engine": "<p>The name of the database engine to be used for this cluster.</p> <p>Valid values: <code>docdb</code> </p>",
1136-
"CreateDBClusterMessage$EngineVersion": "<p>The version number of the database engine to use.</p>",
1136+
"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>",
11371137
"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>",
11381138
"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>",
11391139
"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>",

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20349,6 +20349,14 @@
2034920349
"LocalGatewayRouteTableId":{
2035020350
"shape":"LocalGatewayRoutetableId",
2035120351
"locationName":"localGatewayRouteTableId"
20352+
},
20353+
"LocalGatewayRouteTableArn":{
20354+
"shape":"ResourceArn",
20355+
"locationName":"localGatewayRouteTableArn"
20356+
},
20357+
"OwnerId":{
20358+
"shape":"String",
20359+
"locationName":"ownerId"
2035220360
}
2035320361
}
2035420362
},
@@ -20376,6 +20384,10 @@
2037620384
"shape":"String",
2037720385
"locationName":"localGatewayRouteTableId"
2037820386
},
20387+
"LocalGatewayRouteTableArn":{
20388+
"shape":"ResourceArn",
20389+
"locationName":"localGatewayRouteTableArn"
20390+
},
2037920391
"LocalGatewayId":{
2038020392
"shape":"LocalGatewayId",
2038120393
"locationName":"localGatewayId"
@@ -20384,6 +20396,10 @@
2038420396
"shape":"String",
2038520397
"locationName":"outpostArn"
2038620398
},
20399+
"OwnerId":{
20400+
"shape":"String",
20401+
"locationName":"ownerId"
20402+
},
2038720403
"State":{
2038820404
"shape":"String",
2038920405
"locationName":"state"
@@ -20427,6 +20443,14 @@
2042720443
"shape":"LocalGatewayId",
2042820444
"locationName":"localGatewayRouteTableId"
2042920445
},
20446+
"LocalGatewayRouteTableArn":{
20447+
"shape":"ResourceArn",
20448+
"locationName":"localGatewayRouteTableArn"
20449+
},
20450+
"OwnerId":{
20451+
"shape":"String",
20452+
"locationName":"ownerId"
20453+
},
2043020454
"State":{
2043120455
"shape":"String",
2043220456
"locationName":"state"
@@ -20463,6 +20487,10 @@
2046320487
"shape":"String",
2046420488
"locationName":"localGatewayRouteTableId"
2046520489
},
20490+
"LocalGatewayRouteTableArn":{
20491+
"shape":"ResourceArn",
20492+
"locationName":"localGatewayRouteTableArn"
20493+
},
2046620494
"LocalGatewayId":{
2046720495
"shape":"String",
2046820496
"locationName":"localGatewayId"
@@ -20471,6 +20499,10 @@
2047120499
"shape":"String",
2047220500
"locationName":"vpcId"
2047320501
},
20502+
"OwnerId":{
20503+
"shape":"String",
20504+
"locationName":"ownerId"
20505+
},
2047420506
"State":{
2047520507
"shape":"String",
2047620508
"locationName":"state"

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11443,6 +11443,10 @@
1144311443
"base": null,
1144411444
"refs": {
1144511445
"CoipPool$PoolArn": "<p>The ARN of the address pool.</p>",
11446+
"LocalGatewayRoute$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
11447+
"LocalGatewayRouteTable$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table.</p>",
11448+
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>",
11449+
"LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableArn": "<p>The Amazon Resource Name (ARN) of the local gateway route table for the association.</p>",
1144611450
"ManagedPrefixList$PrefixListArn": "<p>The Amazon Resource Name (ARN) for the prefix list.</p>"
1144711451
}
1144811452
},
@@ -13263,17 +13267,21 @@
1326313267
"LoadPermission$UserId": "<p>The AWS account ID.</p>",
1326413268
"LoadPermissionRequest$UserId": "<p>The AWS account ID.</p>",
1326513269
"LocalGateway$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
13266-
"LocalGateway$OwnerId": "<p>The ID of the AWS account ID that owns the local gateway.</p>",
13270+
"LocalGateway$OwnerId": "<p>The AWS account ID that owns the local gateway.</p>",
1326713271
"LocalGateway$State": "<p>The state of the local gateway.</p>",
1326813272
"LocalGatewayRoute$DestinationCidrBlock": "<p>The CIDR block used for destination matches.</p>",
13273+
"LocalGatewayRoute$OwnerId": "<p>The AWS account ID that owns the local gateway route.</p>",
1326913274
"LocalGatewayRouteTable$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
1327013275
"LocalGatewayRouteTable$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
13276+
"LocalGatewayRouteTable$OwnerId": "<p>The AWS account ID that owns the local gateway route table.</p>",
1327113277
"LocalGatewayRouteTable$State": "<p>The state of the local gateway route table.</p>",
1327213278
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
13279+
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway virtual interface group association.</p>",
1327313280
"LocalGatewayRouteTableVirtualInterfaceGroupAssociation$State": "<p>The state of the association.</p>",
1327413281
"LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableId": "<p>The ID of the local gateway route table.</p>",
1327513282
"LocalGatewayRouteTableVpcAssociation$LocalGatewayId": "<p>The ID of the local gateway.</p>",
1327613283
"LocalGatewayRouteTableVpcAssociation$VpcId": "<p>The ID of the VPC.</p>",
13284+
"LocalGatewayRouteTableVpcAssociation$OwnerId": "<p>The AWS account ID that owns the local gateway route table for the association.</p>",
1327713285
"LocalGatewayRouteTableVpcAssociation$State": "<p>The state of the association.</p>",
1327813286
"LocalGatewayVirtualInterface$LocalGatewayId": "<p>The ID of the local gateway.</p>",
1327913287
"LocalGatewayVirtualInterface$LocalAddress": "<p>The local address.</p>",

aws-sdk-core/apis/frauddetector/2019-11-15/api-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,9 +1398,9 @@
13981398
},
13991399
"KmsEncryptionKeyArn":{
14001400
"type":"string",
1401-
"max":80,
1401+
"max":90,
14021402
"min":7,
1403-
"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+"
1403+
"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}$"
14041404
},
14051405
"Label":{
14061406
"type":"structure",
@@ -2266,7 +2266,7 @@
22662266
},
22672267
"variableValue":{
22682268
"type":"string",
2269-
"max":256,
2269+
"max":1024,
22702270
"min":1,
22712271
"sensitive":true
22722272
},

aws-sdk-core/apis/frauddetector/2019-11-15/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@
13151315
"CreateVariableRequest$name": "<p>The name of the variable.</p>",
13161316
"CreateVariableRequest$defaultValue": "<p>The default value for the variable when no value is received.</p>",
13171317
"CreateVariableRequest$description": "<p>The description.</p>",
1318-
"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>",
1318+
"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>",
13191319
"CsvIndexToVariableMap$key": null,
13201320
"CsvIndexToVariableMap$value": null,
13211321
"DeleteEventRequest$eventId": "<p>The ID of the event to delete.</p>",
@@ -1390,13 +1390,13 @@
13901390
"Variable$name": "<p>The name of the variable.</p>",
13911391
"Variable$defaultValue": "<p>The default value of the variable.</p>",
13921392
"Variable$description": "<p>The description of the variable. </p>",
1393-
"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>",
1393+
"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>",
13941394
"VariableEntry$name": "<p>The name of the variable.</p>",
13951395
"VariableEntry$dataType": "<p>The data type of the variable.</p>",
13961396
"VariableEntry$dataSource": "<p>The data source of the variable.</p>",
13971397
"VariableEntry$defaultValue": "<p>The default value of the variable.</p>",
13981398
"VariableEntry$description": "<p>The description of the variable.</p>",
1399-
"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>",
1399+
"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>",
14001400
"labelMapper$key": null
14011401
}
14021402
},

aws-sdk-core/apis/sts/2011-06-15/api-2.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"errors":[
2828
{"shape":"MalformedPolicyDocumentException"},
2929
{"shape":"PackedPolicyTooLargeException"},
30-
{"shape":"RegionDisabledException"}
30+
{"shape":"RegionDisabledException"},
31+
{"shape":"ExpiredTokenException"}
3132
]
3233
},
3334
"AssumeRoleWithSAML":{
@@ -445,8 +446,7 @@
445446
"SAMLAssertionType":{
446447
"type":"string",
447448
"max":100000,
448-
"min":4,
449-
"sensitive":true
449+
"min":4
450450
},
451451
"Subject":{"type":"string"},
452452
"SubjectType":{"type":"string"},
@@ -484,8 +484,7 @@
484484
"clientTokenType":{
485485
"type":"string",
486486
"max":2048,
487-
"min":4,
488-
"sensitive":true
487+
"min":4
489488
},
490489
"dateType":{"type":"timestamp"},
491490
"decodedMessageType":{"type":"string"},

0 commit comments

Comments
 (0)