@horietakehiro/aws-cdk-utul 0.41.47 → 0.41.48

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 (47) hide show
  1. package/lib/types/cfn-resource-types/aws-apigateway-domainname.d.ts +1 -0
  2. package/lib/types/cfn-resource-types/aws-apigateway-domainname.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.d.ts +1 -0
  4. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-apigateway-method.d.ts +2 -0
  6. package/lib/types/cfn-resource-types/aws-apigateway-method.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-apigateway-restapi.d.ts +2 -0
  8. package/lib/types/cfn-resource-types/aws-apigateway-restapi.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.d.ts +8 -0
  10. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.d.ts +29 -0
  12. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.js +3 -0
  13. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +5 -0
  14. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +34 -5
  16. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.d.ts +16 -12
  18. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-glue-integration.d.ts +90 -0
  20. package/lib/types/cfn-resource-types/aws-glue-integration.js +3 -0
  21. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.d.ts +3 -0
  22. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-lex-botversion.d.ts +1 -1
  24. package/lib/types/cfn-resource-types/aws-lex-botversion.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.d.ts +1 -1
  26. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-opensearchserverless-collection.d.ts +43 -18
  28. package/lib/types/cfn-resource-types/aws-opensearchserverless-collection.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +10 -0
  30. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.d.ts +10 -0
  32. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.d.ts +3 -5
  34. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.d.ts +23 -0
  36. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.js +3 -0
  37. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.d.ts +8 -5
  38. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.d.ts +1 -0
  40. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.d.ts +10 -0
  42. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.js +1 -1
  43. package/lib/types/cfn-resource-types.d.ts +6 -2
  44. package/lib/types/cfn-resource-types.js +27 -23
  45. package/package.json +1 -1
  46. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.d.ts +0 -31
  47. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.js +0 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@horietakehiro/aws-cdk-utul",
3
3
  "license": "MIT",
4
- "version": "0.41.47",
4
+ "version": "0.41.48",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"
@@ -1,31 +0,0 @@
1
- /**
2
- * Resource Type definition for Dev::FSx::StorageVirtualMachine
3
- */
4
- export interface _DEV_FSX_STORAGEVIRTUALMACHINE {
5
- ResourceARN?: string;
6
- SvmAdminPassword?: string;
7
- StorageVirtualMachineId?: string;
8
- ActiveDirectoryConfiguration?: ActiveDirectoryConfiguration;
9
- RootVolumeSecurityStyle?: string;
10
- FileSystemId: string;
11
- UUID?: string;
12
- Tags?: Tag[];
13
- Name: string;
14
- }
15
- export interface ActiveDirectoryConfiguration {
16
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
17
- NetBiosName?: string;
18
- }
19
- export interface SelfManagedActiveDirectoryConfiguration {
20
- FileSystemAdministratorsGroup?: string;
21
- UserName?: string;
22
- DomainName?: string;
23
- OrganizationalUnitDistinguishedName?: string;
24
- DomainJoinServiceAccountSecret?: string;
25
- DnsIps?: string[];
26
- Password?: string;
27
- }
28
- export interface Tag {
29
- Value: string;
30
- Key: string;
31
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2LWZzeC1zdG9yYWdldmlydHVhbG1hY2hpbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJkZXYtZnN4LXN0b3JhZ2V2aXJ0dWFsbWFjaGluZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBSZXNvdXJjZSBUeXBlIGRlZmluaXRpb24gZm9yIERldjo6RlN4OjpTdG9yYWdlVmlydHVhbE1hY2hpbmVcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfREVWX0ZTWF9TVE9SQUdFVklSVFVBTE1BQ0hJTkUge1xuUmVzb3VyY2VBUk4/OiBzdHJpbmdcblN2bUFkbWluUGFzc3dvcmQ/OiBzdHJpbmdcblN0b3JhZ2VWaXJ0dWFsTWFjaGluZUlkPzogc3RyaW5nXG5BY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uPzogQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvblxuUm9vdFZvbHVtZVNlY3VyaXR5U3R5bGU/OiBzdHJpbmdcbkZpbGVTeXN0ZW1JZDogc3RyaW5nXG5VVUlEPzogc3RyaW5nXG5UYWdzPzogVGFnW11cbk5hbWU6IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBBY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uIHtcblNlbGZNYW5hZ2VkQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvbj86IFNlbGZNYW5hZ2VkQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvblxuTmV0Qmlvc05hbWU/OiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZk1hbmFnZWRBY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uIHtcbkZpbGVTeXN0ZW1BZG1pbmlzdHJhdG9yc0dyb3VwPzogc3RyaW5nXG5Vc2VyTmFtZT86IHN0cmluZ1xuRG9tYWluTmFtZT86IHN0cmluZ1xuT3JnYW5pemF0aW9uYWxVbml0RGlzdGluZ3Vpc2hlZE5hbWU/OiBzdHJpbmdcbkRvbWFpbkpvaW5TZXJ2aWNlQWNjb3VudFNlY3JldD86IHN0cmluZ1xuRG5zSXBzPzogc3RyaW5nW11cblBhc3N3b3JkPzogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG5WYWx1ZTogc3RyaW5nXG5LZXk6IHN0cmluZ1xufVxuIl19