Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

aws-sdk

Package Overview
Dependencies
36
Maintainers
5
Versions
1922
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1624.0 to 2.1625.0

apis/mailmanager-2023-10-17.examples.json

3

apis/metadata.json

@@ -1421,3 +1421,6 @@ {

"name": "Route53Profiles"
},
"mailmanager": {
"name": "MailManager"
}
}

41

apis/pi-2018-02-27.min.json

@@ -8,2 +8,5 @@ {

"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "AWS PI",

@@ -102,3 +105,3 @@ "serviceFullName": "AWS Performance Insights",

"Filter": {
"shape": "Sk"
"shape": "Sl"
},

@@ -129,3 +132,3 @@ "MaxResults": {

"Dimensions": {
"shape": "Sq"
"shape": "Sr"
}

@@ -141,3 +144,3 @@ }

"Dimensions": {
"shape": "Sq"
"shape": "Sr"
},

@@ -243,3 +246,3 @@ "Total": {

"Insights": {
"shape": "S19"
"shape": "S1a"
}

@@ -306,3 +309,3 @@ }

"Filter": {
"shape": "Sk"
"shape": "Sl"
}

@@ -351,3 +354,3 @@ }

"Dimensions": {
"shape": "Sq"
"shape": "Sr"
}

@@ -399,3 +402,7 @@ }

},
"NextToken": {}
"NextToken": {},
"AuthorizedActions": {
"type": "list",
"member": {}
}
}

@@ -620,3 +627,3 @@ },

},
"Sk": {
"Sl": {
"type": "map",

@@ -626,3 +633,3 @@ "key": {},

},
"Sq": {
"Sr": {
"type": "map",

@@ -632,3 +639,3 @@ "key": {},

},
"S19": {
"S1a": {
"type": "list",

@@ -652,6 +659,6 @@ "member": {

"SupportingInsights": {
"shape": "S19"
"shape": "S1a"
},
"Description": {
"shape": "S1d"
"shape": "S1e"
},

@@ -665,3 +672,3 @@ "Recommendations": {

"RecommendationDescription": {
"shape": "S1d"
"shape": "S1e"
}

@@ -672,6 +679,6 @@ }

"InsightData": {
"shape": "S1g"
"shape": "S1h"
},
"BaselineData": {
"shape": "S1g"
"shape": "S1h"
}

@@ -681,7 +688,7 @@ }

},
"S1d": {
"S1e": {
"type": "string",
"sensitive": true
},
"S1g": {
"S1h": {
"type": "list",

@@ -688,0 +695,0 @@ "member": {

@@ -381,1 +381,2 @@ export import ACM = require('./acm');

export import Route53Profiles = require('./route53profiles');
export import MailManager = require('./mailmanager');

@@ -382,3 +382,4 @@ require('../lib/node_loader');

ControlCatalog: require('./controlcatalog'),
Route53Profiles: require('./route53profiles')
Route53Profiles: require('./route53profiles'),
MailManager: require('./mailmanager')
};

@@ -121,3 +121,3 @@ import {Request} from '../lib/request';

export type AcceptLanguage = "EN_US"|string;
export type AdditionalMetricsList = RequestString[];
export type AdditionalMetricsList = SanitizedString[];
export type AdditionalMetricsMap = {[key: string]: Double};

@@ -188,2 +188,3 @@ export type AmazonResourceName = string;

export type AnalysisStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|string;
export type AuthorizedActionsList = FineGrainedAction[];
export type Boolean = boolean;

@@ -340,7 +341,7 @@ export type ContextType = "CAUSAL"|"CONTEXTUAL"|string;

*/
Group: RequestString;
Group: SanitizedString;
/**
* A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response. Valid values for elements in the Dimensions array are: db.application.name - The name of the application that is connected to the database. Valid values are as follows: Aurora PostgreSQL Amazon RDS PostgreSQL Amazon DocumentDB db.host.id - The host ID of the connected client (all engines). db.host.name - The host name of the connected client (all engines). db.name - The name of the database to which the client is connected. Valid values are as follows: Aurora PostgreSQL Amazon RDS PostgreSQL Aurora MySQL Amazon RDS MySQL Amazon RDS MariaDB Amazon DocumentDB db.query.id - The query ID generated by Performance Insights (only Amazon DocumentDB). db.query.db_id - The query ID generated by the database (only Amazon DocumentDB). db.query.statement - The text of the query that is being run (only Amazon DocumentDB). db.query.tokenized_id db.query.tokenized.id - The query digest ID generated by Performance Insights (only Amazon DocumentDB). db.query.tokenized.db_id - The query digest ID generated by Performance Insights (only Amazon DocumentDB). db.query.tokenized.statement - The text of the query digest (only Amazon DocumentDB). db.session_type.name - The type of the current session (only Amazon DocumentDB). db.sql.id - The hash of the full, non-tokenized SQL statement generated by Performance Insights (all engines except Amazon DocumentDB). db.sql.db_id - Either the SQL ID generated by the database engine, or a value generated by Performance Insights that begins with pi- (all engines except Amazon DocumentDB). db.sql.statement - The full text of the SQL statement that is running, as in SELECT * FROM employees (all engines except Amazon DocumentDB) db.sql.tokenized_id db.sql_tokenized.id - The hash of the SQL digest generated by Performance Insights (all engines except Amazon DocumentDB). In the console, db.sql_tokenized.id is called the Support ID because Amazon Web Services Support can look at this data to help you troubleshoot database issues. db.sql_tokenized.db_id - Either the native database ID used to refer to the SQL statement, or a synthetic ID such as pi-2372568224 that Performance Insights generates if the native database ID isn't available (all engines except Amazon DocumentDB). db.sql_tokenized.statement - The text of the SQL digest, as in SELECT * FROM employees WHERE employee_id = ? (all engines except Amazon DocumentDB) db.user.id - The ID of the user logged in to the database (all engines except Amazon DocumentDB). db.user.name - The name of the user logged in to the database (all engines except Amazon DocumentDB). db.wait_event.name - The event for which the backend is waiting (all engines except Amazon DocumentDB). db.wait_event.type - The type of event for which the backend is waiting (all engines except Amazon DocumentDB). db.wait_event_type.name - The name of the event type for which the backend is waiting (all engines except Amazon DocumentDB). db.wait_state.name - The event for which the backend is waiting (only Amazon DocumentDB).
*/
Dimensions?: RequestStringList;
Dimensions?: SanitizedStringList;
/**

@@ -397,3 +398,3 @@ * The maximum number of items to fetch for this dimension group.

export type DimensionMap = {[key: string]: RequestString};
export type DimensionsMetricList = RequestString[];
export type DimensionsMetricList = SanitizedString[];
export type Double = number;

@@ -408,2 +409,3 @@ export interface FeatureMetadata {

export type FeatureStatus = "ENABLED"|"DISABLED"|"UNSUPPORTED"|"ENABLED_PENDING_REBOOT"|"DISABLED_PENDING_REBOOT"|"UNKNOWN"|string;
export type FineGrainedAction = "DescribeDimensionKeys"|"GetDimensionKeyDetails"|"GetResourceMetrics"|string;
export interface GetDimensionKeyDetailsRequest {

@@ -617,2 +619,6 @@ /**

NextToken?: NextToken;
/**
* The actions to discover the dimensions you are authorized to access. If you specify multiple actions, then the response will contain the dimensions common for all the actions. When you don't specify this request parameter or provide an empty list, the response contains all the available dimensions for the target database engine whether or not you are authorized to access them.
*/
AuthorizedActions?: AuthorizedActionsList;
}

@@ -737,3 +743,3 @@ export interface ListAvailableResourceDimensionsResponse {

*/
Metric: RequestString;
Metric: SanitizedString;
/**

@@ -750,3 +756,3 @@ * A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights will return all of the dimensions within that group, unless you provide the names of specific dimensions within that group. You can also request that Performance Insights return a limited number of values for a dimension.

export type MetricQueryList = MetricQuery[];
export type MetricTypeList = RequestString[];
export type MetricTypeList = SanitizedString[];
export type MetricValuesList = Double[];

@@ -785,4 +791,3 @@ export type NextToken = string;

export type RequestString = string;
export type RequestStringList = RequestString[];
export type RequestedDimensionList = RequestString[];
export type RequestedDimensionList = SanitizedString[];
export interface ResponsePartitionKey {

@@ -820,2 +825,4 @@ /**

export type ResponseResourceMetricList = ResponseResourceMetric[];
export type SanitizedString = string;
export type SanitizedStringList = SanitizedString[];
export type ServiceType = "RDS"|"DOCDB"|string;

@@ -822,0 +829,0 @@ export type Severity = "LOW"|"MEDIUM"|"HIGH"|string;

@@ -383,2 +383,3 @@ import * as AWS from '../clients/all';

route53profiles?: AWS.Route53Profiles.Types.ClientConfiguration;
mailmanager?: AWS.MailManager.Types.ClientConfiguration;
}

@@ -766,2 +767,3 @@ export interface ConfigurationServiceApiVersions {

route53profiles?: AWS.Route53Profiles.Types.apiVersion;
mailmanager?: AWS.MailManager.Types.apiVersion;
}

@@ -23,3 +23,3 @@ /**

*/
VERSION: '2.1624.0',
VERSION: '2.1625.0',

@@ -26,0 +26,0 @@ /**

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1624.0",
"version": "2.1625.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Amazon Web Services",

@@ -67,3 +67,3 @@ # AWS SDK for JavaScript

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1624.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1625.0.min.js"></script>

@@ -70,0 +70,0 @@ You can also build a custom browser SDK with your specified set of AWS services.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc