Skip to content

Commit 50fa890

Browse files
Updated API models and rebuilt service gems.
1 parent 97d172b commit 50fa890

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4410
-561
lines changed

apis/appsync/2017-07-25/api-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,9 @@
24192419
"members":{
24202420
"evaluationResult":{"shape":"EvaluationResult"},
24212421
"error":{"shape":"EvaluateCodeErrorDetail"},
2422-
"logs":{"shape":"Logs"}
2422+
"logs":{"shape":"Logs"},
2423+
"stash":{"shape":"Stash"},
2424+
"outErrors":{"shape":"OutErrors"}
24232425
}
24242426
},
24252427
"EvaluateMappingTemplateRequest":{
@@ -2438,7 +2440,9 @@
24382440
"members":{
24392441
"evaluationResult":{"shape":"EvaluationResult"},
24402442
"error":{"shape":"ErrorDetail"},
2441-
"logs":{"shape":"Logs"}
2443+
"logs":{"shape":"Logs"},
2444+
"stash":{"shape":"Stash"},
2445+
"outErrors":{"shape":"OutErrors"}
24422446
}
24432447
},
24442448
"EvaluationResult":{
@@ -3467,6 +3471,10 @@
34673471
"DISABLED"
34683472
]
34693473
},
3474+
"OutErrors":{
3475+
"type":"string",
3476+
"pattern":"^[\\s\\S]*$"
3477+
},
34703478
"OutputType":{
34713479
"type":"string",
34723480
"enum":[
@@ -3771,6 +3779,10 @@
37713779
"sourceApiAssociationStatus":{"shape":"SourceApiAssociationStatus"}
37723780
}
37733781
},
3782+
"Stash":{
3783+
"type":"string",
3784+
"pattern":"^[\\s\\S]*$"
3785+
},
37743786
"String":{"type":"string"},
37753787
"SyncConfig":{
37763788
"type":"structure",

apis/appsync/2017-07-25/docs-2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,13 @@
15251525
"EnhancedMetricsConfig$operationLevelMetricsConfig": "<p> Controls how operation metrics will be emitted to CloudWatch. Operation metrics include:</p> <ul> <li> <p>Requests: The number of times a specified GraphQL operation was called.</p> </li> <li> <p>GraphQL errors: The number of GraphQL errors that occurred during a specified GraphQL operation.</p> </li> </ul> <p>Metrics will be recorded by API ID and operation name. You can set the value to <code>ENABLED</code> or <code>DISABLED</code>.</p>"
15261526
}
15271527
},
1528+
"OutErrors": {
1529+
"base": null,
1530+
"refs": {
1531+
"EvaluateCodeResponse$outErrors": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>",
1532+
"EvaluateMappingTemplateResponse$outErrors": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
1533+
}
1534+
},
15281535
"OutputType": {
15291536
"base": null,
15301537
"refs": {
@@ -1822,6 +1829,13 @@
18221829
"refs": {
18231830
}
18241831
},
1832+
"Stash": {
1833+
"base": null,
1834+
"refs": {
1835+
"EvaluateCodeResponse$stash": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>",
1836+
"EvaluateMappingTemplateResponse$stash": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>"
1837+
}
1838+
},
18251839
"String": {
18261840
"base": null,
18271841
"refs": {

apis/datasync/2018-11-09/api-2.json

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,6 @@
12891289
"required":[
12901290
"Subdirectory",
12911291
"ServerHostname",
1292-
"User",
1293-
"Password",
12941292
"AgentArns"
12951293
],
12961294
"members":{
@@ -1301,7 +1299,12 @@
13011299
"Password":{"shape":"SmbPassword"},
13021300
"AgentArns":{"shape":"AgentArnList"},
13031301
"MountOptions":{"shape":"SmbMountOptions"},
1304-
"Tags":{"shape":"InputTagList"}
1302+
"Tags":{"shape":"InputTagList"},
1303+
"AuthenticationType":{"shape":"SmbAuthenticationType"},
1304+
"DnsIpAddresses":{"shape":"DnsIpList"},
1305+
"KerberosPrincipal":{"shape":"KerberosPrincipal"},
1306+
"KerberosKeytab":{"shape":"KerberosKeytabFile"},
1307+
"KerberosKrb5Conf":{"shape":"KerberosKrb5ConfFile"}
13051308
}
13061309
},
13071310
"CreateLocationSmbResponse":{
@@ -1625,7 +1628,10 @@
16251628
"User":{"shape":"SmbUser"},
16261629
"Domain":{"shape":"SmbDomain"},
16271630
"MountOptions":{"shape":"SmbMountOptions"},
1628-
"CreationTime":{"shape":"Time"}
1631+
"CreationTime":{"shape":"Time"},
1632+
"DnsIpAddresses":{"shape":"DnsIpList"},
1633+
"KerberosPrincipal":{"shape":"KerberosPrincipal"},
1634+
"AuthenticationType":{"shape":"SmbAuthenticationType"}
16291635
}
16301636
},
16311637
"DescribeStorageSystemRequest":{
@@ -1848,6 +1854,11 @@
18481854
"enum":["NetAppONTAP"]
18491855
},
18501856
"DiscoveryTime":{"type":"timestamp"},
1857+
"DnsIpList":{
1858+
"type":"list",
1859+
"member":{"shape":"ServerIpAddress"},
1860+
"max":2
1861+
},
18511862
"Duration":{
18521863
"type":"long",
18531864
"min":0
@@ -2018,17 +2029,12 @@
20182029
"FsxUpdateProtocolSmb":{
20192030
"type":"structure",
20202031
"members":{
2021-
"Domain":{"shape":"FsxUpdateSmbDomain"},
2032+
"Domain":{"shape":"UpdateSmbDomain"},
20222033
"MountOptions":{"shape":"SmbMountOptions"},
20232034
"Password":{"shape":"SmbPassword"},
20242035
"User":{"shape":"SmbUser"}
20252036
}
20262037
},
2027-
"FsxUpdateSmbDomain":{
2028-
"type":"string",
2029-
"max":253,
2030-
"pattern":"^([A-Za-z0-9]((\\.|-+)?[A-Za-z0-9]){0,252})?$"
2031-
},
20322038
"FsxWindowsSubdirectory":{
20332039
"type":"string",
20342040
"max":4096,
@@ -2538,7 +2544,7 @@
25382544
"type":"string",
25392545
"max":63,
25402546
"min":3,
2541-
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
2547+
"pattern":"^[a-zA-Z0-9_\\-\\+\\.\\(\\)\\$\\p{Zs}]+$"
25422548
},
25432549
"ObjectStorageCertificate":{
25442550
"type":"blob",
@@ -2936,6 +2942,19 @@
29362942
"max":255,
29372943
"pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
29382944
},
2945+
"ServerIpAddress":{
2946+
"type":"string",
2947+
"max":15,
2948+
"min":7,
2949+
"pattern":"\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z"
2950+
},
2951+
"SmbAuthenticationType":{
2952+
"type":"string",
2953+
"enum":[
2954+
"NTLM",
2955+
"KERBEROS"
2956+
]
2957+
},
29392958
"SmbDomain":{
29402959
"type":"string",
29412960
"max":253,
@@ -2969,7 +2988,7 @@
29692988
"SmbUser":{
29702989
"type":"string",
29712990
"max":104,
2972-
"pattern":"^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$"
2991+
"pattern":"^[^\\x22\\x5B\\x5D/\\\\:;|=,+*?\\x3C\\x3E]{1,104}$"
29732992
},
29742993
"SmbVersion":{
29752994
"type":"string",
@@ -3427,7 +3446,7 @@
34273446
"members":{
34283447
"LocationArn":{"shape":"LocationArn"},
34293448
"Subdirectory":{"shape":"FsxWindowsSubdirectory"},
3430-
"Domain":{"shape":"FsxUpdateSmbDomain"},
3449+
"Domain":{"shape":"UpdateSmbDomain"},
34313450
"User":{"shape":"SmbUser"},
34323451
"Password":{"shape":"SmbPassword"}
34333452
}
@@ -3520,14 +3539,24 @@
35203539
"Domain":{"shape":"SmbDomain"},
35213540
"Password":{"shape":"SmbPassword"},
35223541
"AgentArns":{"shape":"AgentArnList"},
3523-
"MountOptions":{"shape":"SmbMountOptions"}
3542+
"MountOptions":{"shape":"SmbMountOptions"},
3543+
"AuthenticationType":{"shape":"SmbAuthenticationType"},
3544+
"DnsIpAddresses":{"shape":"DnsIpList"},
3545+
"KerberosPrincipal":{"shape":"KerberosPrincipal"},
3546+
"KerberosKeytab":{"shape":"KerberosKeytabFile"},
3547+
"KerberosKrb5Conf":{"shape":"KerberosKrb5ConfFile"}
35243548
}
35253549
},
35263550
"UpdateLocationSmbResponse":{
35273551
"type":"structure",
35283552
"members":{
35293553
}
35303554
},
3555+
"UpdateSmbDomain":{
3556+
"type":"string",
3557+
"max":253,
3558+
"pattern":"^([A-Za-z0-9]((\\.|-+)?[A-Za-z0-9]){0,252})?$"
3559+
},
35313560
"UpdateStorageSystemRequest":{
35323561
"type":"structure",
35333562
"required":["StorageSystemArn"],

0 commit comments

Comments
 (0)