Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/amplify-util-import

Package Overview
Dependencies
Maintainers
11
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/amplify-util-import - npm Package Compare versions

Comparing version 2.4.0-rc.e0c735015.0 to 2.4.0

68

API.md

@@ -6,3 +6,2 @@ ## API Report File for "@aws-amplify/amplify-util-import"

```ts
import { Buckets } from 'aws-sdk/clients/s3';

@@ -21,12 +20,12 @@ import { GetUserPoolMfaConfigResponse } from 'aws-sdk/clients/cognitoidentityserviceprovider';

export interface ICognitoUserPoolService {
// (undocumented)
getUserPoolDetails(userPoolId: string): Promise<UserPoolType>;
// (undocumented)
getUserPoolMfaConfig(userPoolId: string): Promise<GetUserPoolMfaConfigResponse>;
// (undocumented)
listUserPoolClients(userPoolId: string): Promise<UserPoolClientType[]>;
// (undocumented)
listUserPoolIdentityProviders(userPoolId: string): Promise<IdentityProviderType[]>;
// (undocumented)
listUserPools(): Promise<UserPoolDescriptionType[]>;
// (undocumented)
getUserPoolDetails(userPoolId: string): Promise<UserPoolType>;
// (undocumented)
getUserPoolMfaConfig(userPoolId: string): Promise<GetUserPoolMfaConfigResponse>;
// (undocumented)
listUserPoolClients(userPoolId: string): Promise<UserPoolClientType[]>;
// (undocumented)
listUserPoolIdentityProviders(userPoolId: string): Promise<IdentityProviderType[]>;
// (undocumented)
listUserPools(): Promise<UserPoolDescriptionType[]>;
}

@@ -36,8 +35,8 @@

export interface IDynamoDBService {
// (undocumented)
getTableDetails(tableName: string): Promise<TableDescription>;
// (undocumented)
listTables(): Promise<TableName[]>;
// (undocumented)
tableExists(tableName: string): Promise<boolean>;
// (undocumented)
getTableDetails(tableName: string): Promise<TableDescription>;
// (undocumented)
listTables(): Promise<TableName[]>;
// (undocumented)
tableExists(tableName: string): Promise<boolean>;
}

@@ -47,13 +46,13 @@

export interface IIdentityPoolService {
// (undocumented)
getIdentityPoolRoles(identityPoolId: string): Promise<{
authRoleArn: string;
authRoleName: string;
unauthRoleArn: string;
unauthRoleName: string;
}>;
// (undocumented)
listIdentityPoolDetails(): Promise<IdentityPool[]>;
// (undocumented)
listIdentityPools(): Promise<IdentityPoolShortDescription[]>;
// (undocumented)
getIdentityPoolRoles(identityPoolId: string): Promise<{
authRoleArn: string;
authRoleName: string;
unauthRoleArn: string;
unauthRoleName: string;
}>;
// (undocumented)
listIdentityPoolDetails(): Promise<IdentityPool[]>;
// (undocumented)
listIdentityPools(): Promise<IdentityPoolShortDescription[]>;
}

@@ -63,12 +62,11 @@

export interface IS3Service {
// (undocumented)
bucketExists(bucketName: string): Promise<boolean>;
// (undocumented)
getBucketLocation(bucketName: string): Promise<string>;
// (undocumented)
listBuckets(): Promise<Buckets>;
// (undocumented)
bucketExists(bucketName: string): Promise<boolean>;
// (undocumented)
getBucketLocation(bucketName: string): Promise<string>;
// (undocumented)
listBuckets(): Promise<Buckets>;
}
// (No @packageDocumentation comment for this package)
```

@@ -6,3 +6,3 @@ # Change Log

# 2.4.0-rc.e0c735015.0 (2023-02-14)
# 2.4.0 (2023-02-27)

@@ -9,0 +9,0 @@

{
"name": "@aws-amplify/amplify-util-import",
"version": "2.4.0-rc.e0c735015.0",
"version": "2.4.0",
"description": "Resource import support package",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

},
"gitHead": "b22a921010c12a98e8593a77180801375fd4a7f5"
"gitHead": "db41d4d4c682ef0c2ced02113c83d03af3ba6759"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc