File tree Expand file tree Collapse file tree 10 files changed +293
-235
lines changed Expand file tree Collapse file tree 10 files changed +293
-235
lines changed Original file line number Diff line number Diff line change 11Unreleased Changes
22------------------
33
4+ * Feature - Aws::Lambda - Updated the documentation for AWS Lambda.
5+
6+ * Feature - Aws::Lightsail - Updated the API, and documentation for Amazon Lightsail.
7+
8+ * Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint.
9+
10+ * Feature - Aws::Rekognition - Updated the API, and documentation for Amazon Rekognition.
11+
4122.11.206 (2019-01-16)
513------------------
614
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3636 "MemorySize" : 128 ,
3737 "Publish" : true ,
3838 "Role" : " arn:aws:iam::123456789012:role/service-role/role-name" ,
39- "Runtime" : " nodejs4.3 " ,
39+ "Runtime" : " nodejs8.10 " ,
4040 "Timeout" : 15 ,
4141 "VpcConfig" : {
4242 }
5151 "LastModified" : " 2016-11-21T19:49:20.006+0000" ,
5252 "MemorySize" : 128 ,
5353 "Role" : " arn:aws:iam::123456789012:role/service-role/role-name" ,
54- "Runtime" : " nodejs4.3 " ,
54+ "Runtime" : " nodejs8.10 " ,
5555 "Timeout" : 123 ,
5656 "Version" : " 1" ,
5757 "VpcConfig" : {
226226 "LastModified" : " 2016-11-21T19:49:20.006+0000" ,
227227 "MemorySize" : 128 ,
228228 "Role" : " arn:aws:iam::123456789012:role/lambda_basic_execution" ,
229- "Runtime" : " nodejs4.3 " ,
229+ "Runtime" : " nodejs8.10 " ,
230230 "Timeout" : 3 ,
231231 "Version" : " $LATEST" ,
232232 "VpcConfig" : {
Original file line number Diff line number Diff line change 21152115 },
21162116 "CreateDiskSnapshotRequest" :{
21172117 "type" :" structure" ,
2118- "required" :[
2119- " diskName" ,
2120- " diskSnapshotName"
2121- ],
2118+ "required" :[" diskSnapshotName" ],
21222119 "members" :{
21232120 "diskName" :{"shape" :" ResourceName" },
21242121 "diskSnapshotName" :{"shape" :" ResourceName" },
2122+ "instanceName" :{"shape" :" ResourceName" },
21252123 "tags" :{"shape" :" TagList" }
21262124 }
21272125 },
26342632 "state" :{"shape" :" DiskSnapshotState" },
26352633 "progress" :{"shape" :" string" },
26362634 "fromDiskName" :{"shape" :" ResourceName" },
2637- "fromDiskArn" :{"shape" :" NonEmptyString" }
2635+ "fromDiskArn" :{"shape" :" NonEmptyString" },
2636+ "fromInstanceName" :{"shape" :" ResourceName" },
2637+ "fromInstanceArn" :{"shape" :" NonEmptyString" }
26382638 }
26392639 },
26402640 "DiskSnapshotInfo" :{
41744174 "enum" :[
41754175 " DEFAULT" ,
41764176 " INSTANCE" ,
4177- " NONE"
4177+ " NONE" ,
4178+ " CLOSED"
41784179 ]
41794180 },
41804181 "PortList" :{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 38773877 "Event" : {
38783878 "type" : " structure" ,
38793879 "members" : {
3880+ "AppPackageName" : {
3881+ "shape" : " __string"
3882+ },
3883+ "AppTitle" : {
3884+ "shape" : " __string"
3885+ },
3886+ "AppVersionCode" : {
3887+ "shape" : " __string"
3888+ },
38803889 "Attributes" : {
38813890 "shape" : " MapOf__string"
38823891 },
38893898 "Metrics" : {
38903899 "shape" : " MapOf__double"
38913900 },
3901+ "SdkName" : {
3902+ "shape" : " __string"
3903+ },
38923904 "Session" : {
38933905 "shape" : " Session"
38943906 },
69506962 "timestampFormat" : " unixTimestamp"
69516963 }
69526964 }
6953- }
6965+ }
Original file line number Diff line number Diff line change 14291429 "EndpointSendConfiguration$RawContent" : " The Raw JSON formatted string to be used as the payload. This value overrides the message." ,
14301430 "EndpointSendConfiguration$TitleOverride" : " Title override. If specified will override default title if applicable." ,
14311431 "EndpointUser$UserId" : " The unique ID of the user." ,
1432+ "Event$AppPackageName" : " The package name associated with the app that's recording the event." ,
1433+ "Event$AppTitle" : " The title of the app that's recording the event." ,
1434+ "Event$AppVersionCode" : " The version number of the app that's recording the event." ,
14321435 "Event$ClientSdkVersion" : " The version of the SDK that's running on the client device." ,
14331436 "Event$EventType" : " The name of the custom event that you're recording." ,
1437+ "Event$SdkName" : " The name of the SDK that's being used to record the event." ,
14341438 "Event$Timestamp" : " The date and time when the event occurred, in ISO 8601 format." ,
14351439 "EventItemResponse$Message" : " A custom message that is associated with the processing of an event." ,
14361440 "EventStream$ApplicationId" : " The ID of the application from which events should be published." ,
Original file line number Diff line number Diff line change 991991 "DetectModerationLabelsResponse" :{
992992 "type" :" structure" ,
993993 "members" :{
994- "ModerationLabels" :{"shape" :" ModerationLabels" }
994+ "ModerationLabels" :{"shape" :" ModerationLabels" },
995+ "ModerationModelVersion" :{"shape" :" String" }
995996 }
996997 },
997998 "DetectTextRequest" :{
12891290 "StatusMessage" :{"shape" :" StatusMessage" },
12901291 "VideoMetadata" :{"shape" :" VideoMetadata" },
12911292 "NextToken" :{"shape" :" PaginationToken" },
1292- "Labels" :{"shape" :" LabelDetections" }
1293+ "Labels" :{"shape" :" LabelDetections" },
1294+ "LabelModelVersion" :{"shape" :" String" }
12931295 }
12941296 },
12951297 "GetPersonTrackingRequest" :{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 12171217 "eu-central-1" : { },
12181218 "eu-west-1" : { },
12191219 "eu-west-2" : { },
1220+ "eu-west-3" : { },
12201221 "us-east-1" : { },
12211222 "us-east-2" : { },
12221223 "us-west-1" : { },
21462147 }
21472148 }
21482149 },
2150+ "securityhub" : {
2151+ "endpoints" : {
2152+ "ap-northeast-1" : { },
2153+ "ap-northeast-2" : { },
2154+ "ap-south-1" : { },
2155+ "ap-southeast-1" : { },
2156+ "ap-southeast-2" : { },
2157+ "ca-central-1" : { },
2158+ "eu-central-1" : { },
2159+ "eu-west-1" : { },
2160+ "eu-west-2" : { },
2161+ "eu-west-3" : { },
2162+ "sa-east-1" : { },
2163+ "us-east-1" : { },
2164+ "us-east-2" : { },
2165+ "us-west-1" : { },
2166+ "us-west-2" : { }
2167+ }
2168+ },
21492169 "serverlessrepo" : {
21502170 "defaults" : {
21512171 "protocols" : [ " https" ]
30243044 "cn-northwest-1" : { }
30253045 }
30263046 },
3047+ "states" : {
3048+ "endpoints" : {
3049+ "cn-north-1" : { },
3050+ "cn-northwest-1" : { }
3051+ }
3052+ },
30273053 "storagegateway" : {
30283054 "endpoints" : {
30293055 "cn-north-1" : { }
You can’t perform that action at this time.
0 commit comments