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 20, 2024
1 parent 2d47264 commit 18b7853
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 158 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.jtGiCRkKv8\/AWSDataStorePlugin.json",
"\/var\/folders\/4d\/0gnh84wj53j7wyk695q0tc_80000gn\/T\/tmp.juyhD0kcAn\/AWSDataStorePlugin.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
192 changes: 191 additions & 1 deletion api-dump/AWSPluginsCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,196 @@
"mangledName": "$s14AWSPluginsCore21AWSAPIAuthInformationP",
"moduleName": "AWSPluginsCore"
},
{
"kind": "TypeDecl",
"name": "AWSAppSyncConfiguration",
"printedName": "AWSAppSyncConfiguration",
"children": [
{
"kind": "Var",
"name": "region",
"printedName": "region",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Var",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV6regionSSvp",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV6regionSSvp",
"moduleName": "AWSPluginsCore",
"declAttributes": [
"HasStorage"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Accessor",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV6regionSSvg",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV6regionSSvg",
"moduleName": "AWSPluginsCore",
"implicit": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "endpoint",
"printedName": "endpoint",
"children": [
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
],
"declKind": "Var",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV8endpoint10Foundation3URLVvp",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV8endpoint10Foundation3URLVvp",
"moduleName": "AWSPluginsCore",
"declAttributes": [
"HasStorage"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
],
"declKind": "Accessor",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV8endpoint10Foundation3URLVvg",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV8endpoint10Foundation3URLVvg",
"moduleName": "AWSPluginsCore",
"implicit": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "apiKey",
"printedName": "apiKey",
"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:14AWSPluginsCore23AWSAppSyncConfigurationV6apiKeySSSgvp",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV6apiKeySSSgvp",
"moduleName": "AWSPluginsCore",
"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:14AWSPluginsCore23AWSAppSyncConfigurationV6apiKeySSSgvg",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV6apiKeySSSgvg",
"moduleName": "AWSPluginsCore",
"implicit": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(with:)",
"children": [
{
"kind": "TypeNominal",
"name": "AWSAppSyncConfiguration",
"printedName": "AWSPluginsCore.AWSAppSyncConfiguration",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV"
},
{
"kind": "TypeNominal",
"name": "AmplifyOutputs",
"printedName": "Amplify.AmplifyOutputs",
"usr": "s:7Amplify0A7OutputsV"
}
],
"declKind": "Constructor",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV4withAC7Amplify0G7OutputsV_tKcfc",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV4withAC7Amplify0G7OutputsV_tKcfc",
"moduleName": "AWSPluginsCore",
"throwing": true,
"init_kind": "Designated"
}
],
"declKind": "Struct",
"usr": "s:14AWSPluginsCore23AWSAppSyncConfigurationV",
"mangledName": "$s14AWSPluginsCore23AWSAppSyncConfigurationV",
"moduleName": "AWSPluginsCore"
},
{
"kind": "TypeDecl",
"name": "AppSyncErrorType",
Expand Down Expand Up @@ -24273,7 +24463,7 @@
"-module",
"AWSPluginsCore",
"-o",
"\/var\/folders\/hn\/5bx1f4_d4ds5vhwhkxc7vdcr0000gn\/T\/tmp.jtGiCRkKv8\/AWSPluginsCore.json",
"\/var\/folders\/4d\/0gnh84wj53j7wyk695q0tc_80000gn\/T\/tmp.juyhD0kcAn\/AWSPluginsCore.json",
"-I",
".build\/debug",
"-sdk-version",
Expand Down
Loading

0 comments on commit 18b7853

Please sign in to comment.