New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-codecatalyst

Package Overview
Dependencies
Maintainers
5
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.316.0 to 3.319.0

6

dist-cjs/models/models_0.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartDevEnvironmentSessionResponseFilterSensitiveLog = exports.DevEnvironmentAccessDetailsFilterSensitiveLog = exports.CreateAccessTokenResponseFilterSensitiveLog = exports.FilterKey = exports.ComparisonOperator = exports.DevEnvironmentSessionType = exports.DevEnvironmentStatus = exports._InstanceType = exports.UserType = exports.OperationType = exports.CatalogActionVersionFileRecordType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ConflictException = exports.AccessDeniedException = void 0;
exports.StartDevEnvironmentSessionResponseFilterSensitiveLog = exports.DevEnvironmentAccessDetailsFilterSensitiveLog = exports.CreateAccessTokenResponseFilterSensitiveLog = exports.FilterKey = exports.ComparisonOperator = exports.DevEnvironmentSessionType = exports.DevEnvironmentStatus = exports._InstanceType = exports.UserType = exports.OperationType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ConflictException = exports.AccessDeniedException = void 0;
const smithy_client_1 = require("@aws-sdk/smithy-client");

@@ -85,6 +85,2 @@ const CodeCatalystServiceException_1 = require("./CodeCatalystServiceException");

exports.ValidationException = ValidationException;
exports.CatalogActionVersionFileRecordType = {
LICENSE: "LICENSE",
README: "README",
};
exports.OperationType = {

@@ -91,0 +87,0 @@ MUTATION: "MUTATION",

@@ -76,6 +76,2 @@ import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";

}
export const CatalogActionVersionFileRecordType = {
LICENSE: "LICENSE",
README: "README",
};
export const OperationType = {

@@ -82,0 +78,0 @@ MUTATION: "MUTATION",

18

dist-types/CodeCatalyst.d.ts

@@ -182,8 +182,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

* @public
* <note>
* <p>
* <b>Amazon CodeCatalyst is in preview release and subject to change.</b>
* </p>
* </note>
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
* API to work with the following objects. </p>

@@ -228,2 +223,6 @@ * <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p>

* <p>
* <a>GetSpace</a>, which returns information about a space.</p>
* </li>
* <li>
* <p>
* <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes

@@ -238,3 +237,3 @@ * and the billing plan for the space.</p>

* <p>
* <a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p>
* <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p>
* </li>

@@ -297,4 +296,9 @@ * <li>

* </ul>
* <note>
* <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO).
* For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
* and the SSO documentation for your SDK.</p>
* </note>
*/
export declare class CodeCatalyst extends CodeCatalystClient implements CodeCatalyst {
}

@@ -162,8 +162,3 @@ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";

* @public
* <note>
* <p>
* <b>Amazon CodeCatalyst is in preview release and subject to change.</b>
* </p>
* </note>
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
* API to work with the following objects. </p>

@@ -208,2 +203,6 @@ * <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p>

* <p>
* <a>GetSpace</a>, which returns information about a space.</p>
* </li>
* <li>
* <p>
* <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes

@@ -218,3 +217,3 @@ * and the billing plan for the space.</p>

* <p>
* <a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p>
* <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p>
* </li>

@@ -277,2 +276,7 @@ * <li>

* </ul>
* <note>
* <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO).
* For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
* and the SSO documentation for your SDK.</p>
* </note>
*/

@@ -279,0 +283,0 @@ export declare class CodeCatalystClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeCatalystClientResolvedConfig> {

@@ -23,4 +23,5 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";

* <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
* It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications
* like Git and integrated development environments (IDEs). For more information, see
* It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst
* from resources that include integrated development environments (IDEs) and Git-based source repositories.
* PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see
* <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/ipa-tokens-keys.html">Managing personal access tokens in Amazon CodeCatalyst</a>.</p>

@@ -27,0 +28,0 @@ * @example

@@ -22,4 +22,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";

* @public
* <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project.
* </p>
* <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored
* in the source repositories of your project. </p>
* <note>

@@ -26,0 +26,0 @@ * <p>When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these

@@ -22,3 +22,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";

* @public
* <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.</p>
* <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.</p>
* @example

@@ -25,0 +25,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -22,3 +22,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";

* @public
* <p>Retrives a list of Dev Environments in a project.</p>
* <p>Retrieves a list of Dev Environments in a project.</p>
* @example

@@ -25,0 +25,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -117,3 +117,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";

/**
* <p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your user account by calling <a>ListAccessTokens</a>.</p>
* <p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling <a>ListAccessTokens</a>.</p>
*/

@@ -163,3 +163,3 @@ id: string | undefined;

/**
* <p>A list of personal access tokens (PATs) associated with the calling user.</p>
* <p>A list of personal access tokens (PATs) associated with the calling user identity.</p>
*/

@@ -174,15 +174,3 @@ items: AccessTokenSummary[] | undefined;

* @public
* @enum
*/
export declare const CatalogActionVersionFileRecordType: {
readonly LICENSE: "LICENSE";
readonly README: "README";
};
/**
* @public
*/
export type CatalogActionVersionFileRecordType = (typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
/**
* @public
*/
export interface GetUserDetailsRequest {

@@ -491,3 +479,3 @@ /**

/**
* <p>Information about the space. </p>
* <p>Information about the spaces. </p>
*/

@@ -494,0 +482,0 @@ items?: SpaceSummary[];

@@ -71,8 +71,2 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";

}
export declare const CatalogActionVersionFileRecordType: {
readonly LICENSE: "LICENSE";
readonly README: "README";
};
export type CatalogActionVersionFileRecordType =
(typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
export interface GetUserDetailsRequest {

@@ -79,0 +73,0 @@ id?: string;

{
"name": "@aws-sdk/client-codecatalyst",
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
"version": "3.316.0",
"version": "3.319.0",
"scripts": {

@@ -36,4 +36,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-sdk/middleware-stack": "3.310.0",
"@aws-sdk/middleware-token": "3.316.0",
"@aws-sdk/middleware-user-agent": "3.310.0",
"@aws-sdk/middleware-token": "3.319.0",
"@aws-sdk/middleware-user-agent": "3.319.0",
"@aws-sdk/node-config-provider": "3.310.0",

@@ -50,3 +50,3 @@ "@aws-sdk/node-http-handler": "3.310.0",

"@aws-sdk/util-defaults-mode-node": "3.316.0",
"@aws-sdk/util-endpoints": "3.310.0",
"@aws-sdk/util-endpoints": "3.319.0",
"@aws-sdk/util-retry": "3.310.0",

@@ -53,0 +53,0 @@ "@aws-sdk/util-user-agent-browser": "3.310.0",

@@ -12,7 +12,2 @@ <!-- generated file, do not edit directly -->

<note>
<p>
<b>Amazon CodeCatalyst is in preview release and subject to change.</b>
</p>
</note>
<p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst

@@ -58,2 +53,6 @@ API to work with the following objects. </p>

<p>
<a>GetSpace</a>, which returns information about a space.</p>
</li>
<li>
<p>
<a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes

@@ -68,3 +67,3 @@ and the billing plan for the space.</p>

<p>
<a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p>
<a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p>
</li>

@@ -127,2 +126,7 @@ <li>

</ul>
<note>
<p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO).
For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
and the SSO documentation for your SDK.</p>
</note>

@@ -129,0 +133,0 @@ ## Installing

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