cdk-lambda-subminute 2.0.431 → 2.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
 - package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
 - package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
 - package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
 - package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
 - package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
 - package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
 - package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
 - package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
 - package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
 - package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
 - package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
 - package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
 - package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
 - package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
 - package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
 - package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
 - package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
 - package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
 - package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -9,6 +9,7 @@ 
     | 
|
| 
       9 
9 
     | 
    
         
             
                "eu-isoe-*/*": "euIsoe",
         
     | 
| 
       10 
10 
     | 
    
         
             
                "us-iso-*/*": "usIso",
         
     | 
| 
       11 
11 
     | 
    
         
             
                "us-isob-*/*": "usIsob",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "us-isof-*/*": "usIsof",
         
     | 
| 
       12 
13 
     | 
    
         
             
                "*/budgets": "globalSSL",
         
     | 
| 
       13 
14 
     | 
    
         
             
                "*/cloudfront": "globalSSL",
         
     | 
| 
       14 
15 
     | 
    
         
             
                "*/sts": "globalSSL",
         
     | 
| 
         @@ -253,6 +254,9 @@ 
     | 
|
| 
       253 
254 
     | 
    
         
             
                "usIsob": {
         
     | 
| 
       254 
255 
     | 
    
         
             
                  "endpoint": "{service}.{region}.sc2s.sgov.gov"
         
     | 
| 
       255 
256 
     | 
    
         
             
                },
         
     | 
| 
      
 257 
     | 
    
         
            +
                "usIsof": {
         
     | 
| 
      
 258 
     | 
    
         
            +
                  "endpoint": "{service}.{region}.csp.hci.ic.gov"
         
     | 
| 
      
 259 
     | 
    
         
            +
                },
         
     | 
| 
       256 
260 
     | 
    
         
             
                "fipsStandard": {
         
     | 
| 
       257 
261 
     | 
    
         
             
                  "endpoint": "{service}-fips.{region}.amazonaws.com"
         
     | 
| 
       258 
262 
     | 
    
         
             
                },
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -67,7 +67,7 @@ 
     | 
|
| 
       67 
67 
     | 
    
         
             
              },
         
     | 
| 
       68 
68 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       69 
69 
     | 
    
         
             
                "aws-cdk-lib": "^2.95.0",
         
     | 
| 
       70 
     | 
    
         
            -
                "aws-sdk": "^2. 
     | 
| 
      
 70 
     | 
    
         
            +
                "aws-sdk": "^2.1601.0",
         
     | 
| 
       71 
71 
     | 
    
         
             
                "constructs": "^10.0.5"
         
     | 
| 
       72 
72 
     | 
    
         
             
              },
         
     | 
| 
       73 
73 
     | 
    
         
             
              "bundledDependencies": [
         
     | 
| 
         @@ -89,7 +89,7 @@ 
     | 
|
| 
       89 
89 
     | 
    
         
             
              ],
         
     | 
| 
       90 
90 
     | 
    
         
             
              "main": "lib/index.js",
         
     | 
| 
       91 
91 
     | 
    
         
             
              "license": "Apache-2.0",
         
     | 
| 
       92 
     | 
    
         
            -
              "version": "2.0. 
     | 
| 
      
 92 
     | 
    
         
            +
              "version": "2.0.432",
         
     | 
| 
       93 
93 
     | 
    
         
             
              "jest": {
         
     | 
| 
       94 
94 
     | 
    
         
             
                "testMatch": [
         
     | 
| 
       95 
95 
     | 
    
         
             
                  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
         
     |