cdk-lambda-subminute 2.0.416 → 2.0.418

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.
Files changed (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.examples.json +5 -0
  5. package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.min.json +923 -0
  6. package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.paginators.json +24 -0
  7. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +40 -22
  8. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +196 -51
  9. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +15 -5
  10. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1048 -1019
  12. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  13. package/node_modules/aws-sdk/clients/all.js +2 -1
  14. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/codeconnections.d.ts +1200 -0
  17. package/node_modules/aws-sdk/clients/codeconnections.js +18 -0
  18. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +22 -0
  19. package/node_modules/aws-sdk/clients/iotwireless.d.ts +191 -2
  20. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +17 -1
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -0
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +21 -8
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +2 -2
@@ -376,3 +376,4 @@ export import SupplyChain = require('./supplychain');
376
376
  export import Artifact = require('./artifact');
377
377
  export import Chatbot = require('./chatbot');
378
378
  export import TimestreamInfluxDB = require('./timestreaminfluxdb');
379
+ export import CodeConnections = require('./codeconnections');
@@ -377,5 +377,6 @@ module.exports = {
377
377
  SupplyChain: require('./supplychain'),
378
378
  Artifact: require('./artifact'),
379
379
  Chatbot: require('./chatbot'),
380
- TimestreamInfluxDB: require('./timestreaminfluxdb')
380
+ TimestreamInfluxDB: require('./timestreaminfluxdb'),
381
+ CodeConnections: require('./codeconnections')
381
382
  };
@@ -1363,11 +1363,11 @@ declare namespace B2bi {
1363
1363
  */
1364
1364
  transactionSet?: X12TransactionSet;
1365
1365
  /**
1366
- * Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.
1366
+ * Returns the version to use for the specified X12 transaction set. </p>
1367
1367
  */
1368
1368
  version?: X12Version;
1369
1369
  }
1370
- export type X12TransactionSet = "X12_110"|"X12_180"|"X12_204"|"X12_210"|"X12_214"|"X12_215"|"X12_310"|"X12_315"|"X12_322"|"X12_404"|"X12_410"|"X12_820"|"X12_824"|"X12_830"|"X12_846"|"X12_850"|"X12_852"|"X12_855"|"X12_856"|"X12_860"|"X12_861"|"X12_864"|"X12_940"|"X12_990"|"X12_997"|string;
1370
+ export type X12TransactionSet = "X12_110"|"X12_180"|"X12_204"|"X12_210"|"X12_211"|"X12_214"|"X12_215"|"X12_259"|"X12_260"|"X12_266"|"X12_269"|"X12_270"|"X12_271"|"X12_274"|"X12_275"|"X12_276"|"X12_277"|"X12_278"|"X12_310"|"X12_315"|"X12_322"|"X12_404"|"X12_410"|"X12_417"|"X12_421"|"X12_426"|"X12_810"|"X12_820"|"X12_824"|"X12_830"|"X12_832"|"X12_834"|"X12_835"|"X12_837"|"X12_844"|"X12_846"|"X12_849"|"X12_850"|"X12_852"|"X12_855"|"X12_856"|"X12_860"|"X12_861"|"X12_864"|"X12_865"|"X12_869"|"X12_870"|"X12_940"|"X12_945"|"X12_990"|"X12_997"|"X12_999"|string;
1371
1371
  export type X12Version = "VERSION_4010"|"VERSION_4030"|"VERSION_5010"|string;
1372
1372
  /**
1373
1373
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
@@ -1505,7 +1505,7 @@ declare namespace CodeBuild {
1505
1505
  */
1506
1506
  message?: String;
1507
1507
  }
1508
- export type FleetStatusCode = "CREATING"|"UPDATING"|"ROTATING"|"DELETING"|"CREATE_FAILED"|"UPDATE_ROLLBACK_FAILED"|"ACTIVE"|string;
1508
+ export type FleetStatusCode = "CREATING"|"UPDATING"|"ROTATING"|"PENDING_DELETION"|"DELETING"|"CREATE_FAILED"|"UPDATE_ROLLBACK_FAILED"|"ACTIVE"|string;
1509
1509
  export type Fleets = Fleet[];
1510
1510
  export interface GetReportGroupTrendInput {
1511
1511
  /**