cdk-lambda-subminute 2.0.257 → 2.0.259

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
  8. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
  9. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
  10. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  11. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +45 -112
  14. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +14 -10
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
  16. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +324 -61
  17. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +13 -11
  18. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +421 -105
  19. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +10 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
  23. package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
  24. package/node_modules/aws-sdk/clients/datazone.js +18 -0
  25. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  26. package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
  27. package/node_modules/aws-sdk/clients/omics.d.ts +23 -0
  28. package/node_modules/aws-sdk/clients/rds.d.ts +225 -225
  29. package/node_modules/aws-sdk/clients/route53.d.ts +17 -12
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -1
  31. package/node_modules/aws-sdk/clients/securityhub.d.ts +484 -0
  32. package/node_modules/aws-sdk/clients/storagegateway.d.ts +18 -13
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +431 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +52 -15
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +33 -24
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +3 -3
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeApplicationAssociations": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
+ },
8
+ "DescribeApplications": {
9
+ "input_token": "NextToken",
10
+ "limit_key": "MaxResults",
11
+ "output_token": "NextToken"
12
+ },
3
13
  "DescribeWorkspaceBundles": {
4
14
  "input_token": "NextToken",
5
15
  "output_token": "NextToken",
@@ -356,3 +356,4 @@ export import Neptunedata = require('./neptunedata');
356
356
  export import PcaConnectorAd = require('./pcaconnectorad');
357
357
  export import Bedrock = require('./bedrock');
358
358
  export import BedrockRuntime = require('./bedrockruntime');
359
+ export import DataZone = require('./datazone');
@@ -357,5 +357,6 @@ module.exports = {
357
357
  Neptunedata: require('./neptunedata'),
358
358
  PcaConnectorAd: require('./pcaconnectorad'),
359
359
  Bedrock: require('./bedrock'),
360
- BedrockRuntime: require('./bedrockruntime')
360
+ BedrockRuntime: require('./bedrockruntime'),
361
+ DataZone: require('./datazone')
361
362
  };
@@ -503,6 +503,14 @@ declare namespace AppConfig {
503
503
  * The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags AWS.Freeform
504
504
  */
505
505
  Type?: ConfigurationProfileType;
506
+ /**
507
+ * The Amazon Resource Name of the Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.
508
+ */
509
+ KmsKeyArn?: Arn;
510
+ /**
511
+ * The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
512
+ */
513
+ KmsKeyIdentifier?: KmsKeyIdentifier;
506
514
  }
507
515
  export interface ConfigurationProfileSummary {
508
516
  /**
@@ -589,6 +597,10 @@ declare namespace AppConfig {
589
597
  * The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags AWS.Freeform
590
598
  */
591
599
  Type?: ConfigurationProfileType;
600
+ /**
601
+ * The identifier for an Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.
602
+ */
603
+ KmsKeyIdentifier?: KmsKeyIdentifier;
592
604
  }
593
605
  export interface CreateDeploymentStrategyRequest {
594
606
  /**
@@ -672,7 +684,7 @@ declare namespace AppConfig {
672
684
  /**
673
685
  * A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.
674
686
  */
675
- Name: Name;
687
+ Name: ExtensionOrParameterName;
676
688
  /**
677
689
  * Information about the extension.
678
690
  */
@@ -868,9 +880,9 @@ declare namespace AppConfig {
868
880
  */
869
881
  KmsKeyArn?: Arn;
870
882
  /**
871
- * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
883
+ * The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
872
884
  */
873
- KmsKeyIdentifier?: Identifier;
885
+ KmsKeyIdentifier?: KmsKeyIdentifier;
874
886
  /**
875
887
  * A user-defined label for an AppConfig hosted configuration version.
876
888
  */
@@ -1128,6 +1140,7 @@ declare namespace AppConfig {
1128
1140
  */
1129
1141
  NextToken?: NextToken;
1130
1142
  }
1143
+ export type ExtensionOrParameterName = string;
1131
1144
  export type ExtensionSummaries = ExtensionSummary[];
1132
1145
  export interface ExtensionSummary {
1133
1146
  /**
@@ -1290,6 +1303,10 @@ declare namespace AppConfig {
1290
1303
  * A user-defined label for an AppConfig hosted configuration version.
1291
1304
  */
1292
1305
  VersionLabel?: VersionLabel;
1306
+ /**
1307
+ * The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
1308
+ */
1309
+ KmsKeyArn?: Arn;
1293
1310
  }
1294
1311
  export interface HostedConfigurationVersionSummary {
1295
1312
  /**
@@ -1316,6 +1333,10 @@ declare namespace AppConfig {
1316
1333
  * A user-defined label for an AppConfig hosted configuration version.
1317
1334
  */
1318
1335
  VersionLabel?: VersionLabel;
1336
+ /**
1337
+ * The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
1338
+ */
1339
+ KmsKeyArn?: Arn;
1319
1340
  }
1320
1341
  export type HostedConfigurationVersionSummaryList = HostedConfigurationVersionSummary[];
1321
1342
  export interface HostedConfigurationVersions {
@@ -1332,6 +1353,8 @@ declare namespace AppConfig {
1332
1353
  export type Identifier = string;
1333
1354
  export type Integer = number;
1334
1355
  export type Iso8601DateTime = Date;
1356
+ export type KmsKeyIdentifier = string;
1357
+ export type KmsKeyIdentifierOrEmpty = string;
1335
1358
  export interface ListApplicationsRequest {
1336
1359
  /**
1337
1360
  * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
@@ -1536,7 +1559,7 @@ declare namespace AppConfig {
1536
1559
  /**
1537
1560
  * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
1538
1561
  */
1539
- KmsKeyIdentifier?: Identifier;
1562
+ KmsKeyIdentifier?: KmsKeyIdentifier;
1540
1563
  }
1541
1564
  export interface StopDeploymentRequest {
1542
1565
  /**
@@ -1621,6 +1644,10 @@ declare namespace AppConfig {
1621
1644
  * A list of methods for validating the configuration.
1622
1645
  */
1623
1646
  Validators?: ValidatorList;
1647
+ /**
1648
+ * The identifier for a Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.
1649
+ */
1650
+ KmsKeyIdentifier?: KmsKeyIdentifierOrEmpty;
1624
1651
  }
1625
1652
  export interface UpdateDeploymentStrategyRequest {
1626
1653
  /**