@aws-sdk/client-amplifyuibuilder 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +36 -35
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3085,14 +3085,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3085
3085
  // Annotate the CommonJS export names for ESM import in node:
3086
3086
 
3087
3087
  0 && (module.exports = {
3088
- AmplifyUIBuilder,
3089
- AmplifyUIBuilderClient,
3090
3088
  AmplifyUIBuilderServiceException,
3091
- ApiConfiguration,
3092
- CodegenGenericDataFieldDataType,
3093
- CodegenJobGenericDataSourceType,
3094
- CodegenJobRenderConfig,
3095
- CodegenJobStatus,
3089
+ __Client,
3090
+ AmplifyUIBuilderClient,
3091
+ AmplifyUIBuilder,
3092
+ $Command,
3096
3093
  CreateComponentCommand,
3097
3094
  CreateFormCommand,
3098
3095
  CreateThemeCommand,
@@ -3100,57 +3097,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3100
3097
  DeleteFormCommand,
3101
3098
  DeleteThemeCommand,
3102
3099
  ExchangeCodeForTokenCommand,
3103
- ExchangeCodeForTokenRequestBodyFilterSensitiveLog,
3104
- ExchangeCodeForTokenRequestFilterSensitiveLog,
3105
- ExchangeCodeForTokenResponseFilterSensitiveLog,
3106
3100
  ExportComponentsCommand,
3107
3101
  ExportFormsCommand,
3108
3102
  ExportThemesCommand,
3109
- FieldPosition,
3110
- FixedPosition,
3111
- FormActionType,
3112
- FormButtonsPosition,
3113
- FormDataSourceType,
3114
- FormStyleConfig,
3115
- GenericDataRelationshipType,
3116
3103
  GetCodegenJobCommand,
3117
3104
  GetComponentCommand,
3118
3105
  GetFormCommand,
3119
3106
  GetMetadataCommand,
3120
3107
  GetThemeCommand,
3121
- InternalServerException,
3122
- InvalidParameterException,
3123
- JSModule,
3124
- JSScript,
3125
- JSTarget,
3126
- LabelDecorator,
3127
3108
  ListCodegenJobsCommand,
3128
3109
  ListComponentsCommand,
3129
3110
  ListFormsCommand,
3130
3111
  ListThemesCommand,
3131
3112
  PutMetadataFlagCommand,
3132
3113
  RefreshTokenCommand,
3133
- RefreshTokenRequestBodyFilterSensitiveLog,
3134
- RefreshTokenRequestFilterSensitiveLog,
3135
- RefreshTokenResponseFilterSensitiveLog,
3136
- ResourceConflictException,
3137
- ResourceNotFoundException,
3138
- ServiceQuotaExceededException,
3139
3114
  StartCodegenJobCommand,
3140
- StorageAccessLevel,
3141
- ThrottlingException,
3142
- TokenProviders,
3143
- UnauthorizedException,
3144
3115
  UpdateComponentCommand,
3145
3116
  UpdateFormCommand,
3146
3117
  UpdateThemeCommand,
3147
- __Client,
3148
3118
  paginateExportComponents,
3149
3119
  paginateExportForms,
3150
3120
  paginateExportThemes,
3151
3121
  paginateListCodegenJobs,
3152
3122
  paginateListComponents,
3153
3123
  paginateListForms,
3154
- paginateListThemes
3124
+ paginateListThemes,
3125
+ CodegenJobGenericDataSourceType,
3126
+ CodegenGenericDataFieldDataType,
3127
+ GenericDataRelationshipType,
3128
+ ApiConfiguration,
3129
+ JSModule,
3130
+ JSScript,
3131
+ JSTarget,
3132
+ CodegenJobRenderConfig,
3133
+ CodegenJobStatus,
3134
+ InternalServerException,
3135
+ InvalidParameterException,
3136
+ ResourceNotFoundException,
3137
+ ThrottlingException,
3138
+ ResourceConflictException,
3139
+ ServiceQuotaExceededException,
3140
+ TokenProviders,
3141
+ FixedPosition,
3142
+ FieldPosition,
3143
+ FormButtonsPosition,
3144
+ FormDataSourceType,
3145
+ StorageAccessLevel,
3146
+ FormActionType,
3147
+ LabelDecorator,
3148
+ FormStyleConfig,
3149
+ UnauthorizedException,
3150
+ ExchangeCodeForTokenRequestBodyFilterSensitiveLog,
3151
+ ExchangeCodeForTokenRequestFilterSensitiveLog,
3152
+ ExchangeCodeForTokenResponseFilterSensitiveLog,
3153
+ RefreshTokenRequestBodyFilterSensitiveLog,
3154
+ RefreshTokenRequestFilterSensitiveLog,
3155
+ RefreshTokenResponseFilterSensitiveLog
3155
3156
  });
3156
3157
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplifyuibuilder",
3
3
  "description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",