Skip to content

Commit a692a8f

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent c17cbf5 commit a692a8f

File tree

10 files changed

+293
-235
lines changed

10 files changed

+293
-235
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased 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+
412
2.11.206 (2019-01-16)
513
------------------
614

aws-sdk-core/apis/lambda/2015-03-31/docs-2.json

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

aws-sdk-core/apis/lambda/2015-03-31/examples-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
}
@@ -51,7 +51,7 @@
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": {
@@ -226,7 +226,7 @@
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": {

aws-sdk-core/apis/lightsail/2016-11-28/api-2.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,13 +2115,11 @@
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
},
@@ -2634,7 +2632,9 @@
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":{
@@ -4174,7 +4174,8 @@
41744174
"enum":[
41754175
"DEFAULT",
41764176
"INSTANCE",
4177-
"NONE"
4177+
"NONE",
4178+
"CLOSED"
41784179
]
41794180
},
41804181
"PortList":{

aws-sdk-core/apis/lightsail/2016-11-28/docs-2.json

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

aws-sdk-core/apis/pinpoint/2016-12-01/api-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,15 @@
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
},
@@ -3889,6 +3898,9 @@
38893898
"Metrics" : {
38903899
"shape" : "MapOf__double"
38913900
},
3901+
"SdkName" : {
3902+
"shape" : "__string"
3903+
},
38923904
"Session" : {
38933905
"shape" : "Session"
38943906
},
@@ -6950,4 +6962,4 @@
69506962
"timestampFormat" : "unixTimestamp"
69516963
}
69526964
}
6953-
}
6965+
}

aws-sdk-core/apis/pinpoint/2016-12-01/docs-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,12 @@
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.",

aws-sdk-core/apis/rekognition/2016-06-27/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@
991991
"DetectModerationLabelsResponse":{
992992
"type":"structure",
993993
"members":{
994-
"ModerationLabels":{"shape":"ModerationLabels"}
994+
"ModerationLabels":{"shape":"ModerationLabels"},
995+
"ModerationModelVersion":{"shape":"String"}
995996
}
996997
},
997998
"DetectTextRequest":{
@@ -1289,7 +1290,8 @@
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":{

aws-sdk-core/apis/rekognition/2016-06-27/docs-2.json

Lines changed: 49 additions & 47 deletions
Large diffs are not rendered by default.

aws-sdk-core/endpoints.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@
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" : { },
@@ -2146,6 +2147,25 @@
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" ]
@@ -3024,6 +3044,12 @@
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" : { }

0 commit comments

Comments
 (0)