@aws-sdk/client-amplifybackend 3.170.0 → 3.171.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AmplifyBackend.d.ts +0 -31
  3. package/dist-types/ts3.4/AmplifyBackendClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +0 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +0 -436
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  41. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface ImportBackendStorageCommandInput
19
19
  export interface ImportBackendStorageCommandOutput
20
20
  extends ImportBackendStorageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ImportBackendStorageCommand extends $Command<
24
23
  ImportBackendStorageCommandInput,
25
24
  ImportBackendStorageCommandOutput,
@@ -27,7 +26,6 @@ export declare class ImportBackendStorageCommand extends $Command<
27
26
  > {
28
27
  readonly input: ImportBackendStorageCommandInput;
29
28
  constructor(input: ImportBackendStorageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {}
18
18
  export interface ListBackendJobsCommandOutput
19
19
  extends ListBackendJobsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListBackendJobsCommand extends $Command<
23
22
  ListBackendJobsCommandInput,
24
23
  ListBackendJobsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListBackendJobsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListBackendJobsCommandInput;
28
27
  constructor(input: ListBackendJobsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {}
18
18
  export interface ListS3BucketsCommandOutput
19
19
  extends ListS3BucketsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListS3BucketsCommand extends $Command<
23
22
  ListS3BucketsCommandInput,
24
23
  ListS3BucketsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListS3BucketsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListS3BucketsCommandInput;
28
27
  constructor(input: ListS3BucketsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveAllBackendsCommandInput
19
19
  export interface RemoveAllBackendsCommandOutput
20
20
  extends RemoveAllBackendsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveAllBackendsCommand extends $Command<
24
23
  RemoveAllBackendsCommandInput,
25
24
  RemoveAllBackendsCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveAllBackendsCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveAllBackendsCommandInput;
29
28
  constructor(input: RemoveAllBackendsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveBackendConfigCommandInput
19
19
  export interface RemoveBackendConfigCommandOutput
20
20
  extends RemoveBackendConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveBackendConfigCommand extends $Command<
24
23
  RemoveBackendConfigCommandInput,
25
24
  RemoveBackendConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveBackendConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveBackendConfigCommandInput;
29
28
  constructor(input: RemoveBackendConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {}
18
18
  export interface UpdateBackendAPICommandOutput
19
19
  extends UpdateBackendAPIResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateBackendAPICommand extends $Command<
23
22
  UpdateBackendAPICommandInput,
24
23
  UpdateBackendAPICommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateBackendAPICommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateBackendAPICommandInput;
28
27
  constructor(input: UpdateBackendAPICommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateBackendAuthCommandInput
19
19
  export interface UpdateBackendAuthCommandOutput
20
20
  extends UpdateBackendAuthResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateBackendAuthCommand extends $Command<
24
23
  UpdateBackendAuthCommandInput,
25
24
  UpdateBackendAuthCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateBackendAuthCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateBackendAuthCommandInput;
29
28
  constructor(input: UpdateBackendAuthCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateBackendConfigCommandInput
19
19
  export interface UpdateBackendConfigCommandOutput
20
20
  extends UpdateBackendConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateBackendConfigCommand extends $Command<
24
23
  UpdateBackendConfigCommandInput,
25
24
  UpdateBackendConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateBackendConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateBackendConfigCommandInput;
29
28
  constructor(input: UpdateBackendConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {}
18
18
  export interface UpdateBackendJobCommandOutput
19
19
  extends UpdateBackendJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateBackendJobCommand extends $Command<
23
22
  UpdateBackendJobCommandInput,
24
23
  UpdateBackendJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateBackendJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateBackendJobCommandInput;
28
27
  constructor(input: UpdateBackendJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateBackendStorageCommandInput
19
19
  export interface UpdateBackendStorageCommandOutput
20
20
  extends UpdateBackendStorageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateBackendStorageCommand extends $Command<
24
23
  UpdateBackendStorageCommandInput,
25
24
  UpdateBackendStorageCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateBackendStorageCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateBackendStorageCommandInput;
29
28
  constructor(input: UpdateBackendStorageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmplifyBackendClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class AmplifyBackendServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }