@@ -509,7 +509,7 @@ export enum RuntimeName {
509509}
510510
511511/**
512- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
512+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
513513 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
514514 */
515515export interface AppSyncRuntime {
@@ -1450,7 +1450,7 @@ export interface CreateFunctionRequest {
14501450 maxBatchSize ?: number ;
14511451
14521452 /**
1453- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
1453+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
14541454 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
14551455 */
14561456 runtime ?: AppSyncRuntime ;
@@ -1521,7 +1521,7 @@ export interface FunctionConfiguration {
15211521 maxBatchSize ?: number ;
15221522
15231523 /**
1524- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
1524+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
15251525 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
15261526 */
15271527 runtime ?: AppSyncRuntime ;
@@ -1868,7 +1868,7 @@ export interface CreateResolverRequest {
18681868 maxBatchSize ?: number ;
18691869
18701870 /**
1871- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
1871+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
18721872 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
18731873 */
18741874 runtime ?: AppSyncRuntime ;
@@ -1953,7 +1953,7 @@ export interface Resolver {
19531953 maxBatchSize ?: number ;
19541954
19551955 /**
1956- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
1956+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
19571957 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
19581958 */
19591959 runtime ?: AppSyncRuntime ;
@@ -3099,7 +3099,7 @@ export interface UpdateFunctionRequest {
30993099 maxBatchSize ?: number ;
31003100
31013101 /**
3102- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
3102+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
31033103 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
31043104 */
31053105 runtime ?: AppSyncRuntime ;
@@ -3246,7 +3246,7 @@ export interface UpdateResolverRequest {
32463246 maxBatchSize ?: number ;
32473247
32483248 /**
3249- * <p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and
3249+ * <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
32503250 * version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
32513251 */
32523252 runtime ?: AppSyncRuntime ;
0 commit comments