@aws-sdk/client-greengrass 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 +20 -19
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6511,11 +6511,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6511
6511
  // Annotate the CommonJS export names for ESM import in node:
6512
6512
 
6513
6513
  0 && (module.exports = {
6514
+ GreengrassServiceException,
6515
+ __Client,
6516
+ GreengrassClient,
6517
+ Greengrass,
6518
+ $Command,
6514
6519
  AssociateRoleToGroupCommand,
6515
6520
  AssociateServiceRoleToAccountCommand,
6516
- BadRequestException,
6517
- BulkDeploymentStatus,
6518
- ConfigurationSyncStatus,
6519
6521
  CreateConnectorDefinitionCommand,
6520
6522
  CreateConnectorDefinitionVersionCommand,
6521
6523
  CreateCoreDefinitionCommand,
@@ -6543,11 +6545,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6543
6545
  DeleteLoggerDefinitionCommand,
6544
6546
  DeleteResourceDefinitionCommand,
6545
6547
  DeleteSubscriptionDefinitionCommand,
6546
- DeploymentType,
6547
6548
  DisassociateRoleFromGroupCommand,
6548
6549
  DisassociateServiceRoleFromAccountCommand,
6549
- EncodingType,
6550
- FunctionIsolationMode,
6551
6550
  GetAssociatedRoleCommand,
6552
6551
  GetBulkDeploymentStatusCommand,
6553
6552
  GetConnectivityInfoCommand,
@@ -6572,10 +6571,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6572
6571
  GetSubscriptionDefinitionCommand,
6573
6572
  GetSubscriptionDefinitionVersionCommand,
6574
6573
  GetThingRuntimeConfigurationCommand,
6575
- Greengrass,
6576
- GreengrassClient,
6577
- GreengrassServiceException,
6578
- InternalServerErrorException,
6579
6574
  ListBulkDeploymentDetailedReportsCommand,
6580
6575
  ListBulkDeploymentsCommand,
6581
6576
  ListConnectorDefinitionVersionsCommand,
@@ -6597,18 +6592,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6597
6592
  ListSubscriptionDefinitionVersionsCommand,
6598
6593
  ListSubscriptionDefinitionsCommand,
6599
6594
  ListTagsForResourceCommand,
6600
- LoggerComponent,
6601
- LoggerLevel,
6602
- LoggerType,
6603
- Permission,
6604
6595
  ResetDeploymentsCommand,
6605
- SoftwareToUpdate,
6606
6596
  StartBulkDeploymentCommand,
6607
6597
  StopBulkDeploymentCommand,
6608
6598
  TagResourceCommand,
6609
- Telemetry,
6610
6599
  UntagResourceCommand,
6611
- UpdateAgentLogLevel,
6612
6600
  UpdateConnectivityInfoCommand,
6613
6601
  UpdateConnectorDefinitionCommand,
6614
6602
  UpdateCoreDefinitionCommand,
@@ -6619,9 +6607,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6619
6607
  UpdateLoggerDefinitionCommand,
6620
6608
  UpdateResourceDefinitionCommand,
6621
6609
  UpdateSubscriptionDefinitionCommand,
6610
+ UpdateThingRuntimeConfigurationCommand,
6611
+ EncodingType,
6612
+ FunctionIsolationMode,
6613
+ Permission,
6614
+ LoggerComponent,
6615
+ LoggerLevel,
6616
+ LoggerType,
6617
+ BadRequestException,
6618
+ InternalServerErrorException,
6619
+ DeploymentType,
6620
+ BulkDeploymentStatus,
6621
+ ConfigurationSyncStatus,
6622
+ SoftwareToUpdate,
6623
+ UpdateAgentLogLevel,
6622
6624
  UpdateTargetsArchitecture,
6623
6625
  UpdateTargetsOperatingSystem,
6624
- UpdateThingRuntimeConfigurationCommand,
6625
- __Client
6626
+ Telemetry
6626
6627
  });
6627
6628
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrass",
3
3
  "description": "AWS SDK for JavaScript Greengrass 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-greengrass",
@@ -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",