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

@aws-sdk/middleware-sdk-route53

Package Overview
Dependencies
Maintainers
5
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-sdk-route53 - npm Package Compare versions

Comparing version 3.168.0 to 3.170.0

8

CHANGELOG.md

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

# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
**Note:** Version bump only for package @aws-sdk/middleware-sdk-route53
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)

@@ -8,0 +16,0 @@

29

dist-types/ts3.4/change-resource-record-sets.d.ts

@@ -1,16 +0,25 @@

import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
import {
InitializeHandlerOptions,
InitializeMiddleware,
Pluggable,
} from "@aws-sdk/types";
export interface Change {
ResourceRecordSet: {
AliasTarget?: {
HostedZoneId: string;
};
ResourceRecordSet: {
AliasTarget?: {
HostedZoneId: string;
};
};
}
export interface ChangeBatchBearer {
ChangeBatch: {
Changes: Iterable<Change>;
};
ChangeBatch: {
Changes: Iterable<Change>;
};
}
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware<any, any>;
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware<
any,
any
>;
export declare const changeResourceRecordSetsMiddlewareOptions: InitializeHandlerOptions;
export declare const getChangeResourceRecordSetsPlugin: (unused: any) => Pluggable<any, any>;
export declare const getChangeResourceRecordSetsPlugin: (
unused: any
) => Pluggable<any, any>;
export declare const IDENTIFIER_PREFIX_PATTERN: RegExp;

@@ -1,9 +0,18 @@

import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
import {
InitializeHandlerOptions,
InitializeMiddleware,
Pluggable,
} from "@aws-sdk/types";
export interface IdentifierBearer {
DelegationSetId?: string;
HostedZoneId?: string;
Id?: string;
DelegationSetId?: string;
HostedZoneId?: string;
Id?: string;
}
export declare function idNormalizerMiddleware(): InitializeMiddleware<any, any>;
export declare function idNormalizerMiddleware(): InitializeMiddleware<
any,
any
>;
export declare const idNormalizerMiddlewareOptions: InitializeHandlerOptions;
export declare const getIdNormalizerPlugin: (unused: any) => Pluggable<any, any>;
export declare const getIdNormalizerPlugin: (
unused: any
) => Pluggable<any, any>;
export * from "./change-resource-record-sets";
export * from "./id-normalizer";
{
"name": "@aws-sdk/middleware-sdk-route53",
"version": "3.168.0",
"version": "3.170.0",
"scripts": {

@@ -23,3 +23,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/types": "3.168.0",
"@aws-sdk/types": "3.170.0",
"tslib": "^2.3.1"

@@ -49,3 +49,3 @@ },

"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",

@@ -52,0 +52,0 @@ "typedoc": "0.19.2",

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