@aws-sdk/client-amplifybackend 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AmplifyBackend.d.ts +2 -1
  6. package/dist-types/AmplifyBackendClient.d.ts +1 -1
  7. package/dist-types/commands/CloneBackendCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBackendAPICommand.d.ts +2 -1
  9. package/dist-types/commands/CreateBackendAuthCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateBackendCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateBackendConfigCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateBackendStorageCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteBackendAPICommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteBackendCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
  19. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetBackendAPICommand.d.ts +2 -1
  21. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetBackendAuthCommand.d.ts +2 -1
  23. package/dist-types/commands/GetBackendCommand.d.ts +2 -1
  24. package/dist-types/commands/GetBackendJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetBackendStorageCommand.d.ts +2 -1
  26. package/dist-types/commands/GetTokenCommand.d.ts +2 -1
  27. package/dist-types/commands/ImportBackendAuthCommand.d.ts +2 -1
  28. package/dist-types/commands/ImportBackendStorageCommand.d.ts +2 -1
  29. package/dist-types/commands/ListBackendJobsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListS3BucketsCommand.d.ts +2 -1
  31. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateBackendAPICommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateBackendJobCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +432 -432
  40. package/dist-types/ts3.4/AmplifyBackend.d.ts +1 -0
  41. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
22
22
  }
23
23
  declare const UpdateBackendAPICommand_base: {
24
24
  new (input: UpdateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing backend API resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const UpdateBackendAPICommand_base: {
108
108
  * @throws {@link AmplifyBackendServiceException}
109
109
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class UpdateBackendAPICommand extends UpdateBackendAPICommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
22
22
  }
23
23
  declare const UpdateBackendAuthCommand_base: {
24
24
  new (input: UpdateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing backend authentication resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -149,6 +149,7 @@ declare const UpdateBackendAuthCommand_base: {
149
149
  * @throws {@link AmplifyBackendServiceException}
150
150
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
151
151
  *
152
+ * @public
152
153
  */
153
154
  export declare class UpdateBackendAuthCommand extends UpdateBackendAuthCommand_base {
154
155
  }
@@ -22,10 +22,10 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
22
22
  }
23
23
  declare const UpdateBackendConfigCommand_base: {
24
24
  new (input: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UpdateBackendConfigCommand_base: {
79
79
  * @throws {@link AmplifyBackendServiceException}
80
80
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateBackendConfigCommand extends UpdateBackendConfigCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
22
22
  }
23
23
  declare const UpdateBackendJobCommand_base: {
24
24
  new (input: UpdateBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a specific job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateBackendJobCommand_base: {
76
76
  * @throws {@link AmplifyBackendServiceException}
77
77
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateBackendJobCommand extends UpdateBackendJobCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
22
22
  }
23
23
  declare const UpdateBackendStorageCommand_base: {
24
24
  new (input: UpdateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing backend storage resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateBackendStorageCommand_base: {
81
81
  * @throws {@link AmplifyBackendServiceException}
82
82
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateBackendStorageCommand extends UpdateBackendStorageCommand_base {
86
87
  }
@@ -10,5 +10,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
10
10
  export { AmplifyBackendExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./models";
13
- import "@aws-sdk/util-endpoints";
14
13
  export { AmplifyBackendServiceException } from "./models/AmplifyBackendServiceException";