@aws-sdk/client-amplify 3.650.0 → 3.654.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 (76) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateBranchCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateWebhookCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteAppCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteBranchCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteWebhookCommand.d.ts +11 -0
  13. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAppCommand.d.ts +11 -0
  15. package/dist-types/commands/GetArtifactUrlCommand.d.ts +11 -0
  16. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +11 -0
  17. package/dist-types/commands/GetBranchCommand.d.ts +11 -0
  18. package/dist-types/commands/GetDomainAssociationCommand.d.ts +11 -0
  19. package/dist-types/commands/GetJobCommand.d.ts +11 -0
  20. package/dist-types/commands/GetWebhookCommand.d.ts +11 -0
  21. package/dist-types/commands/ListAppsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListArtifactsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListBranchesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListJobsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/ListWebhooksCommand.d.ts +11 -0
  29. package/dist-types/commands/StartDeploymentCommand.d.ts +11 -0
  30. package/dist-types/commands/StartJobCommand.d.ts +11 -0
  31. package/dist-types/commands/StopJobCommand.d.ts +11 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateAppCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateBranchCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateWebhookCommand.d.ts +11 -0
  38. package/dist-types/models/models_0.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +12 -1
  76. package/package.json +35 -35
@@ -178,4 +178,15 @@ declare const CreateAppCommand_base: {
178
178
  * @public
179
179
  */
180
180
  export declare class CreateAppCommand extends CreateAppCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: CreateAppRequest;
185
+ output: CreateAppResult;
186
+ };
187
+ sdk: {
188
+ input: CreateAppCommandInput;
189
+ output: CreateAppCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -88,4 +88,15 @@ declare const CreateBackendEnvironmentCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateBackendEnvironmentRequest;
95
+ output: CreateBackendEnvironmentResult;
96
+ };
97
+ sdk: {
98
+ input: CreateBackendEnvironmentCommandInput;
99
+ output: CreateBackendEnvironmentCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -138,4 +138,15 @@ declare const CreateBranchCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class CreateBranchCommand extends CreateBranchCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: CreateBranchRequest;
145
+ output: CreateBranchResult;
146
+ };
147
+ sdk: {
148
+ input: CreateBranchCommandInput;
149
+ output: CreateBranchCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -82,4 +82,15 @@ declare const CreateDeploymentCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateDeploymentRequest;
89
+ output: CreateDeploymentResult;
90
+ };
91
+ sdk: {
92
+ input: CreateDeploymentCommandInput;
93
+ output: CreateDeploymentCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -119,4 +119,15 @@ declare const CreateDomainAssociationCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: CreateDomainAssociationRequest;
126
+ output: CreateDomainAssociationResult;
127
+ };
128
+ sdk: {
129
+ input: CreateDomainAssociationCommandInput;
130
+ output: CreateDomainAssociationCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -85,4 +85,15 @@ declare const CreateWebhookCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateWebhookRequest;
92
+ output: CreateWebhookResult;
93
+ };
94
+ sdk: {
95
+ input: CreateWebhookCommandInput;
96
+ output: CreateWebhookCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -131,4 +131,15 @@ declare const DeleteAppCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: DeleteAppRequest;
138
+ output: DeleteAppResult;
139
+ };
140
+ sdk: {
141
+ input: DeleteAppCommandInput;
142
+ output: DeleteAppCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -86,4 +86,15 @@ declare const DeleteBackendEnvironmentCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteBackendEnvironmentRequest;
93
+ output: DeleteBackendEnvironmentResult;
94
+ };
95
+ sdk: {
96
+ input: DeleteBackendEnvironmentCommandInput;
97
+ output: DeleteBackendEnvironmentCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -112,4 +112,15 @@ declare const DeleteBranchCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: DeleteBranchRequest;
119
+ output: DeleteBranchResult;
120
+ };
121
+ sdk: {
122
+ input: DeleteBranchCommandInput;
123
+ output: DeleteBranchCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -100,4 +100,15 @@ declare const DeleteDomainAssociationCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DeleteDomainAssociationRequest;
107
+ output: DeleteDomainAssociationResult;
108
+ };
109
+ sdk: {
110
+ input: DeleteDomainAssociationCommandInput;
111
+ output: DeleteDomainAssociationCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -84,4 +84,15 @@ declare const DeleteJobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteJobRequest;
91
+ output: DeleteJobResult;
92
+ };
93
+ sdk: {
94
+ input: DeleteJobCommandInput;
95
+ output: DeleteJobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -80,4 +80,15 @@ declare const DeleteWebhookCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteWebhookRequest;
87
+ output: DeleteWebhookResult;
88
+ };
89
+ sdk: {
90
+ input: DeleteWebhookCommandInput;
91
+ output: DeleteWebhookCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -73,4 +73,15 @@ declare const GenerateAccessLogsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GenerateAccessLogsRequest;
80
+ output: GenerateAccessLogsResult;
81
+ };
82
+ sdk: {
83
+ input: GenerateAccessLogsCommandInput;
84
+ output: GenerateAccessLogsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -128,4 +128,15 @@ declare const GetAppCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class GetAppCommand extends GetAppCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: GetAppRequest;
135
+ output: GetAppResult;
136
+ };
137
+ sdk: {
138
+ input: GetAppCommandInput;
139
+ output: GetAppCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -73,4 +73,15 @@ declare const GetArtifactUrlCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetArtifactUrlRequest;
80
+ output: GetArtifactUrlResult;
81
+ };
82
+ sdk: {
83
+ input: GetArtifactUrlCommandInput;
84
+ output: GetArtifactUrlCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -83,4 +83,15 @@ declare const GetBackendEnvironmentCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetBackendEnvironmentRequest;
90
+ output: GetBackendEnvironmentResult;
91
+ };
92
+ sdk: {
93
+ input: GetBackendEnvironmentCommandInput;
94
+ output: GetBackendEnvironmentCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -109,4 +109,15 @@ declare const GetBranchCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class GetBranchCommand extends GetBranchCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: GetBranchRequest;
116
+ output: GetBranchResult;
117
+ };
118
+ sdk: {
119
+ input: GetBranchCommandInput;
120
+ output: GetBranchCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -97,4 +97,15 @@ declare const GetDomainAssociationCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetDomainAssociationRequest;
104
+ output: GetDomainAssociationResult;
105
+ };
106
+ sdk: {
107
+ input: GetDomainAssociationCommandInput;
108
+ output: GetDomainAssociationCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -103,4 +103,15 @@ declare const GetJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetJobCommand extends GetJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetJobRequest;
110
+ output: GetJobResult;
111
+ };
112
+ sdk: {
113
+ input: GetJobCommandInput;
114
+ output: GetJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -80,4 +80,15 @@ declare const GetWebhookCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetWebhookCommand extends GetWebhookCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetWebhookRequest;
87
+ output: GetWebhookResult;
88
+ };
89
+ sdk: {
90
+ input: GetWebhookCommandInput;
91
+ output: GetWebhookCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -129,4 +129,15 @@ declare const ListAppsCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class ListAppsCommand extends ListAppsCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: ListAppsRequest;
136
+ output: ListAppsResult;
137
+ };
138
+ sdk: {
139
+ input: ListAppsCommandInput;
140
+ output: ListAppsCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -79,4 +79,15 @@ declare const ListArtifactsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListArtifactsCommand extends ListArtifactsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListArtifactsRequest;
86
+ output: ListArtifactsResult;
87
+ };
88
+ sdk: {
89
+ input: ListArtifactsCommandInput;
90
+ output: ListArtifactsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -85,4 +85,15 @@ declare const ListBackendEnvironmentsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListBackendEnvironmentsRequest;
92
+ output: ListBackendEnvironmentsResult;
93
+ };
94
+ sdk: {
95
+ input: ListBackendEnvironmentsCommandInput;
96
+ output: ListBackendEnvironmentsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -110,4 +110,15 @@ declare const ListBranchesCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class ListBranchesCommand extends ListBranchesCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: ListBranchesRequest;
117
+ output: ListBranchesResult;
118
+ };
119
+ sdk: {
120
+ input: ListBranchesCommandInput;
121
+ output: ListBranchesCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -98,4 +98,15 @@ declare const ListDomainAssociationsCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListDomainAssociationsRequest;
105
+ output: ListDomainAssociationsResult;
106
+ };
107
+ sdk: {
108
+ input: ListDomainAssociationsCommandInput;
109
+ output: ListDomainAssociationsCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -85,4 +85,15 @@ declare const ListJobsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListJobsCommand extends ListJobsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListJobsRequest;
92
+ output: ListJobsResult;
93
+ };
94
+ sdk: {
95
+ input: ListJobsCommandInput;
96
+ output: ListJobsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: ListTagsForResourceRequest;
75
+ output: ListTagsForResourceResponse;
76
+ };
77
+ sdk: {
78
+ input: ListTagsForResourceCommandInput;
79
+ output: ListTagsForResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -82,4 +82,15 @@ declare const ListWebhooksCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListWebhooksRequest;
89
+ output: ListWebhooksResult;
90
+ };
91
+ sdk: {
92
+ input: ListWebhooksCommandInput;
93
+ output: ListWebhooksCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -90,4 +90,15 @@ declare const StartDeploymentCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: StartDeploymentRequest;
97
+ output: StartDeploymentResult;
98
+ };
99
+ sdk: {
100
+ input: StartDeploymentCommandInput;
101
+ output: StartDeploymentCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -89,4 +89,15 @@ declare const StartJobCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class StartJobCommand extends StartJobCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: StartJobRequest;
96
+ output: StartJobResult;
97
+ };
98
+ sdk: {
99
+ input: StartJobCommandInput;
100
+ output: StartJobCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -84,4 +84,15 @@ declare const StopJobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class StopJobCommand extends StopJobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: StopJobRequest;
91
+ output: StopJobResult;
92
+ };
93
+ sdk: {
94
+ input: StopJobCommandInput;
95
+ output: StopJobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: TagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: TagResourceCommandInput;
78
+ output: TagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -173,4 +173,15 @@ declare const UpdateAppCommand_base: {
173
173
  * @public
174
174
  */
175
175
  export declare class UpdateAppCommand extends UpdateAppCommand_base {
176
+ /** @internal type navigation helper, not in runtime. */
177
+ protected static __types: {
178
+ api: {
179
+ input: UpdateAppRequest;
180
+ output: UpdateAppResult;
181
+ };
182
+ sdk: {
183
+ input: UpdateAppCommandInput;
184
+ output: UpdateAppCommandOutput;
185
+ };
186
+ };
176
187
  }
@@ -132,4 +132,15 @@ declare const UpdateBranchCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class UpdateBranchCommand extends UpdateBranchCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: UpdateBranchRequest;
139
+ output: UpdateBranchResult;
140
+ };
141
+ sdk: {
142
+ input: UpdateBranchCommandInput;
143
+ output: UpdateBranchCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -115,4 +115,15 @@ declare const UpdateDomainAssociationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UpdateDomainAssociationRequest;
122
+ output: UpdateDomainAssociationResult;
123
+ };
124
+ sdk: {
125
+ input: UpdateDomainAssociationCommandInput;
126
+ output: UpdateDomainAssociationCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -82,4 +82,15 @@ declare const UpdateWebhookCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateWebhookRequest;
89
+ output: UpdateWebhookResult;
90
+ };
91
+ sdk: {
92
+ input: UpdateWebhookCommandInput;
93
+ output: UpdateWebhookCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -206,6 +206,11 @@ export interface CreateAppRequest {
206
206
  * <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
207
207
  * type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
208
208
  * support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
209
+ * <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set
210
+ * the platform type to <code>WEB_COMPUTE</code> and set the artifacts
211
+ * <code>baseDirectory</code> to <code>.next</code> in the application's build
212
+ * settings. For an example of the build specification settings, see <a href="https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14">Amplify build
213
+ * settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting User Guide</i>.</p>
209
214
  * @public
210
215
  */
211
216
  platform?: Platform;
@@ -399,6 +404,8 @@ export interface App {
399
404
  * <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
400
405
  * type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
401
406
  * support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
407
+ * <p>If you are deploying an SSG only app with Next.js 14 or later, you must use the
408
+ * platform type <code>WEB_COMPUTE</code>.</p>
402
409
  * @public
403
410
  */
404
411
  platform: Platform | undefined;
@@ -2487,6 +2494,8 @@ export interface UpdateAppRequest {
2487
2494
  * <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
2488
2495
  * type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
2489
2496
  * support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
2497
+ * <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set
2498
+ * the platform type to <code>WEB_COMPUTE</code>.</p>
2490
2499
  * @public
2491
2500
  */
2492
2501
  platform?: Platform;