@@ -267,7 +267,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
267
267
}
268
268
269
269
/**
270
- * <p>Generates a one time challenge code to authenticate a user into your Amplify Admin UI.</p>
270
+ * <p>Generates a one- time challenge code to authenticate a user into your Amplify Admin UI.</p>
271
271
*/
272
272
public createToken ( args : CreateTokenCommandInput , options ?: __HttpHandlerOptions ) : Promise < CreateTokenCommandOutput > ;
273
273
public createToken ( args : CreateTokenCommandInput , cb : ( err : any , data ?: CreateTokenCommandOutput ) => void ) : void ;
@@ -293,7 +293,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
293
293
}
294
294
295
295
/**
296
- * <p>Removes an existing environment from your Ampify project.</p>
296
+ * <p>Removes an existing environment from your Amplify project.</p>
297
297
*/
298
298
public deleteBackend (
299
299
args : DeleteBackendCommandInput ,
@@ -447,7 +447,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
447
447
}
448
448
449
449
/**
450
- * <p>Provides project level details for your Amplify UI project.</p>
450
+ * <p>Provides project- level details for your Amplify UI project.</p>
451
451
*/
452
452
public getBackend ( args : GetBackendCommandInput , options ?: __HttpHandlerOptions ) : Promise < GetBackendCommandOutput > ;
453
453
public getBackend ( args : GetBackendCommandInput , cb : ( err : any , data ?: GetBackendCommandOutput ) => void ) : void ;
@@ -473,7 +473,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
473
473
}
474
474
475
475
/**
476
- * <p>Gets the details for a backend api .</p>
476
+ * <p>Gets the details for a backend API .</p>
477
477
*/
478
478
public getBackendAPI (
479
479
args : GetBackendAPICommandInput ,
@@ -537,7 +537,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
537
537
}
538
538
539
539
/**
540
- * <p>Gets a backend auth details.</p>
540
+ * <p>Gets backend auth details.</p>
541
541
*/
542
542
public getBackendAuth (
543
543
args : GetBackendAuthCommandInput ,
@@ -691,7 +691,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
691
691
}
692
692
693
693
/**
694
- * <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
694
+ * <p>Removes the AWS resources that are required to access the Amplify Admin UI.</p>
695
695
*/
696
696
public removeBackendConfig (
697
697
args : RemoveBackendConfigCommandInput ,
@@ -787,7 +787,7 @@ export class AmplifyBackend extends AmplifyBackendClient {
787
787
}
788
788
789
789
/**
790
- * <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
790
+ * <p>Updates the AWS resources that are required to access the Amplify Admin UI.</p>
791
791
*/
792
792
public updateBackendConfig (
793
793
args : UpdateBackendConfigCommandInput ,
0 commit comments