File tree Expand file tree Collapse file tree 10 files changed +368
-345
lines changed Expand file tree Collapse file tree 10 files changed +368
-345
lines changed Original file line number Diff line number Diff line change 2828 },
2929 "homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript#readme" ,
3030 "devDependencies" : {
31- "@aws-sdk/client-appconfigdata" : " ^3.511 .0" ,
32- "@aws-sdk/client-dynamodb" : " ^3.511 .0" ,
33- "@aws-sdk/client-secrets-manager" : " ^3.511 .0" ,
34- "@aws-sdk/client-ssm" : " ^3.511 .0" ,
35- "@aws-sdk/util-dynamodb" : " ^3.511 .0" ,
31+ "@aws-sdk/client-appconfigdata" : " ^3.515 .0" ,
32+ "@aws-sdk/client-dynamodb" : " ^3.515 .0" ,
33+ "@aws-sdk/client-secrets-manager" : " ^3.515 .0" ,
34+ "@aws-sdk/client-ssm" : " ^3.515 .0" ,
35+ "@aws-sdk/util-dynamodb" : " ^3.515 .0" ,
3636 "aws-sdk" : " ^2.1557.0" ,
3737 "aws-sdk-client-mock" : " ^3.0.1" ,
3838 "aws-sdk-client-mock-jest" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 3030 "@aws-lambda-powertools/metrics" : " ^1.18.0" ,
3131 "@aws-lambda-powertools/parameters" : " ^1.18.0" ,
3232 "@aws-lambda-powertools/tracer" : " ^1.18.0" ,
33- "@aws-sdk/client-ssm" : " ^3.511 .0" ,
34- "@aws-sdk/lib-dynamodb" : " ^3.511 .0" ,
33+ "@aws-sdk/client-ssm" : " ^3.515 .0" ,
34+ "@aws-sdk/lib-dynamodb" : " ^3.515 .0" ,
3535 "@types/aws-lambda" : " ^8.10.133" ,
3636 "@types/jest" : " ^29.5.12" ,
3737 "@types/node" : " 20.11.17" ,
Original file line number Diff line number Diff line change 2121 "*.js" : " npm run lint-fix"
2222 },
2323 "devDependencies" : {
24- "@aws-sdk/client-dynamodb" : " ^3.511 .0" ,
25- "@aws-sdk/client-ssm" : " ^3.511 .0" ,
26- "@aws-sdk/lib-dynamodb" : " ^3.511 .0" ,
24+ "@aws-sdk/client-dynamodb" : " ^3.515 .0" ,
25+ "@aws-sdk/client-ssm" : " ^3.515 .0" ,
26+ "@aws-sdk/lib-dynamodb" : " ^3.515 .0" ,
2727 "@types/aws-lambda" : " ^8.10.133" ,
2828 "@types/jest" : " ^29.5.12" ,
2929 "@types/node" : " ^20.11.17" ,
Original file line number Diff line number Diff line change 111111 ],
112112 "devDependencies" : {
113113 "@aws-lambda-powertools/testing-utils" : " file:../testing" ,
114- "@aws-sdk/client-dynamodb" : " ^3.511 .0" ,
115- "@aws-sdk/lib-dynamodb" : " ^3.511 .0" ,
114+ "@aws-sdk/client-dynamodb" : " ^3.515 .0" ,
115+ "@aws-sdk/lib-dynamodb" : " ^3.515 .0" ,
116116 "@types/jmespath" : " ^0.15.0" ,
117117 "aws-sdk-client-mock" : " ^3.0.1" ,
118118 "aws-sdk-client-mock-jest" : " ^3.0.1"
Original file line number Diff line number Diff line change 3434 "types" : " ./lib/index.d.ts" ,
3535 "devDependencies" : {
3636 "@aws-lambda-powertools/testing-utils" : " file:../testing" ,
37- "@aws-sdk/client-cloudwatch" : " ^3.512 .0" ,
37+ "@aws-sdk/client-cloudwatch" : " ^3.515 .0" ,
3838 "@types/promise-retry" : " ^1.1.3" ,
3939 "promise-retry" : " ^2.0.1"
4040 },
Original file line number Diff line number Diff line change 139139 " nodejs"
140140 ],
141141 "devDependencies" : {
142- "@aws-sdk/client-appconfigdata" : " ^3.511 .0" ,
143- "@aws-sdk/client-dynamodb" : " ^3.511 .0" ,
144- "@aws-sdk/client-secrets-manager" : " ^3.511 .0" ,
145- "@aws-sdk/client-ssm" : " ^3.511 .0" ,
146- "@aws-sdk/util-dynamodb" : " ^3.511 .0" ,
142+ "@aws-sdk/client-appconfigdata" : " ^3.515 .0" ,
143+ "@aws-sdk/client-dynamodb" : " ^3.515 .0" ,
144+ "@aws-sdk/client-secrets-manager" : " ^3.515 .0" ,
145+ "@aws-sdk/client-ssm" : " ^3.515 .0" ,
146+ "@aws-sdk/util-dynamodb" : " ^3.515 .0" ,
147147 "aws-sdk-client-mock" : " ^3.0.1" ,
148148 "aws-sdk-client-mock-jest" : " ^3.0.1"
149149 },
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import type {
1313 GetParametersByPathCommandInput ,
1414 GetParametersCommandInput ,
1515 GetParametersCommandOutput ,
16+ SSMPaginationConfiguration ,
1617} from '@aws-sdk/client-ssm' ;
1718import type {
1819 SSMProviderOptions ,
@@ -26,7 +27,6 @@ import type {
2627 SSMSplitBatchAndDecryptParametersOutputType ,
2728 SSMGetParametersByNameFromCacheOutputType ,
2829} from '../types/SSMProvider' ;
29- import type { PaginationConfiguration } from '@aws-sdk/types' ;
3030
3131/**
3232 * ## Intro
@@ -524,7 +524,7 @@ class SSMProvider extends BaseProvider {
524524 ...( options ?. sdkOptions || { } ) ,
525525 Path : path ,
526526 } ;
527- const paginationOptions : PaginationConfiguration = {
527+ const paginationOptions : SSMPaginationConfiguration = {
528528 client : this . client ,
529529 } ;
530530 sdkOptions . WithDecryption = this . resolveDecryptionConfigValue (
Original file line number Diff line number Diff line change 4545 "homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/testing#readme" ,
4646 "dependencies" : {
4747 "@aws-cdk/cli-lib-alpha" : " ^2.121.1-alpha.0" ,
48- "@aws-sdk/client-lambda" : " ^3.511 .0" ,
48+ "@aws-sdk/client-lambda" : " ^3.516 .0" ,
4949 "@smithy/util-utf8" : " ^2.1.0" ,
5050 "aws-cdk-lib" : " ^2.127.0" ,
5151 "esbuild" : " ^0.20.0"
Original file line number Diff line number Diff line change 3434 "types" : " ./lib/index.d.ts" ,
3535 "devDependencies" : {
3636 "@aws-lambda-powertools/testing-utils" : " file:../testing" ,
37- "@aws-sdk/client-dynamodb" : " ^3.511 .0" ,
38- "@aws-sdk/client-xray" : " ^3.511 .0" ,
37+ "@aws-sdk/client-dynamodb" : " ^3.515 .0" ,
38+ "@aws-sdk/client-xray" : " ^3.515 .0" ,
3939 "@types/promise-retry" : " ^1.1.6" ,
4040 "aws-sdk" : " ^2.1557.0" ,
4141 "axios" : " ^1.6.7" ,
You can’t perform that action at this time.
0 commit comments