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 9, 2024
1 parent 29e7b24 commit bd36a5b
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 4 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.ucB2YVX5NO\/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.ucB2YVX5NO\/AWSPluginsCore.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
216 changes: 215 additions & 1 deletion api-dump/Amplify.json
Original file line number Diff line number Diff line change
Expand Up @@ -18636,6 +18636,220 @@
}
]
},
{
"kind": "TypeDecl",
"name": "AccessGroup",
"printedName": "AccessGroup",
"children": [
{
"kind": "Var",
"name": "name",
"printedName": "name",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:7Amplify11AccessGroupV4nameSSSgvp",
"mangledName": "$s7Amplify11AccessGroupV4nameSSSgvp",
"moduleName": "Amplify",
"declAttributes": [
"HasStorage"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:7Amplify11AccessGroupV4nameSSSgvg",
"mangledName": "$s7Amplify11AccessGroupV4nameSSSgvg",
"moduleName": "Amplify",
"implicit": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "migrateKeychainItems",
"printedName": "migrateKeychainItems",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:7Amplify11AccessGroupV20migrateKeychainItemsSbvp",
"mangledName": "$s7Amplify11AccessGroupV20migrateKeychainItemsSbvp",
"moduleName": "Amplify",
"declAttributes": [
"HasStorage"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "s:7Amplify11AccessGroupV20migrateKeychainItemsSbvg",
"mangledName": "$s7Amplify11AccessGroupV20migrateKeychainItemsSbvg",
"moduleName": "Amplify",
"implicit": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(name:migrateKeychainItemsOfUserSession:)",
"children": [
{
"kind": "TypeNominal",
"name": "AccessGroup",
"printedName": "Amplify.AccessGroup",
"usr": "s:7Amplify11AccessGroupV"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"hasDefaultArg": true,
"usr": "s:Sb"
}
],
"declKind": "Constructor",
"usr": "s:7Amplify11AccessGroupV4name33migrateKeychainItemsOfUserSessionACSS_Sbtcfc",
"mangledName": "$s7Amplify11AccessGroupV4name33migrateKeychainItemsOfUserSessionACSS_Sbtcfc",
"moduleName": "Amplify",
"init_kind": "Designated"
},
{
"kind": "Function",
"name": "none",
"printedName": "none(migrateKeychainItemsOfUserSession:)",
"children": [
{
"kind": "TypeNominal",
"name": "AccessGroup",
"printedName": "Amplify.AccessGroup",
"usr": "s:7Amplify11AccessGroupV"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "s:7Amplify11AccessGroupV4none33migrateKeychainItemsOfUserSessionACSb_tFZ",
"mangledName": "$s7Amplify11AccessGroupV4none33migrateKeychainItemsOfUserSessionACSb_tFZ",
"moduleName": "Amplify",
"static": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "none",
"printedName": "none",
"children": [
{
"kind": "TypeNominal",
"name": "AccessGroup",
"printedName": "Amplify.AccessGroup",
"usr": "s:7Amplify11AccessGroupV"
}
],
"declKind": "Var",
"usr": "s:7Amplify11AccessGroupV4noneACvpZ",
"mangledName": "$s7Amplify11AccessGroupV4noneACvpZ",
"moduleName": "Amplify",
"static": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "AccessGroup",
"printedName": "Amplify.AccessGroup",
"usr": "s:7Amplify11AccessGroupV"
}
],
"declKind": "Accessor",
"usr": "s:7Amplify11AccessGroupV4noneACvgZ",
"mangledName": "$s7Amplify11AccessGroupV4noneACvgZ",
"moduleName": "Amplify",
"static": true,
"accessorKind": "get"
}
]
}
],
"declKind": "Struct",
"usr": "s:7Amplify11AccessGroupV",
"mangledName": "$s7Amplify11AccessGroupV",
"moduleName": "Amplify"
},
{
"kind": "TypeAlias",
"name": "AdditionalInfo",
Expand Down Expand Up @@ -179735,7 +179949,7 @@
"-module",
"Amplify",
"-o",
"\/var\/folders\/hn\/5bx1f4_d4ds5vhwhkxc7vdcr0000gn\/T\/tmp.nAGRifhwH6\/Amplify.json",
"\/var\/folders\/m_\/cksx93ys47x4621g0zbw_m4m0000gn\/T\/tmp.ucB2YVX5NO\/Amplify.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
2 changes: 1 addition & 1 deletion api-dump/CoreMLPredictionsPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"-module",
"CoreMLPredictionsPlugin",
"-o",
"\/var\/folders\/hn\/5bx1f4_d4ds5vhwhkxc7vdcr0000gn\/T\/tmp.nAGRifhwH6\/CoreMLPredictionsPlugin.json",
"\/var\/folders\/m_\/cksx93ys47x4621g0zbw_m4m0000gn\/T\/tmp.ucB2YVX5NO\/CoreMLPredictionsPlugin.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down

0 comments on commit bd36a5b

Please sign in to comment.