cdk-docker-image-deployment 0.0.4 → 0.0.7

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 (68) hide show
  1. package/.jsii +5 -5
  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/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +3 -3
  7. package/node_modules/@types/aws-lambda/trigger/msk.d.ts +5 -0
  8. package/node_modules/aws-sdk/CHANGELOG.md +29 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  15. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  16. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  18. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  19. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  20. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  21. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  22. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  23. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  24. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  25. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  26. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
  27. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  28. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +644 -564
  30. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  31. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  32. package/node_modules/aws-sdk/clients/all.js +2 -1
  33. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  34. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  35. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
  36. package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
  37. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  38. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  39. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  40. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  41. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  42. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  43. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  44. package/node_modules/aws-sdk/clients/identitystore.d.ts +802 -18
  45. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  46. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  47. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  48. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  49. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  50. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  51. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  52. package/node_modules/aws-sdk/clients/sagemaker.d.ts +137 -18
  53. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  54. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  55. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +792 -748
  56. package/node_modules/aws-sdk/dist/aws-sdk.js +401 -198
  57. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  58. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  59. package/node_modules/aws-sdk/lib/core.js +1 -1
  60. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  61. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  62. package/node_modules/aws-sdk/package.json +1 -1
  63. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  64. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  65. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  66. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  67. package/node_modules/es-abstract/package.json +9 -8
  68. package/package.json +12 -10
@@ -154,7 +154,8 @@
154
154
  },
155
155
  "Tags": {
156
156
  "shape": "Sw"
157
- }
157
+ },
158
+ "DataProtectionPolicy": {}
158
159
  }
159
160
  },
160
161
  "output": {
@@ -214,6 +215,24 @@
214
215
  }
215
216
  }
216
217
  },
218
+ "GetDataProtectionPolicy": {
219
+ "input": {
220
+ "type": "structure",
221
+ "required": [
222
+ "ResourceArn"
223
+ ],
224
+ "members": {
225
+ "ResourceArn": {}
226
+ }
227
+ },
228
+ "output": {
229
+ "resultWrapper": "GetDataProtectionPolicyResult",
230
+ "type": "structure",
231
+ "members": {
232
+ "DataProtectionPolicy": {}
233
+ }
234
+ }
235
+ },
217
236
  "GetEndpointAttributes": {
218
237
  "input": {
219
238
  "type": "structure",
@@ -307,7 +326,7 @@
307
326
  "type": "structure",
308
327
  "members": {
309
328
  "Attributes": {
310
- "shape": "S1h"
329
+ "shape": "S1j"
311
330
  }
312
331
  }
313
332
  }
@@ -489,7 +508,7 @@
489
508
  "type": "structure",
490
509
  "members": {
491
510
  "Subscriptions": {
492
- "shape": "S2f"
511
+ "shape": "S2h"
493
512
  },
494
513
  "NextToken": {}
495
514
  }
@@ -511,7 +530,7 @@
511
530
  "type": "structure",
512
531
  "members": {
513
532
  "Subscriptions": {
514
- "shape": "S2f"
533
+ "shape": "S2h"
515
534
  },
516
535
  "NextToken": {}
517
536
  }
@@ -591,7 +610,7 @@
591
610
  "Subject": {},
592
611
  "MessageStructure": {},
593
612
  "MessageAttributes": {
594
- "shape": "S2z"
613
+ "shape": "S31"
595
614
  },
596
615
  "MessageDeduplicationId": {},
597
616
  "MessageGroupId": {}
@@ -629,7 +648,7 @@
629
648
  "Subject": {},
630
649
  "MessageStructure": {},
631
650
  "MessageAttributes": {
632
- "shape": "S2z"
651
+ "shape": "S31"
633
652
  },
634
653
  "MessageDeduplicationId": {},
635
654
  "MessageGroupId": {}
@@ -675,6 +694,19 @@
675
694
  }
676
695
  }
677
696
  },
697
+ "PutDataProtectionPolicy": {
698
+ "input": {
699
+ "type": "structure",
700
+ "required": [
701
+ "ResourceArn",
702
+ "DataProtectionPolicy"
703
+ ],
704
+ "members": {
705
+ "ResourceArn": {},
706
+ "DataProtectionPolicy": {}
707
+ }
708
+ }
709
+ },
678
710
  "RemovePermission": {
679
711
  "input": {
680
712
  "type": "structure",
@@ -776,7 +808,7 @@
776
808
  "Protocol": {},
777
809
  "Endpoint": {},
778
810
  "Attributes": {
779
- "shape": "S1h"
811
+ "shape": "S1j"
780
812
  },
781
813
  "ReturnSubscriptionArn": {
782
814
  "type": "boolean"
@@ -887,12 +919,12 @@
887
919
  }
888
920
  }
889
921
  },
890
- "S1h": {
922
+ "S1j": {
891
923
  "type": "map",
892
924
  "key": {},
893
925
  "value": {}
894
926
  },
895
- "S2f": {
927
+ "S2h": {
896
928
  "type": "list",
897
929
  "member": {
898
930
  "type": "structure",
@@ -905,7 +937,7 @@
905
937
  }
906
938
  }
907
939
  },
908
- "S2z": {
940
+ "S31": {
909
941
  "type": "map",
910
942
  "key": {
911
943
  "locationName": "Name"
@@ -313,3 +313,4 @@ export import LicenseManagerUserSubscriptions = require('./licensemanagerusersub
313
313
  export import BackupStorage = require('./backupstorage');
314
314
  export import PrivateNetworks = require('./privatenetworks');
315
315
  export import SupportApp = require('./supportapp');
316
+ export import ControlTower = require('./controltower');
@@ -314,5 +314,6 @@ module.exports = {
314
314
  LicenseManagerUserSubscriptions: require('./licensemanagerusersubscriptions'),
315
315
  BackupStorage: require('./backupstorage'),
316
316
  PrivateNetworks: require('./privatenetworks'),
317
- SupportApp: require('./supportapp')
317
+ SupportApp: require('./supportapp'),
318
+ ControlTower: require('./controltower')
318
319
  };
@@ -398,19 +398,19 @@ declare class CloudFront extends CloudFrontCustomizations {
398
398
  */
399
399
  getMonitoringSubscription(callback?: (err: AWSError, data: CloudFront.Types.GetMonitoringSubscriptionResult) => void): Request<CloudFront.Types.GetMonitoringSubscriptionResult, AWSError>;
400
400
  /**
401
- * Gets a CloudFront origin access control.
401
+ * Gets a CloudFront origin access control, including its unique identifier.
402
402
  */
403
403
  getOriginAccessControl(params: CloudFront.Types.GetOriginAccessControlRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
404
404
  /**
405
- * Gets a CloudFront origin access control.
405
+ * Gets a CloudFront origin access control, including its unique identifier.
406
406
  */
407
407
  getOriginAccessControl(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
408
408
  /**
409
- * Gets a CloudFront origin access control.
409
+ * Gets a CloudFront origin access control configuration.
410
410
  */
411
411
  getOriginAccessControlConfig(params: CloudFront.Types.GetOriginAccessControlConfigRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
412
412
  /**
413
- * Gets a CloudFront origin access control.
413
+ * Gets a CloudFront origin access control configuration.
414
414
  */
415
415
  getOriginAccessControlConfig(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
416
416
  /**
@@ -2726,7 +2726,7 @@ declare namespace CloudFront {
2726
2726
  }
2727
2727
  export interface GetOriginAccessControlConfigResult {
2728
2728
  /**
2729
- * Contains an origin access control.
2729
+ * Contains an origin access control configuration.
2730
2730
  */
2731
2731
  OriginAccessControlConfig?: OriginAccessControlConfig;
2732
2732
  /**
@@ -2742,7 +2742,7 @@ declare namespace CloudFront {
2742
2742
  }
2743
2743
  export interface GetOriginAccessControlResult {
2744
2744
  /**
2745
- * Contains an origin access control.
2745
+ * Contains an origin access control, including its unique identifier.
2746
2746
  */
2747
2747
  OriginAccessControl?: OriginAccessControl;
2748
2748
  /**
@@ -3574,7 +3574,7 @@ declare namespace CloudFront {
3574
3574
  */
3575
3575
  SigningProtocol: OriginAccessControlSigningProtocols;
3576
3576
  /**
3577
- * Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide. This field can have one of the following values: always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists. never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to an origin request policy for all cache behaviors that use origins associated with this origin access control.
3577
+ * Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide. This field can have one of the following values: always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists. never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to a cache policy for all cache behaviors that use origins associated with this origin access control.
3578
3578
  */
3579
3579
  SigningBehavior: OriginAccessControlSigningBehaviors;
3580
3580
  /**