@aws-sdk/client-greengrassv2 3.495.0 → 3.499.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 -33
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3139,47 +3139,30 @@ var paginateListInstalledComponents = (0, import_core.createPaginator)(Greengras
3139
3139
  // src/index.ts
3140
3140
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3141
3141
  // Annotate the CommonJS export names for ESM import in node:
3142
+
3142
3143
  0 && (module.exports = {
3143
- AccessDeniedException,
3144
+ GreengrassV2ServiceException,
3145
+ __Client,
3146
+ GreengrassV2Client,
3147
+ GreengrassV2,
3148
+ $Command,
3144
3149
  AssociateServiceRoleToAccountCommand,
3145
3150
  BatchAssociateClientDeviceWithCoreDeviceCommand,
3146
3151
  BatchDisassociateClientDeviceFromCoreDeviceCommand,
3147
3152
  CancelDeploymentCommand,
3148
- CloudComponentState,
3149
- ComponentDependencyType,
3150
- ComponentVisibilityScope,
3151
- ConflictException,
3152
- CoreDeviceStatus,
3153
3153
  CreateComponentVersionCommand,
3154
3154
  CreateDeploymentCommand,
3155
3155
  DeleteComponentCommand,
3156
3156
  DeleteCoreDeviceCommand,
3157
3157
  DeleteDeploymentCommand,
3158
- DeploymentComponentUpdatePolicyAction,
3159
- DeploymentFailureHandlingPolicy,
3160
- DeploymentHistoryFilter,
3161
- DeploymentStatus,
3162
3158
  DescribeComponentCommand,
3163
3159
  DisassociateServiceRoleFromAccountCommand,
3164
- EffectiveDeploymentExecutionStatus,
3165
3160
  GetComponentCommand,
3166
3161
  GetComponentVersionArtifactCommand,
3167
3162
  GetConnectivityInfoCommand,
3168
3163
  GetCoreDeviceCommand,
3169
3164
  GetDeploymentCommand,
3170
3165
  GetServiceRoleForAccountCommand,
3171
- GreengrassV2,
3172
- GreengrassV2Client,
3173
- GreengrassV2ServiceException,
3174
- InstalledComponentLifecycleState,
3175
- InstalledComponentTopologyFilter,
3176
- InternalServerException,
3177
- IoTJobAbortAction,
3178
- IoTJobExecutionFailureType,
3179
- LambdaEventSourceType,
3180
- LambdaFilesystemPermission,
3181
- LambdaInputPayloadEncodingType,
3182
- LambdaIsolationMode,
3183
3166
  ListClientDevicesAssociatedWithCoreDeviceCommand,
3184
3167
  ListComponentVersionsCommand,
3185
3168
  ListComponentsCommand,
@@ -3188,24 +3171,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3188
3171
  ListEffectiveDeploymentsCommand,
3189
3172
  ListInstalledComponentsCommand,
3190
3173
  ListTagsForResourceCommand,
3191
- RecipeOutputFormat,
3192
- RequestAlreadyInProgressException,
3193
3174
  ResolveComponentCandidatesCommand,
3194
- ResourceNotFoundException,
3195
- ServiceQuotaExceededException,
3196
3175
  TagResourceCommand,
3197
- ThrottlingException,
3198
3176
  UntagResourceCommand,
3199
3177
  UpdateConnectivityInfoCommand,
3200
- ValidationException,
3201
- ValidationExceptionReason,
3202
- VendorGuidance,
3203
- __Client,
3204
3178
  paginateListClientDevicesAssociatedWithCoreDevice,
3205
3179
  paginateListComponentVersions,
3206
3180
  paginateListComponents,
3207
3181
  paginateListCoreDevices,
3208
3182
  paginateListDeployments,
3209
3183
  paginateListEffectiveDeployments,
3210
- 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
3211
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",