@aws-sdk/client-greengrassv2 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 +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3141,46 +3141,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3141
3141
  // Annotate the CommonJS export names for ESM import in node:
3142
3142
 
3143
3143
  0 && (module.exports = {
3144
- AccessDeniedException,
3144
+ GreengrassV2ServiceException,
3145
+ __Client,
3146
+ GreengrassV2Client,
3147
+ GreengrassV2,
3148
+ $Command,
3145
3149
  AssociateServiceRoleToAccountCommand,
3146
3150
  BatchAssociateClientDeviceWithCoreDeviceCommand,
3147
3151
  BatchDisassociateClientDeviceFromCoreDeviceCommand,
3148
3152
  CancelDeploymentCommand,
3149
- CloudComponentState,
3150
- ComponentDependencyType,
3151
- ComponentVisibilityScope,
3152
- ConflictException,
3153
- CoreDeviceStatus,
3154
3153
  CreateComponentVersionCommand,
3155
3154
  CreateDeploymentCommand,
3156
3155
  DeleteComponentCommand,
3157
3156
  DeleteCoreDeviceCommand,
3158
3157
  DeleteDeploymentCommand,
3159
- DeploymentComponentUpdatePolicyAction,
3160
- DeploymentFailureHandlingPolicy,
3161
- DeploymentHistoryFilter,
3162
- DeploymentStatus,
3163
3158
  DescribeComponentCommand,
3164
3159
  DisassociateServiceRoleFromAccountCommand,
3165
- EffectiveDeploymentExecutionStatus,
3166
3160
  GetComponentCommand,
3167
3161
  GetComponentVersionArtifactCommand,
3168
3162
  GetConnectivityInfoCommand,
3169
3163
  GetCoreDeviceCommand,
3170
3164
  GetDeploymentCommand,
3171
3165
  GetServiceRoleForAccountCommand,
3172
- GreengrassV2,
3173
- GreengrassV2Client,
3174
- GreengrassV2ServiceException,
3175
- InstalledComponentLifecycleState,
3176
- InstalledComponentTopologyFilter,
3177
- InternalServerException,
3178
- IoTJobAbortAction,
3179
- IoTJobExecutionFailureType,
3180
- LambdaEventSourceType,
3181
- LambdaFilesystemPermission,
3182
- LambdaInputPayloadEncodingType,
3183
- LambdaIsolationMode,
3184
3166
  ListClientDevicesAssociatedWithCoreDeviceCommand,
3185
3167
  ListComponentVersionsCommand,
3186
3168
  ListComponentsCommand,
@@ -3189,25 +3171,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3189
3171
  ListEffectiveDeploymentsCommand,
3190
3172
  ListInstalledComponentsCommand,
3191
3173
  ListTagsForResourceCommand,
3192
- RecipeOutputFormat,
3193
- RequestAlreadyInProgressException,
3194
3174
  ResolveComponentCandidatesCommand,
3195
- ResourceNotFoundException,
3196
- ServiceQuotaExceededException,
3197
3175
  TagResourceCommand,
3198
- ThrottlingException,
3199
3176
  UntagResourceCommand,
3200
3177
  UpdateConnectivityInfoCommand,
3201
- ValidationException,
3202
- ValidationExceptionReason,
3203
- VendorGuidance,
3204
- __Client,
3205
3178
  paginateListClientDevicesAssociatedWithCoreDevice,
3206
3179
  paginateListComponentVersions,
3207
3180
  paginateListComponents,
3208
3181
  paginateListCoreDevices,
3209
3182
  paginateListDeployments,
3210
3183
  paginateListEffectiveDeployments,
3211
- paginateListInstalledComponents
3184
+ paginateListInstalledComponents,
3185
+ AccessDeniedException,
3186
+ InternalServerException,
3187
+ ValidationExceptionReason,
3188
+ ValidationException,
3189
+ ResourceNotFoundException,
3190
+ ThrottlingException,
3191
+ ConflictException,
3192
+ CloudComponentState,
3193
+ VendorGuidance,
3194
+ ComponentDependencyType,
3195
+ ComponentVisibilityScope,
3196
+ CoreDeviceStatus,
3197
+ LambdaEventSourceType,
3198
+ LambdaInputPayloadEncodingType,
3199
+ LambdaFilesystemPermission,
3200
+ LambdaIsolationMode,
3201
+ RequestAlreadyInProgressException,
3202
+ ServiceQuotaExceededException,
3203
+ DeploymentComponentUpdatePolicyAction,
3204
+ DeploymentFailureHandlingPolicy,
3205
+ IoTJobAbortAction,
3206
+ IoTJobExecutionFailureType,
3207
+ DeploymentStatus,
3208
+ DeploymentHistoryFilter,
3209
+ EffectiveDeploymentExecutionStatus,
3210
+ RecipeOutputFormat,
3211
+ InstalledComponentTopologyFilter,
3212
+ InstalledComponentLifecycleState
3212
3213
  });
3213
3214
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 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-greengrassv2",
@@ -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",