@aws-amplify/amplify-util-import
Advanced tools
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
39467