@aws-amplify/graphql-transformer-interfaces 3.5.0-gen2-release.0 → 3.5.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
@@ -456,7 +456,6 @@ export type SynthParameters = {
456
456
  userPoolId?: string;
457
457
  identityPoolId?: string;
458
458
  adminRoles?: string[];
459
- enableIamAccess?: boolean;
460
459
  };
461
460
 
462
461
  // @public (undocumented)
package/CHANGELOG.md CHANGED
@@ -3,12 +3,11 @@
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.5.0-gen2-release.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.4.0...@aws-amplify/graphql-transformer-interfaces@3.5.0-gen2-release.0) (2024-03-27)
6
+ # [3.5.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.4.0...@aws-amplify/graphql-transformer-interfaces@3.5.0) (2024-03-28)
7
7
 
8
8
  ### Features
9
9
 
10
10
  - add secrets manager as credential store for sql lambda ([#2289](https://github.com/aws-amplify/amplify-category-api/issues/2289)) ([affdb98](https://github.com/aws-amplify/amplify-category-api/commit/affdb988b499591c3a96608f772b637ddd8c3a0c))
11
- - generic iam authorization ([#2385](https://github.com/aws-amplify/amplify-category-api/issues/2385)) ([550ee80](https://github.com/aws-amplify/amplify-category-api/commit/550ee803275817d25447ff1400d55eb1ad4cd0c2))
12
11
 
13
12
  # [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)
14
13
 
@@ -6,6 +6,5 @@ export type SynthParameters = {
6
6
  userPoolId?: string;
7
7
  identityPoolId?: string;
8
8
  adminRoles?: string[];
9
- enableIamAccess?: boolean;
10
9
  };
11
10
  //# 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;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,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;CACvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer-interfaces",
3
- "version": "3.5.0-gen2-release.0",
3
+ "version": "3.5.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": "03f6c0039768b2540f158cd3dfac8e45f678fceb"
63
+ "gitHead": "ac8990dd06d7b6a29c079e84a7c1e23ec5708fc1"
64
64
  }
@@ -6,5 +6,4 @@ export type SynthParameters = {
6
6
  userPoolId?: string;
7
7
  identityPoolId?: string;
8
8
  adminRoles?: string[];
9
- enableIamAccess?: boolean;
10
9
  };