@horietakehiro/aws-cdk-utul 0.41.78 → 0.41.80
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.
- package/lib/types/cfn-resource-types/aws-bedrockagentcore-memory.d.ts +28 -0
- package/lib/types/cfn-resource-types/aws-bedrockagentcore-memory.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +6 -0
- package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-queue.d.ts +16 -0
- package/lib/types/cfn-resource-types/aws-connect-queue.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-securityprofile.d.ts +23 -0
- package/lib/types/cfn-resource-types/aws-connect-securityprofile.js +1 -1
- package/lib/types/cfn-resource-types/aws-eks-cluster.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-eks-cluster.js +1 -1
- package/lib/types/cfn-resource-types/aws-elasticache-replicationgroup.d.ts +247 -35
- package/lib/types/cfn-resource-types/aws-elasticache-replicationgroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +157 -149
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +142 -124
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-mediapackage-channel.d.ts +4 -4
- package/lib/types/cfn-resource-types/aws-mediapackage-channel.js +1 -1
- package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
- package/lib/types/cfn-resource-types/aws-route53globalresolver-accesssource.d.ts +29 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-accesssource.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-accesstoken.d.ts +27 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-accesstoken.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-dnsview.d.ts +31 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-dnsview.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-firewalldomainlist.d.ts +36 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-firewalldomainlist.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-firewallrule.d.ts +33 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-firewallrule.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-globalresolver.d.ts +34 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-globalresolver.js +3 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-hostedzoneassociation.d.ts +17 -0
- package/lib/types/cfn-resource-types/aws-route53globalresolver-hostedzoneassociation.js +3 -0
- package/lib/types/cfn-resource-types/aws-sns-topicpolicy.d.ts +5 -5
- package/lib/types/cfn-resource-types/aws-sns-topicpolicy.js +1 -1
- package/lib/types/cfn-resource-types/aws-sqs-queue.d.ts +12 -12
- package/lib/types/cfn-resource-types/aws-sqs-queue.js +1 -1
- package/lib/types/cfn-resource-types/aws-sqs-queuepolicy.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-sqs-queuepolicy.js +1 -1
- package/lib/types/cfn-resource-types/aws-xray-samplingrule.d.ts +12 -0
- package/lib/types/cfn-resource-types/aws-xray-samplingrule.js +1 -1
- package/lib/types/cfn-resource-types.d.ts +14 -0
- package/lib/types/cfn-resource-types.js +22 -8
- package/package.json +1 -1
|
@@ -1228,6 +1228,13 @@ import { _AWS_ROUTE53_HOSTEDZONE } from "./cfn-resource-types/aws-route53-hosted
|
|
|
1228
1228
|
import { _AWS_ROUTE53_KEYSIGNINGKEY } from "./cfn-resource-types/aws-route53-keysigningkey";
|
|
1229
1229
|
import { _AWS_ROUTE53_RECORDSET } from "./cfn-resource-types/aws-route53-recordset";
|
|
1230
1230
|
import { _AWS_ROUTE53_RECORDSETGROUP } from "./cfn-resource-types/aws-route53-recordsetgroup";
|
|
1231
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_ACCESSSOURCE } from "./cfn-resource-types/aws-route53globalresolver-accesssource";
|
|
1232
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_ACCESSTOKEN } from "./cfn-resource-types/aws-route53globalresolver-accesstoken";
|
|
1233
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_DNSVIEW } from "./cfn-resource-types/aws-route53globalresolver-dnsview";
|
|
1234
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_FIREWALLDOMAINLIST } from "./cfn-resource-types/aws-route53globalresolver-firewalldomainlist";
|
|
1235
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_FIREWALLRULE } from "./cfn-resource-types/aws-route53globalresolver-firewallrule";
|
|
1236
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_GLOBALRESOLVER } from "./cfn-resource-types/aws-route53globalresolver-globalresolver";
|
|
1237
|
+
import { _AWS_ROUTE53GLOBALRESOLVER_HOSTEDZONEASSOCIATION } from "./cfn-resource-types/aws-route53globalresolver-hostedzoneassociation";
|
|
1231
1238
|
import { _AWS_ROUTE53PROFILES_PROFILE } from "./cfn-resource-types/aws-route53profiles-profile";
|
|
1232
1239
|
import { _AWS_ROUTE53PROFILES_PROFILEASSOCIATION } from "./cfn-resource-types/aws-route53profiles-profileassociation";
|
|
1233
1240
|
import { _AWS_ROUTE53PROFILES_PROFILERESOURCEASSOCIATION } from "./cfn-resource-types/aws-route53profiles-profileresourceassociation";
|
|
@@ -2761,6 +2768,13 @@ export declare const AWS_ROUTE53_HOSTEDZONE: RESOURCE<_AWS_ROUTE53_HOSTEDZONE>;
|
|
|
2761
2768
|
export declare const AWS_ROUTE53_KEYSIGNINGKEY: RESOURCE<_AWS_ROUTE53_KEYSIGNINGKEY>;
|
|
2762
2769
|
export declare const AWS_ROUTE53_RECORDSET: RESOURCE<_AWS_ROUTE53_RECORDSET>;
|
|
2763
2770
|
export declare const AWS_ROUTE53_RECORDSETGROUP: RESOURCE<_AWS_ROUTE53_RECORDSETGROUP>;
|
|
2771
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_ACCESSSOURCE: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_ACCESSSOURCE>;
|
|
2772
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_ACCESSTOKEN: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_ACCESSTOKEN>;
|
|
2773
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_DNSVIEW: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_DNSVIEW>;
|
|
2774
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_FIREWALLDOMAINLIST: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_FIREWALLDOMAINLIST>;
|
|
2775
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_FIREWALLRULE: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_FIREWALLRULE>;
|
|
2776
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_GLOBALRESOLVER: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_GLOBALRESOLVER>;
|
|
2777
|
+
export declare const AWS_ROUTE53GLOBALRESOLVER_HOSTEDZONEASSOCIATION: RESOURCE<_AWS_ROUTE53GLOBALRESOLVER_HOSTEDZONEASSOCIATION>;
|
|
2764
2778
|
export declare const AWS_ROUTE53PROFILES_PROFILE: RESOURCE<_AWS_ROUTE53PROFILES_PROFILE>;
|
|
2765
2779
|
export declare const AWS_ROUTE53PROFILES_PROFILEASSOCIATION: RESOURCE<_AWS_ROUTE53PROFILES_PROFILEASSOCIATION>;
|
|
2766
2780
|
export declare const AWS_ROUTE53PROFILES_PROFILERESOURCEASSOCIATION: RESOURCE<_AWS_ROUTE53PROFILES_PROFILERESOURCEASSOCIATION>;
|