cdk-docker-image-deployment 0.0.171 → 0.0.173

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 (38) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  12. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  13. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
  15. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  17. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
  22. package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  24. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  25. package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
  26. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  27. package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
  28. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  29. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +49 -12
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -4
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +4 -4
@@ -12,11 +12,11 @@ declare class RUM extends Service {
12
12
  constructor(options?: RUM.Types.ClientConfiguration)
13
13
  config: Config & RUM.Types.ClientConfiguration;
14
14
  /**
15
- * Specifies the extended metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. If you also send extended metrics, you can send metrics to Evidently as well as CloudWatch, and you can also optionally send the metrics with additional dimensions. The valid dimension names for the additional dimensions are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
15
+ * Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics or custom metrics or both. Extended metrics enable you to send metrics with additional dimensions not included in the default metrics. You can also send extended metrics to Evidently as well as CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch or to CloudWatch Evidently or to both. With custom metrics, you can use any metric name and namespace, and to derive the metrics you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
16
16
  */
17
17
  batchCreateRumMetricDefinitions(params: RUM.Types.BatchCreateRumMetricDefinitionsRequest, callback?: (err: AWSError, data: RUM.Types.BatchCreateRumMetricDefinitionsResponse) => void): Request<RUM.Types.BatchCreateRumMetricDefinitionsResponse, AWSError>;
18
18
  /**
19
- * Specifies the extended metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. If you also send extended metrics, you can send metrics to Evidently as well as CloudWatch, and you can also optionally send the metrics with additional dimensions. The valid dimension names for the additional dimensions are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
19
+ * Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics or custom metrics or both. Extended metrics enable you to send metrics with additional dimensions not included in the default metrics. You can also send extended metrics to Evidently as well as CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch or to CloudWatch Evidently or to both. With custom metrics, you can use any metric name and namespace, and to derive the metrics you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
20
20
  */
21
21
  batchCreateRumMetricDefinitions(callback?: (err: AWSError, data: RUM.Types.BatchCreateRumMetricDefinitionsResponse) => void): Request<RUM.Types.BatchCreateRumMetricDefinitionsResponse, AWSError>;
22
22
  /**
@@ -108,11 +108,11 @@ declare class RUM extends Service {
108
108
  */
109
109
  putRumEvents(callback?: (err: AWSError, data: RUM.Types.PutRumEventsResponse) => void): Request<RUM.Types.PutRumEventsResponse, AWSError>;
110
110
  /**
111
- * Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see AddRumMetrics.
111
+ * Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.
112
112
  */
113
113
  putRumMetricsDestination(params: RUM.Types.PutRumMetricsDestinationRequest, callback?: (err: AWSError, data: RUM.Types.PutRumMetricsDestinationResponse) => void): Request<RUM.Types.PutRumMetricsDestinationResponse, AWSError>;
114
114
  /**
115
- * Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see AddRumMetrics.
115
+ * Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.
116
116
  */
117
117
  putRumMetricsDestination(callback?: (err: AWSError, data: RUM.Types.PutRumMetricsDestinationResponse) => void): Request<RUM.Types.PutRumMetricsDestinationResponse, AWSError>;
118
118
  /**
@@ -603,6 +603,10 @@ declare namespace RUM {
603
603
  * The name of the metric that is defined in this structure.
604
604
  */
605
605
  Name: MetricName;
606
+ /**
607
+ * If this metric definition is for a custom metric instead of an extended metric, this field displays the metric namespace that the custom metric is published to.
608
+ */
609
+ Namespace?: Namespace;
606
610
  /**
607
611
  * Use this field only if you are sending this metric to CloudWatch. It defines the CloudWatch metric unit that this metric is measured in.
608
612
  */
@@ -616,7 +620,7 @@ declare namespace RUM {
616
620
  export type MetricDefinitionIds = MetricDefinitionId[];
617
621
  export interface MetricDefinitionRequest {
618
622
  /**
619
- * Use this field only if you are sending the metric to CloudWatch. This field is a map of field paths to dimension names. It defines the dimensions to associate with this metric in CloudWatch. Valid values for the entries in this field are the following: "metadata.pageId": "PageId" "metadata.browserName": "BrowserName" "metadata.deviceType": "DeviceType" "metadata.osName": "OSName" "metadata.countryCode": "CountryCode" "event_details.fileType": "FileType" All dimensions listed in this field must also be included in EventPattern.
623
+ * Use this field only if you are sending the metric to CloudWatch. This field is a map of field paths to dimension names. It defines the dimensions to associate with this metric in CloudWatch. For extended metrics, valid values for the entries in this field are the following: "metadata.pageId": "PageId" "metadata.browserName": "BrowserName" "metadata.deviceType": "DeviceType" "metadata.osName": "OSName" "metadata.countryCode": "CountryCode" "event_details.fileType": "FileType" For both extended metrics and custom metrics, all dimensions listed in this field must also be included in EventPattern.
620
624
  */
621
625
  DimensionKeys?: DimensionKeysMap;
622
626
  /**
@@ -624,9 +628,13 @@ declare namespace RUM {
624
628
  */
625
629
  EventPattern?: EventPattern;
626
630
  /**
627
- * The name for the metric that is defined in this structure. Valid values are the following: PerformanceNavigationDuration PerformanceResourceDuration NavigationSatisfiedTransaction NavigationToleratedTransaction NavigationFrustratedTransaction WebVitalsCumulativeLayoutShift WebVitalsFirstInputDelay WebVitalsLargestContentfulPaint JsErrorCount HttpErrorCount SessionCount
631
+ * The name for the metric that is defined in this structure. For custom metrics, you can specify any name that you like. For extended metrics, valid values are the following: PerformanceNavigationDuration PerformanceResourceDuration NavigationSatisfiedTransaction NavigationToleratedTransaction NavigationFrustratedTransaction WebVitalsCumulativeLayoutShift WebVitalsFirstInputDelay WebVitalsLargestContentfulPaint JsErrorCount HttpErrorCount SessionCount
628
632
  */
629
633
  Name: MetricName;
634
+ /**
635
+ * If this structure is for a custom metric instead of an extended metrics, use this parameter to define the metric namespace for that custom metric. Do not specify this parameter if this structure is for an extended metric. You cannot use any string that starts with AWS/ for your namespace.
636
+ */
637
+ Namespace?: Namespace;
630
638
  /**
631
639
  * The CloudWatch metric unit to use for this metric. If you omit this field, the metric is recorded with no unit.
632
640
  */
@@ -655,6 +663,7 @@ declare namespace RUM {
655
663
  }
656
664
  export type MetricDestinationSummaryList = MetricDestinationSummary[];
657
665
  export type MetricName = string;
666
+ export type Namespace = string;
658
667
  export type Pages = Url[];
659
668
  export interface PutRumEventsRequest {
660
669
  /**
@@ -664,11 +673,11 @@ declare namespace RUM {
664
673
  /**
665
674
  * A unique identifier for this batch of RUM event data.
666
675
  */
667
- BatchId: String;
676
+ BatchId: PutRumEventsRequestBatchIdString;
668
677
  /**
669
678
  * The ID of the app monitor that is sending this data.
670
679
  */
671
- Id: AppMonitorId;
680
+ Id: PutRumEventsRequestIdString;
672
681
  /**
673
682
  * An array of structures that contain the telemetry event data.
674
683
  */
@@ -678,6 +687,8 @@ declare namespace RUM {
678
687
  */
679
688
  UserDetails: UserDetails;
680
689
  }
690
+ export type PutRumEventsRequestBatchIdString = string;
691
+ export type PutRumEventsRequestIdString = string;
681
692
  export interface PutRumEventsResponse {
682
693
  }
683
694
  export interface PutRumMetricsDestinationRequest {
@@ -723,7 +734,7 @@ declare namespace RUM {
723
734
  /**
724
735
  * A unique ID for this event.
725
736
  */
726
- id: String;
737
+ id: RumEventIdString;
727
738
  /**
728
739
  * Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.
729
740
  */
@@ -737,6 +748,7 @@ declare namespace RUM {
737
748
  */
738
749
  type: String;
739
750
  }
751
+ export type RumEventIdString = string;
740
752
  export type RumEventList = RumEvent[];
741
753
  export type SessionSampleRate = number;
742
754
  export type StateEnum = "CREATED"|"DELETING"|"ACTIVE"|string;
@@ -837,12 +849,14 @@ declare namespace RUM {
837
849
  /**
838
850
  * The session ID that the performance events are from.
839
851
  */
840
- sessionId?: String;
852
+ sessionId?: UserDetailsSessionIdString;
841
853
  /**
842
854
  * The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.
843
855
  */
844
- userId?: String;
856
+ userId?: UserDetailsUserIdString;
845
857
  }
858
+ export type UserDetailsSessionIdString = string;
859
+ export type UserDetailsUserIdString = string;
846
860
  export type ValueKey = string;
847
861
  /**
848
862
  * 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.