aws-sdk 2.801.0 → 2.805.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/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +0 -8
- package/apis/batch-2016-08-10.min.json +81 -21
- package/apis/compute-optimizer-2019-11-01.min.json +110 -0
- package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
- package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
- package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
- package/apis/dms-2016-01-01.min.json +9 -1
- package/apis/ec2-2016-11-15.min.json +4 -0
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/license-manager-2018-08-01.min.json +957 -51
- package/apis/medialive-2017-10-14.min.json +240 -158
- package/apis/metadata.json +4 -3
- package/apis/rds-2014-10-31.min.json +200 -132
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
- package/apis/ssm-2014-11-06.min.json +348 -203
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplifybackend.d.ts +74 -74
- package/clients/batch.d.ts +200 -133
- package/clients/computeoptimizer.d.ts +179 -22
- package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
- package/clients/customerprofiles.js +18 -0
- package/clients/directoryservice.d.ts +24 -21
- package/clients/dms.d.ts +16 -0
- package/clients/ec2.d.ts +6 -2
- package/clients/kafka.d.ts +4 -4
- package/clients/lambda.d.ts +10 -10
- package/clients/licensemanager.d.ts +1350 -72
- package/clients/medialive.d.ts +80 -1
- package/clients/rds.d.ts +128 -43
- package/clients/servicecatalogappregistry.d.ts +61 -0
- package/clients/ssm.d.ts +197 -10
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +31 -27
- package/dist/aws-sdk.js +565 -343
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +6 -2
- package/package.json +1 -1
- package/clients/profile.js +0 -18
package/clients/all.d.ts
CHANGED
|
@@ -242,5 +242,5 @@ export import ConnectContactLens = require('./connectcontactlens');
|
|
|
242
242
|
export import DevOpsGuru = require('./devopsguru');
|
|
243
243
|
export import ECRPUBLIC = require('./ecrpublic');
|
|
244
244
|
export import LookoutVision = require('./lookoutvision');
|
|
245
|
-
export import Profile = require('./profile');
|
|
246
245
|
export import SageMakerFeatureStoreRuntime = require('./sagemakerfeaturestoreruntime');
|
|
246
|
+
export import CustomerProfiles = require('./customerprofiles');
|
package/clients/all.js
CHANGED
|
@@ -244,6 +244,6 @@ module.exports = {
|
|
|
244
244
|
DevOpsGuru: require('./devopsguru'),
|
|
245
245
|
ECRPUBLIC: require('./ecrpublic'),
|
|
246
246
|
LookoutVision: require('./lookoutvision'),
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
SageMakerFeatureStoreRuntime: require('./sagemakerfeaturestoreruntime'),
|
|
248
|
+
CustomerProfiles: require('./customerprofiles')
|
|
249
249
|
};
|
|
@@ -52,19 +52,19 @@ declare class AmplifyBackend extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
createBackendConfig(callback?: (err: AWSError, data: AmplifyBackend.Types.CreateBackendConfigResponse) => void): Request<AmplifyBackend.Types.CreateBackendConfigResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Generates a one
|
|
55
|
+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
|
|
56
56
|
*/
|
|
57
57
|
createToken(params: AmplifyBackend.Types.CreateTokenRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.CreateTokenResponse) => void): Request<AmplifyBackend.Types.CreateTokenResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Generates a one
|
|
59
|
+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
|
|
60
60
|
*/
|
|
61
61
|
createToken(callback?: (err: AWSError, data: AmplifyBackend.Types.CreateTokenResponse) => void): Request<AmplifyBackend.Types.CreateTokenResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Removes an existing environment from your
|
|
63
|
+
* Removes an existing environment from your Amplify project.
|
|
64
64
|
*/
|
|
65
65
|
deleteBackend(params: AmplifyBackend.Types.DeleteBackendRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.DeleteBackendResponse) => void): Request<AmplifyBackend.Types.DeleteBackendResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Removes an existing environment from your
|
|
67
|
+
* Removes an existing environment from your Amplify project.
|
|
68
68
|
*/
|
|
69
69
|
deleteBackend(callback?: (err: AWSError, data: AmplifyBackend.Types.DeleteBackendResponse) => void): Request<AmplifyBackend.Types.DeleteBackendResponse, AWSError>;
|
|
70
70
|
/**
|
|
@@ -100,19 +100,19 @@ declare class AmplifyBackend extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
generateBackendAPIModels(callback?: (err: AWSError, data: AmplifyBackend.Types.GenerateBackendAPIModelsResponse) => void): Request<AmplifyBackend.Types.GenerateBackendAPIModelsResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Provides project
|
|
103
|
+
* Provides project-level details for your Amplify UI project.
|
|
104
104
|
*/
|
|
105
105
|
getBackend(params: AmplifyBackend.Types.GetBackendRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendResponse) => void): Request<AmplifyBackend.Types.GetBackendResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Provides project
|
|
107
|
+
* Provides project-level details for your Amplify UI project.
|
|
108
108
|
*/
|
|
109
109
|
getBackend(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendResponse) => void): Request<AmplifyBackend.Types.GetBackendResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Gets the details for a backend
|
|
111
|
+
* Gets the details for a backend API.
|
|
112
112
|
*/
|
|
113
113
|
getBackendAPI(params: AmplifyBackend.Types.GetBackendAPIRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Gets the details for a backend
|
|
115
|
+
* Gets the details for a backend API.
|
|
116
116
|
*/
|
|
117
117
|
getBackendAPI(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -124,11 +124,11 @@ declare class AmplifyBackend extends Service {
|
|
|
124
124
|
*/
|
|
125
125
|
getBackendAPIModels(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIModelsResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIModelsResponse, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
* Gets
|
|
127
|
+
* Gets backend auth details.
|
|
128
128
|
*/
|
|
129
129
|
getBackendAuth(params: AmplifyBackend.Types.GetBackendAuthRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAuthResponse) => void): Request<AmplifyBackend.Types.GetBackendAuthResponse, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
* Gets
|
|
131
|
+
* Gets backend auth details.
|
|
132
132
|
*/
|
|
133
133
|
getBackendAuth(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAuthResponse) => void): Request<AmplifyBackend.Types.GetBackendAuthResponse, AWSError>;
|
|
134
134
|
/**
|
|
@@ -164,11 +164,11 @@ declare class AmplifyBackend extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
removeAllBackends(callback?: (err: AWSError, data: AmplifyBackend.Types.RemoveAllBackendsResponse) => void): Request<AmplifyBackend.Types.RemoveAllBackendsResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Removes the AWS resources required to access the Amplify Admin UI.
|
|
167
|
+
* Removes the AWS resources that are required to access the Amplify Admin UI.
|
|
168
168
|
*/
|
|
169
169
|
removeBackendConfig(params: AmplifyBackend.Types.RemoveBackendConfigRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.RemoveBackendConfigResponse) => void): Request<AmplifyBackend.Types.RemoveBackendConfigResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Removes the AWS resources required to access the Amplify Admin UI.
|
|
171
|
+
* Removes the AWS resources that are required to access the Amplify Admin UI.
|
|
172
172
|
*/
|
|
173
173
|
removeBackendConfig(callback?: (err: AWSError, data: AmplifyBackend.Types.RemoveBackendConfigResponse) => void): Request<AmplifyBackend.Types.RemoveBackendConfigResponse, AWSError>;
|
|
174
174
|
/**
|
|
@@ -188,11 +188,11 @@ declare class AmplifyBackend extends Service {
|
|
|
188
188
|
*/
|
|
189
189
|
updateBackendAuth(callback?: (err: AWSError, data: AmplifyBackend.Types.UpdateBackendAuthResponse) => void): Request<AmplifyBackend.Types.UpdateBackendAuthResponse, AWSError>;
|
|
190
190
|
/**
|
|
191
|
-
* Updates the AWS resources required to access the Amplify Admin UI.
|
|
191
|
+
* Updates the AWS resources that are required to access the Amplify Admin UI.
|
|
192
192
|
*/
|
|
193
193
|
updateBackendConfig(params: AmplifyBackend.Types.UpdateBackendConfigRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.UpdateBackendConfigResponse) => void): Request<AmplifyBackend.Types.UpdateBackendConfigResponse, AWSError>;
|
|
194
194
|
/**
|
|
195
|
-
* Updates the AWS resources required to access the Amplify Admin UI.
|
|
195
|
+
* Updates the AWS resources that are required to access the Amplify Admin UI.
|
|
196
196
|
*/
|
|
197
197
|
updateBackendConfig(callback?: (err: AWSError, data: AmplifyBackend.Types.UpdateBackendConfigResponse) => void): Request<AmplifyBackend.Types.UpdateBackendConfigResponse, AWSError>;
|
|
198
198
|
/**
|
|
@@ -208,15 +208,15 @@ declare namespace AmplifyBackend {
|
|
|
208
208
|
export type AuthResources = "USER_POOL_ONLY"|"IDENTITY_POOL_AND_USER_POOL"|string;
|
|
209
209
|
export interface BackendAPIAppSyncAuthSettings {
|
|
210
210
|
/**
|
|
211
|
-
* The Amazon Cognito user pool
|
|
211
|
+
* The Amazon Cognito user pool ID, if Amazon Cognito is used as an authentication setting to access your data models.
|
|
212
212
|
*/
|
|
213
213
|
CognitoUserPoolId?: __string;
|
|
214
214
|
/**
|
|
215
|
-
* The
|
|
215
|
+
* The API key description for API_KEY, if it is used as an authentication mechanism to access your data models.
|
|
216
216
|
*/
|
|
217
217
|
Description?: __string;
|
|
218
218
|
/**
|
|
219
|
-
* The
|
|
219
|
+
* The API key expiration time for API_KEY, if it is used as an authentication mechanism to access your data models.
|
|
220
220
|
*/
|
|
221
221
|
ExpirationTime?: __double;
|
|
222
222
|
/**
|
|
@@ -224,7 +224,7 @@ declare namespace AmplifyBackend {
|
|
|
224
224
|
*/
|
|
225
225
|
OpenIDAuthTTL?: __string;
|
|
226
226
|
/**
|
|
227
|
-
* The clientID for openID, if openID
|
|
227
|
+
* The clientID for openID, if openID is used as an authentication setting to access your data models.
|
|
228
228
|
*/
|
|
229
229
|
OpenIDClientId?: __string;
|
|
230
230
|
/**
|
|
@@ -232,11 +232,11 @@ declare namespace AmplifyBackend {
|
|
|
232
232
|
*/
|
|
233
233
|
OpenIDIatTTL?: __string;
|
|
234
234
|
/**
|
|
235
|
-
* The openID issuer URL, if openID
|
|
235
|
+
* The openID issuer URL, if openID is used as an authentication setting to access your data models.
|
|
236
236
|
*/
|
|
237
237
|
OpenIDIssueURL?: __string;
|
|
238
238
|
/**
|
|
239
|
-
* The
|
|
239
|
+
* The openID provider name, if openID is used as an authentication mechanism to access your data models.
|
|
240
240
|
*/
|
|
241
241
|
OpenIDProviderName?: __string;
|
|
242
242
|
}
|
|
@@ -258,19 +258,19 @@ declare namespace AmplifyBackend {
|
|
|
258
258
|
}
|
|
259
259
|
export interface BackendAPIResourceConfig {
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* Additional authentication methods used to interact with your data models.
|
|
262
262
|
*/
|
|
263
263
|
AdditionalAuthTypes?: ListOfBackendAPIAuthType;
|
|
264
264
|
/**
|
|
265
|
-
* The API name used to interact with the data model, configured as a part of the
|
|
265
|
+
* The API name used to interact with the data model, configured as a part of the Amplify project.
|
|
266
266
|
*/
|
|
267
267
|
ApiName?: __string;
|
|
268
268
|
/**
|
|
269
|
-
* The conflict
|
|
269
|
+
* The conflict resolution strategy for your data stored in the data models.
|
|
270
270
|
*/
|
|
271
271
|
ConflictResolution?: BackendAPIConflictResolution;
|
|
272
272
|
/**
|
|
273
|
-
* The default authentication type for interacting with the configured data models in your
|
|
273
|
+
* The default authentication type for interacting with the configured data models in your Amplify project.
|
|
274
274
|
*/
|
|
275
275
|
DefaultAuthType?: BackendAPIAuthType;
|
|
276
276
|
/**
|
|
@@ -278,17 +278,17 @@ declare namespace AmplifyBackend {
|
|
|
278
278
|
*/
|
|
279
279
|
Service?: __string;
|
|
280
280
|
/**
|
|
281
|
-
* The definition of the data model in the annotated transform of the
|
|
281
|
+
* The definition of the data model in the annotated transform of the GraphQL schema.
|
|
282
282
|
*/
|
|
283
283
|
TransformSchema?: __string;
|
|
284
284
|
}
|
|
285
285
|
export interface BackendAuthSocialProviderConfig {
|
|
286
286
|
/**
|
|
287
|
-
* Describes the client_id
|
|
287
|
+
* Describes the client_id that can be obtained from the third-party social federation provider.
|
|
288
288
|
*/
|
|
289
289
|
ClientId?: __string;
|
|
290
290
|
/**
|
|
291
|
-
* Describes the client_secret
|
|
291
|
+
* Describes the client_secret that can be obtained from third-party social federation providers.
|
|
292
292
|
*/
|
|
293
293
|
ClientSecret?: __string;
|
|
294
294
|
}
|
|
@@ -412,7 +412,7 @@ declare namespace AmplifyBackend {
|
|
|
412
412
|
}
|
|
413
413
|
export interface CreateBackendAuthForgotPasswordConfig {
|
|
414
414
|
/**
|
|
415
|
-
* Describes which
|
|
415
|
+
* Describes which method to use (either SMS or email) to deliver messages to app users that want to recover their password.
|
|
416
416
|
*/
|
|
417
417
|
DeliveryMethod: DeliveryMethod;
|
|
418
418
|
/**
|
|
@@ -436,7 +436,7 @@ declare namespace AmplifyBackend {
|
|
|
436
436
|
}
|
|
437
437
|
export interface CreateBackendAuthMFAConfig {
|
|
438
438
|
/**
|
|
439
|
-
* Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.
|
|
439
|
+
* Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
|
440
440
|
*/
|
|
441
441
|
MFAMode: MFAMode;
|
|
442
442
|
/**
|
|
@@ -450,33 +450,33 @@ declare namespace AmplifyBackend {
|
|
|
450
450
|
*/
|
|
451
451
|
DomainPrefix?: __string;
|
|
452
452
|
/**
|
|
453
|
-
* The OAuth grant type
|
|
453
|
+
* The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
|
|
454
454
|
*/
|
|
455
455
|
OAuthGrantType: OAuthGrantType;
|
|
456
456
|
/**
|
|
457
|
-
* List of OAuth
|
|
457
|
+
* List of OAuth-related flows that allow your app users to authenticate from your Amplify app.
|
|
458
458
|
*/
|
|
459
459
|
OAuthScopes: ListOfOAuthScopesElement;
|
|
460
460
|
/**
|
|
461
|
-
* The redirected URI for
|
|
461
|
+
* The redirected URI for signing in to your Amplify app.
|
|
462
462
|
*/
|
|
463
463
|
RedirectSignInURIs: ListOf__string;
|
|
464
464
|
/**
|
|
465
|
-
* Redirect URLs
|
|
465
|
+
* Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
|
466
466
|
*/
|
|
467
467
|
RedirectSignOutURIs: ListOf__string;
|
|
468
468
|
/**
|
|
469
|
-
* The settings for using
|
|
469
|
+
* The settings for using social identity providers for access to your Amplify app.
|
|
470
470
|
*/
|
|
471
471
|
SocialProviderSettings?: SocialProviderSettings;
|
|
472
472
|
}
|
|
473
473
|
export interface CreateBackendAuthPasswordPolicyConfig {
|
|
474
474
|
/**
|
|
475
|
-
* Additional constraints for the
|
|
475
|
+
* Additional constraints for the password used to access the backend of your Amplify project.
|
|
476
476
|
*/
|
|
477
477
|
AdditionalConstraints?: ListOfAdditionalConstraintsElement;
|
|
478
478
|
/**
|
|
479
|
-
* The minimum length of password used to access the backend of your Amplify project.
|
|
479
|
+
* The minimum length of the password used to access the backend of your Amplify project.
|
|
480
480
|
*/
|
|
481
481
|
MinimumLength: __double;
|
|
482
482
|
}
|
|
@@ -504,7 +504,7 @@ declare namespace AmplifyBackend {
|
|
|
504
504
|
*/
|
|
505
505
|
AuthResources: AuthResources;
|
|
506
506
|
/**
|
|
507
|
-
* Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of
|
|
507
|
+
* Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth resource in your Amplify project.
|
|
508
508
|
*/
|
|
509
509
|
IdentityPoolConfigs?: CreateBackendAuthIdentityPoolConfig;
|
|
510
510
|
/**
|
|
@@ -512,7 +512,7 @@ declare namespace AmplifyBackend {
|
|
|
512
512
|
*/
|
|
513
513
|
Service: Service;
|
|
514
514
|
/**
|
|
515
|
-
* Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of
|
|
515
|
+
* Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth resource in your Amplify project.
|
|
516
516
|
*/
|
|
517
517
|
UserPoolConfigs: CreateBackendAuthUserPoolConfig;
|
|
518
518
|
}
|
|
@@ -548,7 +548,7 @@ declare namespace AmplifyBackend {
|
|
|
548
548
|
*/
|
|
549
549
|
ForgotPassword?: CreateBackendAuthForgotPasswordConfig;
|
|
550
550
|
/**
|
|
551
|
-
* Describes whether multi-factor authentication policies
|
|
551
|
+
* Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool that's configured as a part of your Amplify project.
|
|
552
552
|
*/
|
|
553
553
|
Mfa?: CreateBackendAuthMFAConfig;
|
|
554
554
|
/**
|
|
@@ -560,11 +560,11 @@ declare namespace AmplifyBackend {
|
|
|
560
560
|
*/
|
|
561
561
|
PasswordPolicy?: CreateBackendAuthPasswordPolicyConfig;
|
|
562
562
|
/**
|
|
563
|
-
* The required attributes to sign up new users in the user pool.
|
|
563
|
+
* The required attributes to sign up new users in the Amazon Cognito user pool.
|
|
564
564
|
*/
|
|
565
565
|
RequiredSignUpAttributes: ListOfRequiredSignUpAttributesElement;
|
|
566
566
|
/**
|
|
567
|
-
* Describes the sign-in methods that your Amplify app users to
|
|
567
|
+
* Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool that's configured as a part of your Amplify project.
|
|
568
568
|
*/
|
|
569
569
|
SignInMethod: SignInMethod;
|
|
570
570
|
/**
|
|
@@ -614,7 +614,7 @@ declare namespace AmplifyBackend {
|
|
|
614
614
|
*/
|
|
615
615
|
BackendEnvironmentName: __string;
|
|
616
616
|
/**
|
|
617
|
-
* The resource configuration for the
|
|
617
|
+
* The resource configuration for the backend creation request.
|
|
618
618
|
*/
|
|
619
619
|
ResourceConfig?: ResourceConfig;
|
|
620
620
|
/**
|
|
@@ -660,15 +660,15 @@ declare namespace AmplifyBackend {
|
|
|
660
660
|
*/
|
|
661
661
|
AppId?: __string;
|
|
662
662
|
/**
|
|
663
|
-
* One
|
|
663
|
+
* One-time challenge code for authenticating into the Amplify Admin UI.
|
|
664
664
|
*/
|
|
665
665
|
ChallengeCode?: __string;
|
|
666
666
|
/**
|
|
667
|
-
* A unique
|
|
667
|
+
* A unique ID provided when creating a new challenge token.
|
|
668
668
|
*/
|
|
669
669
|
SessionId?: __string;
|
|
670
670
|
/**
|
|
671
|
-
* The expiry time for the one
|
|
671
|
+
* The expiry time for the one-time generated token code.
|
|
672
672
|
*/
|
|
673
673
|
Ttl?: __string;
|
|
674
674
|
}
|
|
@@ -798,7 +798,7 @@ declare namespace AmplifyBackend {
|
|
|
798
798
|
*/
|
|
799
799
|
AppId: __string;
|
|
800
800
|
/**
|
|
801
|
-
* The session
|
|
801
|
+
* The session ID.
|
|
802
802
|
*/
|
|
803
803
|
SessionId: __string;
|
|
804
804
|
}
|
|
@@ -875,7 +875,7 @@ declare namespace AmplifyBackend {
|
|
|
875
875
|
}
|
|
876
876
|
export interface GetBackendAPIModelsResponse {
|
|
877
877
|
/**
|
|
878
|
-
* Stringified JSON of the
|
|
878
|
+
* Stringified JSON of the DataStore model.
|
|
879
879
|
*/
|
|
880
880
|
Models?: __string;
|
|
881
881
|
/**
|
|
@@ -1019,7 +1019,7 @@ declare namespace AmplifyBackend {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
export interface GetBackendResponse {
|
|
1021
1021
|
/**
|
|
1022
|
-
* A stringified version of the current
|
|
1022
|
+
* A stringified version of the current configurations for your Amplify project.
|
|
1023
1023
|
*/
|
|
1024
1024
|
AmplifyMetaConfig?: __string;
|
|
1025
1025
|
/**
|
|
@@ -1049,7 +1049,7 @@ declare namespace AmplifyBackend {
|
|
|
1049
1049
|
*/
|
|
1050
1050
|
AppId: __string;
|
|
1051
1051
|
/**
|
|
1052
|
-
* The session
|
|
1052
|
+
* The session ID.
|
|
1053
1053
|
*/
|
|
1054
1054
|
SessionId: __string;
|
|
1055
1055
|
}
|
|
@@ -1059,15 +1059,15 @@ declare namespace AmplifyBackend {
|
|
|
1059
1059
|
*/
|
|
1060
1060
|
AppId?: __string;
|
|
1061
1061
|
/**
|
|
1062
|
-
* The one
|
|
1062
|
+
* The one-time challenge code for authenticating into the Amplify Admin UI.
|
|
1063
1063
|
*/
|
|
1064
1064
|
ChallengeCode?: __string;
|
|
1065
1065
|
/**
|
|
1066
|
-
* A unique
|
|
1066
|
+
* A unique ID provided when creating a new challenge token.
|
|
1067
1067
|
*/
|
|
1068
1068
|
SessionId?: __string;
|
|
1069
1069
|
/**
|
|
1070
|
-
* The expiry time for the one
|
|
1070
|
+
* The expiry time for the one-time generated token code.
|
|
1071
1071
|
*/
|
|
1072
1072
|
Ttl?: __string;
|
|
1073
1073
|
}
|
|
@@ -1085,7 +1085,7 @@ declare namespace AmplifyBackend {
|
|
|
1085
1085
|
*/
|
|
1086
1086
|
JobId?: __string;
|
|
1087
1087
|
/**
|
|
1088
|
-
* The maximum number of results you want in the response.
|
|
1088
|
+
* The maximum number of results that you want in the response.
|
|
1089
1089
|
*/
|
|
1090
1090
|
MaxResults?: __integerMin1Max25;
|
|
1091
1091
|
/**
|
|
@@ -1093,11 +1093,11 @@ declare namespace AmplifyBackend {
|
|
|
1093
1093
|
*/
|
|
1094
1094
|
NextToken?: __string;
|
|
1095
1095
|
/**
|
|
1096
|
-
* Filters the list of response objects to only
|
|
1096
|
+
* Filters the list of response objects to include only those with the specified operation name.
|
|
1097
1097
|
*/
|
|
1098
1098
|
Operation?: __string;
|
|
1099
1099
|
/**
|
|
1100
|
-
* Filters the list of response objects to only
|
|
1100
|
+
* Filters the list of response objects to include only those with the specified status.
|
|
1101
1101
|
*/
|
|
1102
1102
|
Status?: __string;
|
|
1103
1103
|
}
|
|
@@ -1113,19 +1113,19 @@ declare namespace AmplifyBackend {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
export interface LoginAuthConfigReqObj {
|
|
1115
1115
|
/**
|
|
1116
|
-
* Amazon Cognito
|
|
1116
|
+
* The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.
|
|
1117
1117
|
*/
|
|
1118
1118
|
AwsCognitoIdentityPoolId?: __string;
|
|
1119
1119
|
/**
|
|
1120
|
-
* The AWS Region for the
|
|
1120
|
+
* The AWS Region for the Amplify Admin UI login.
|
|
1121
1121
|
*/
|
|
1122
1122
|
AwsCognitoRegion?: __string;
|
|
1123
1123
|
/**
|
|
1124
|
-
* The Amazon Cognito
|
|
1124
|
+
* The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
|
1125
1125
|
*/
|
|
1126
1126
|
AwsUserPoolsId?: __string;
|
|
1127
1127
|
/**
|
|
1128
|
-
* The web client ID for the Amazon Cognito
|
|
1128
|
+
* The web client ID for the Amazon Cognito user pools.
|
|
1129
1129
|
*/
|
|
1130
1130
|
AwsUserPoolsWebClientId?: __string;
|
|
1131
1131
|
}
|
|
@@ -1182,7 +1182,7 @@ declare namespace AmplifyBackend {
|
|
|
1182
1182
|
export type Service = "COGNITO"|string;
|
|
1183
1183
|
export interface Settings {
|
|
1184
1184
|
/**
|
|
1185
|
-
* The supported MFA types
|
|
1185
|
+
* The supported MFA types.
|
|
1186
1186
|
*/
|
|
1187
1187
|
MfaTypes?: ListOfMfaTypesElement;
|
|
1188
1188
|
/**
|
|
@@ -1249,7 +1249,7 @@ declare namespace AmplifyBackend {
|
|
|
1249
1249
|
}
|
|
1250
1250
|
export interface UpdateBackendAuthForgotPasswordConfig {
|
|
1251
1251
|
/**
|
|
1252
|
-
* Describes which
|
|
1252
|
+
* Describes which method to use (either SMS or email) to deliver messages to app users that want to recover their password.
|
|
1253
1253
|
*/
|
|
1254
1254
|
DeliveryMethod?: DeliveryMethod;
|
|
1255
1255
|
/**
|
|
@@ -1263,7 +1263,7 @@ declare namespace AmplifyBackend {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
export interface UpdateBackendAuthIdentityPoolConfig {
|
|
1265
1265
|
/**
|
|
1266
|
-
* A
|
|
1266
|
+
* A Boolean value that you can set to allow or disallow guest-level authorization into your Amplify app.
|
|
1267
1267
|
*/
|
|
1268
1268
|
UnauthenticatedLogin?: __boolean;
|
|
1269
1269
|
}
|
|
@@ -1287,29 +1287,29 @@ declare namespace AmplifyBackend {
|
|
|
1287
1287
|
*/
|
|
1288
1288
|
OAuthGrantType?: OAuthGrantType;
|
|
1289
1289
|
/**
|
|
1290
|
-
* The list of OAuth
|
|
1290
|
+
* The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
|
|
1291
1291
|
*/
|
|
1292
1292
|
OAuthScopes?: ListOfOAuthScopesElement;
|
|
1293
1293
|
/**
|
|
1294
|
-
* Redirect URLs
|
|
1294
|
+
* Redirect URLs that OAuth uses when a user signs in to an Amplify app.
|
|
1295
1295
|
*/
|
|
1296
1296
|
RedirectSignInURIs?: ListOf__string;
|
|
1297
1297
|
/**
|
|
1298
|
-
* Redirect URLs
|
|
1298
|
+
* Redirect URLs that OAuth uses when a user signs out of an Amplify app.
|
|
1299
1299
|
*/
|
|
1300
1300
|
RedirectSignOutURIs?: ListOf__string;
|
|
1301
1301
|
/**
|
|
1302
|
-
* Describes third
|
|
1302
|
+
* Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
|
1303
1303
|
*/
|
|
1304
1304
|
SocialProviderSettings?: SocialProviderSettings;
|
|
1305
1305
|
}
|
|
1306
1306
|
export interface UpdateBackendAuthPasswordPolicyConfig {
|
|
1307
1307
|
/**
|
|
1308
|
-
* Describes additional constrains on password requirements to sign in
|
|
1308
|
+
* Describes additional constrains on the password requirements to sign in to the auth resource, configured as a part of your Amplify project.
|
|
1309
1309
|
*/
|
|
1310
1310
|
AdditionalConstraints?: ListOfAdditionalConstraintsElement;
|
|
1311
1311
|
/**
|
|
1312
|
-
* Describes the minimum length of password required to sign in
|
|
1312
|
+
* Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
|
|
1313
1313
|
*/
|
|
1314
1314
|
MinimumLength?: __double;
|
|
1315
1315
|
}
|
|
@@ -1337,7 +1337,7 @@ declare namespace AmplifyBackend {
|
|
|
1337
1337
|
*/
|
|
1338
1338
|
AuthResources: AuthResources;
|
|
1339
1339
|
/**
|
|
1340
|
-
* Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of
|
|
1340
|
+
* Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of the auth resource in your Amplify project.
|
|
1341
1341
|
*/
|
|
1342
1342
|
IdentityPoolConfigs?: UpdateBackendAuthIdentityPoolConfig;
|
|
1343
1343
|
/**
|
|
@@ -1345,7 +1345,7 @@ declare namespace AmplifyBackend {
|
|
|
1345
1345
|
*/
|
|
1346
1346
|
Service: Service;
|
|
1347
1347
|
/**
|
|
1348
|
-
* Describes the authentication configuration for the Amazon Cognito
|
|
1348
|
+
* Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of the auth resource in your Amplify project.
|
|
1349
1349
|
*/
|
|
1350
1350
|
UserPoolConfigs: UpdateBackendAuthUserPoolConfig;
|
|
1351
1351
|
}
|
|
@@ -1381,7 +1381,7 @@ declare namespace AmplifyBackend {
|
|
|
1381
1381
|
*/
|
|
1382
1382
|
ForgotPassword?: UpdateBackendAuthForgotPasswordConfig;
|
|
1383
1383
|
/**
|
|
1384
|
-
* Describes whether multi-factor authentication policies
|
|
1384
|
+
* Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool that's configured as a part of your Amplify project.
|
|
1385
1385
|
*/
|
|
1386
1386
|
Mfa?: UpdateBackendAuthMFAConfig;
|
|
1387
1387
|
/**
|
|
@@ -1417,7 +1417,7 @@ declare namespace AmplifyBackend {
|
|
|
1417
1417
|
*/
|
|
1418
1418
|
Error?: __string;
|
|
1419
1419
|
/**
|
|
1420
|
-
* Describes the Amazon Cognito configurations for the Admin UI auth resource to
|
|
1420
|
+
* Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
|
1421
1421
|
*/
|
|
1422
1422
|
LoginAuthConfig?: LoginAuthConfigReqObj;
|
|
1423
1423
|
}
|
|
@@ -1435,11 +1435,11 @@ declare namespace AmplifyBackend {
|
|
|
1435
1435
|
*/
|
|
1436
1436
|
JobId: __string;
|
|
1437
1437
|
/**
|
|
1438
|
-
* Filters the list of response objects to only
|
|
1438
|
+
* Filters the list of response objects to include only those with the specified operation name.
|
|
1439
1439
|
*/
|
|
1440
1440
|
Operation?: __string;
|
|
1441
1441
|
/**
|
|
1442
|
-
* Filters the list of response objects to only
|
|
1442
|
+
* Filters the list of response objects to include only those with the specified status.
|
|
1443
1443
|
*/
|
|
1444
1444
|
Status?: __string;
|
|
1445
1445
|
}
|