| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppSync.Types.AppSyncRuntime
Description
Documentation
data AppSyncRuntime Source #
Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.
See: newAppSyncRuntime smart constructor.
Constructors
| AppSyncRuntime' | |
Fields
| |
Instances
Arguments
| :: RuntimeName | |
| -> Text | |
| -> AppSyncRuntime |
Create a value of AppSyncRuntime with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:AppSyncRuntime', appSyncRuntime_name - The name of the runtime to use. Currently, the only allowed value is
APPSYNC_JS.
$sel:runtimeVersion:AppSyncRuntime', appSyncRuntime_runtimeVersion - The version of the runtime to use. Currently, the only allowed version
is 1.0.0.
appSyncRuntime_name :: Lens' AppSyncRuntime RuntimeName Source #
The name of the runtime to use. Currently, the only allowed value is
APPSYNC_JS.
appSyncRuntime_runtimeVersion :: Lens' AppSyncRuntime Text Source #
The version of the runtime to use. Currently, the only allowed version
is 1.0.0.