Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-fis

Package Overview
Dependencies
Maintainers
7
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-fis - npm Package Compare versions

Comparing version 3.37.0 to 3.38.0

dist-cjs/commands/index.js

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
### Features
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)

@@ -8,0 +20,0 @@

24

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./Fis"), exports);
tslib_1.__exportStar(require("./FisClient"), exports);
tslib_1.__exportStar(require("./Fis"), exports);
tslib_1.__exportStar(require("./commands/CreateExperimentTemplateCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteExperimentTemplateCommand"), exports);
tslib_1.__exportStar(require("./commands/GetActionCommand"), exports);
tslib_1.__exportStar(require("./commands/GetExperimentCommand"), exports);
tslib_1.__exportStar(require("./commands/GetExperimentTemplateCommand"), exports);
tslib_1.__exportStar(require("./commands/ListActionsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListActionsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListExperimentsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListExperimentsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListExperimentTemplatesCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListExperimentTemplatesPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/StartExperimentCommand"), exports);
tslib_1.__exportStar(require("./commands/StopExperimentCommand"), exports);
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateExperimentTemplateCommand"), exports);
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
tslib_1.__exportStar(require("./models/index"), exports);
tslib_1.__exportStar(require("./commands"), exports);
tslib_1.__exportStar(require("./models"), exports);
tslib_1.__exportStar(require("./pagination"), exports);

@@ -0,21 +1,5 @@

export * from "./Fis";
export * from "./FisClient";
export * from "./Fis";
export * from "./commands/CreateExperimentTemplateCommand";
export * from "./commands/DeleteExperimentTemplateCommand";
export * from "./commands/GetActionCommand";
export * from "./commands/GetExperimentCommand";
export * from "./commands/GetExperimentTemplateCommand";
export * from "./commands/ListActionsCommand";
export * from "./pagination/ListActionsPaginator";
export * from "./commands/ListExperimentsCommand";
export * from "./pagination/ListExperimentsPaginator";
export * from "./commands/ListExperimentTemplatesCommand";
export * from "./pagination/ListExperimentTemplatesPaginator";
export * from "./commands/ListTagsForResourceCommand";
export * from "./commands/StartExperimentCommand";
export * from "./commands/StopExperimentCommand";
export * from "./commands/TagResourceCommand";
export * from "./commands/UntagResourceCommand";
export * from "./commands/UpdateExperimentTemplateCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";

@@ -0,21 +1,5 @@

export * from "./Fis";
export * from "./FisClient";
export * from "./Fis";
export * from "./commands/CreateExperimentTemplateCommand";
export * from "./commands/DeleteExperimentTemplateCommand";
export * from "./commands/GetActionCommand";
export * from "./commands/GetExperimentCommand";
export * from "./commands/GetExperimentTemplateCommand";
export * from "./commands/ListActionsCommand";
export * from "./pagination/ListActionsPaginator";
export * from "./commands/ListExperimentsCommand";
export * from "./pagination/ListExperimentsPaginator";
export * from "./commands/ListExperimentTemplatesCommand";
export * from "./pagination/ListExperimentTemplatesPaginator";
export * from "./commands/ListTagsForResourceCommand";
export * from "./commands/StartExperimentCommand";
export * from "./commands/StopExperimentCommand";
export * from "./commands/TagResourceCommand";
export * from "./commands/UntagResourceCommand";
export * from "./commands/UpdateExperimentTemplateCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";

@@ -0,21 +1,5 @@

export * from "./Fis";
export * from "./FisClient";
export * from "./Fis";
export * from "./commands/CreateExperimentTemplateCommand";
export * from "./commands/DeleteExperimentTemplateCommand";
export * from "./commands/GetActionCommand";
export * from "./commands/GetExperimentCommand";
export * from "./commands/GetExperimentTemplateCommand";
export * from "./commands/ListActionsCommand";
export * from "./pagination/ListActionsPaginator";
export * from "./commands/ListExperimentsCommand";
export * from "./pagination/ListExperimentsPaginator";
export * from "./commands/ListExperimentTemplatesCommand";
export * from "./pagination/ListExperimentTemplatesPaginator";
export * from "./commands/ListTagsForResourceCommand";
export * from "./commands/StartExperimentCommand";
export * from "./commands/StopExperimentCommand";
export * from "./commands/TagResourceCommand";
export * from "./commands/UntagResourceCommand";
export * from "./commands/UpdateExperimentTemplateCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";
{
"name": "@aws-sdk/client-fis",
"description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native",
"version": "3.37.0",
"version": "3.38.0",
"scripts": {

@@ -24,22 +24,22 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-sts": "3.37.0",
"@aws-sdk/config-resolver": "3.37.0",
"@aws-sdk/credential-provider-node": "3.37.0",
"@aws-sdk/fetch-http-handler": "3.37.0",
"@aws-sdk/hash-node": "3.37.0",
"@aws-sdk/invalid-dependency": "3.37.0",
"@aws-sdk/middleware-content-length": "3.37.0",
"@aws-sdk/middleware-host-header": "3.37.0",
"@aws-sdk/middleware-logger": "3.37.0",
"@aws-sdk/middleware-retry": "3.37.0",
"@aws-sdk/middleware-serde": "3.37.0",
"@aws-sdk/middleware-signing": "3.37.0",
"@aws-sdk/middleware-stack": "3.37.0",
"@aws-sdk/middleware-user-agent": "3.37.0",
"@aws-sdk/node-config-provider": "3.37.0",
"@aws-sdk/node-http-handler": "3.37.0",
"@aws-sdk/protocol-http": "3.37.0",
"@aws-sdk/smithy-client": "3.37.0",
"@aws-sdk/types": "3.37.0",
"@aws-sdk/url-parser": "3.37.0",
"@aws-sdk/client-sts": "3.38.0",
"@aws-sdk/config-resolver": "3.38.0",
"@aws-sdk/credential-provider-node": "3.38.0",
"@aws-sdk/fetch-http-handler": "3.38.0",
"@aws-sdk/hash-node": "3.38.0",
"@aws-sdk/invalid-dependency": "3.38.0",
"@aws-sdk/middleware-content-length": "3.38.0",
"@aws-sdk/middleware-host-header": "3.38.0",
"@aws-sdk/middleware-logger": "3.38.0",
"@aws-sdk/middleware-retry": "3.38.0",
"@aws-sdk/middleware-serde": "3.38.0",
"@aws-sdk/middleware-signing": "3.38.0",
"@aws-sdk/middleware-stack": "3.38.0",
"@aws-sdk/middleware-user-agent": "3.38.0",
"@aws-sdk/node-config-provider": "3.38.0",
"@aws-sdk/node-http-handler": "3.38.0",
"@aws-sdk/protocol-http": "3.38.0",
"@aws-sdk/smithy-client": "3.38.0",
"@aws-sdk/types": "3.38.0",
"@aws-sdk/url-parser": "3.38.0",
"@aws-sdk/util-base64-browser": "3.37.0",

@@ -49,4 +49,4 @@ "@aws-sdk/util-base64-node": "3.37.0",

"@aws-sdk/util-body-length-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.37.0",
"@aws-sdk/util-user-agent-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.38.0",
"@aws-sdk/util-user-agent-node": "3.38.0",
"@aws-sdk/util-utf8-browser": "3.37.0",

@@ -58,3 +58,3 @@ "@aws-sdk/util-utf8-node": "3.37.0",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.37.0",
"@aws-sdk/service-client-documentation-generator": "3.38.0",
"@types/node": "^12.7.5",

@@ -61,0 +61,0 @@ "@types/uuid": "^8.3.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc