cdk-docker-image-deployment 0.0.198 → 0.0.200

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
  10. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
  11. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
  13. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
  15. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
  16. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
  18. package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
  19. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
  20. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
  21. package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
  22. package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
  24. package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +1035 -797
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +7 -7
@@ -7062,7 +7062,7 @@ declare namespace SSM {
7062
7062
  export type NotificationEvent = "All"|"InProgress"|"Success"|"TimedOut"|"Cancelled"|"Failed"|string;
7063
7063
  export type NotificationEventList = NotificationEvent[];
7064
7064
  export type NotificationType = "Command"|"Invocation"|string;
7065
- export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"AMAZON_LINUX_2022"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|string;
7065
+ export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"AMAZON_LINUX_2022"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|"ALMA_LINUX"|"AMAZON_LINUX_2023"|string;
7066
7066
  export interface OpsAggregator {
7067
7067
  /**
7068
7068
  * Either a Range or Count aggregator for limiting an OpsData summary.
@@ -8390,7 +8390,7 @@ declare namespace SSM {
8390
8390
  export type RequireType = string;
8391
8391
  export interface ResetServiceSettingRequest {
8392
8392
  /**
8393
- * The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following. /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled
8393
+ * The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following. /ssm/managed-instance/default-ec2-instance-management-role /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled
8394
8394
  */
8395
8395
  SettingId: ServiceSettingId;
8396
8396
  }
@@ -10049,11 +10049,11 @@ declare namespace SSM {
10049
10049
  }
10050
10050
  export interface UpdateServiceSettingRequest {
10051
10051
  /**
10052
- * The Amazon Resource Name (ARN) of the service setting to reset. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The setting ID can be one of the following. /ssm/managed-instance/default-ec2-instance-management-role /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled
10052
+ * The Amazon Resource Name (ARN) of the service setting to update. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The setting ID can be one of the following. /ssm/managed-instance/default-ec2-instance-management-role /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role setting should only be provided to administrators. Implement least privilege access when allowing individuals to configure or modify the Default Host Management Configuration.
10053
10053
  */
10054
10054
  SettingId: ServiceSettingId;
10055
10055
  /**
10056
- * The new value to specify for the service setting. The following list specifies the available values for each setting. /ssm/automation/customer-script-log-destination: CloudWatch /ssm/automation/customer-script-log-group-name: the name of an Amazon CloudWatch Logs log group /ssm/documents/console/public-sharing-permission: Enable or Disable /ssm/managed-instance/activation-tier: standard or advanced /ssm/opsinsights/opscenter: Enabled or Disabled /ssm/parameter-store/default-parameter-tier: Standard, Advanced, Intelligent-Tiering /ssm/parameter-store/high-throughput-enabled: true or false
10056
+ * The new value to specify for the service setting. The following list specifies the available values for each setting. /ssm/managed-instance/default-ec2-instance-management-role: The name of an IAM role /ssm/automation/customer-script-log-destination: CloudWatch /ssm/automation/customer-script-log-group-name: The name of an Amazon CloudWatch Logs log group /ssm/documents/console/public-sharing-permission: Enable or Disable /ssm/managed-instance/activation-tier: standard or advanced /ssm/opsinsights/opscenter: Enabled or Disabled /ssm/parameter-store/default-parameter-tier: Standard, Advanced, Intelligent-Tiering /ssm/parameter-store/high-throughput-enabled: true or false
10057
10057
  */
10058
10058
  SettingValue: ServiceSettingValue;
10059
10059
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1339.0',
86
+ VERSION: '2.1341.0',
87
87
 
88
88
  /**
89
89
  * @api private