Skip to content

Commit

Permalink
Update API dumps for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-ops committed Aug 12, 2024
1 parent af6f9c0 commit 9473eb0
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-dump/AWSDataStorePlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8205,7 +8205,7 @@
"-module",
"AWSDataStorePlugin",
"-o",
"\/var\/folders\/hn\/5bx1f4_d4ds5vhwhkxc7vdcr0000gn\/T\/tmp.nAGRifhwH6\/AWSDataStorePlugin.json",
"\/var\/folders\/m_\/cksx93ys47x4621g0zbw_m4m0000gn\/T\/tmp.HvC6nPIFtn\/AWSDataStorePlugin.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
97 changes: 96 additions & 1 deletion api-dump/AWSPluginsCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -5187,6 +5187,55 @@
"throwing": true,
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "_getAll",
"printedName": "_getAll()",
"children": [
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[(key: Swift.String, value: Foundation.Data)]",
"children": [
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(key: Swift.String, value: Foundation.Data)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Data",
"printedName": "Foundation.Data",
"usr": "s:10Foundation4DataV"
}
]
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:14AWSPluginsCore21KeychainStoreBehaviorP7_getAllSaySS3key_10Foundation4DataV5valuetGyKF",
"mangledName": "$s14AWSPluginsCore21KeychainStoreBehaviorP7_getAllSaySS3key_10Foundation4DataV5valuetGyKF",
"moduleName": "AWSPluginsCore",
"genericSig": "<Self where Self : AWSPluginsCore.KeychainStoreBehavior>",
"protocolReq": true,
"declAttributes": [
"SPIAccessControl"
],
"spi_group_names": [
"KeychainStore"
],
"throwing": true,
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
Expand Down Expand Up @@ -5468,6 +5517,52 @@
"throwing": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "_getAll",
"printedName": "_getAll()",
"children": [
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[(key: Swift.String, value: Foundation.Data)]",
"children": [
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(key: Swift.String, value: Foundation.Data)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Data",
"printedName": "Foundation.Data",
"usr": "s:10Foundation4DataV"
}
]
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:14AWSPluginsCore13KeychainStoreV7_getAllSaySS3key_10Foundation4DataV5valuetGyKF",
"mangledName": "$s14AWSPluginsCore13KeychainStoreV7_getAllSaySS3key_10Foundation4DataV5valuetGyKF",
"moduleName": "AWSPluginsCore",
"declAttributes": [
"SPIAccessControl"
],
"spi_group_names": [
"KeychainStore"
],
"throwing": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "log",
Expand Down Expand Up @@ -24273,7 +24368,7 @@
"-module",
"AWSPluginsCore",
"-o",
"\/var\/folders\/hn\/5bx1f4_d4ds5vhwhkxc7vdcr0000gn\/T\/tmp.nAGRifhwH6\/AWSPluginsCore.json",
"\/var\/folders\/m_\/cksx93ys47x4621g0zbw_m4m0000gn\/T\/tmp.HvC6nPIFtn\/AWSPluginsCore.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
Loading

0 comments on commit 9473eb0

Please sign in to comment.