@aws-amplify/graphql-transformer-interfaces 3.4.0 → 3.4.1-iam-auth.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/API.md CHANGED
@@ -430,6 +430,7 @@ export type SynthParameters = {
430
430
  userPoolId?: string;
431
431
  identityPoolId?: string;
432
432
  adminRoles?: string[];
433
+ enableIamAccess?: boolean;
433
434
  };
434
435
 
435
436
  // @public (undocumented)
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.4.1-iam-auth.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.4.0...@aws-amplify/graphql-transformer-interfaces@3.4.1-iam-auth.0) (2024-03-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces
9
+
6
10
  # [3.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.3.3...@aws-amplify/graphql-transformer-interfaces@3.4.0) (2024-02-28)
7
11
 
8
12
  ### Features
@@ -6,5 +6,6 @@ export type SynthParameters = {
6
6
  userPoolId?: string;
7
7
  identityPoolId?: string;
8
8
  adminRoles?: string[];
9
+ enableIamAccess?: boolean;
9
10
  };
10
11
  //# sourceMappingURL=synth-parameters.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"synth-parameters.d.ts","sourceRoot":"","sources":["../../src/transformer-context/synth-parameters.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"synth-parameters.d.ts","sourceRoot":"","sources":["../../src/transformer-context/synth-parameters.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer-interfaces",
3
- "version": "3.4.0",
3
+ "version": "3.4.1-iam-auth.0",
4
4
  "description": "Amplify GraphQL transformer interface definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,5 +60,5 @@
60
60
  "/__tests__/"
61
61
  ]
62
62
  },
63
- "gitHead": "a60eb2036ba0ba43bf469b4e5687b0cfa0a2e301"
63
+ "gitHead": "cb69f1ad3fae324674f3cc6db63495b4344c3fb5"
64
64
  }
@@ -6,4 +6,5 @@ export type SynthParameters = {
6
6
  userPoolId?: string;
7
7
  identityPoolId?: string;
8
8
  adminRoles?: string[];
9
+ enableIamAccess?: boolean;
9
10
  };