alchemy 0.68.0 → 0.69.1
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/bin/alchemy.js +32 -33
- package/bin/commands/init.ts +41 -55
- package/lib/aws/control/properties.d.ts +64 -0
- package/lib/aws/control/properties.d.ts.map +1 -1
- package/lib/aws/control/properties.js +554 -39
- package/lib/aws/control/properties.js.map +1 -1
- package/lib/aws/control/resource.d.ts.map +1 -1
- package/lib/aws/control/resource.js +33 -0
- package/lib/aws/control/resource.js.map +1 -1
- package/lib/aws/control/types.d.ts +5451 -1587
- package/lib/aws/control/types.d.ts.map +1 -1
- package/lib/aws/control/types.js.map +1 -1
- package/lib/aws/control/update-types.d.ts +12913 -0
- package/lib/aws/control/update-types.d.ts.map +1 -0
- package/lib/aws/control/update-types.js +12916 -0
- package/lib/aws/control/update-types.js.map +1 -0
- package/lib/cloudflare/api.d.ts +1 -1
- package/lib/cloudflare/api.d.ts.map +1 -1
- package/lib/cloudflare/api.js +9 -10
- package/lib/cloudflare/api.js.map +1 -1
- package/lib/cloudflare/astro/astro.d.ts.map +1 -1
- package/lib/cloudflare/astro/astro.js +3 -3
- package/lib/cloudflare/astro/astro.js.map +1 -1
- package/lib/cloudflare/bucket-object.d.ts +86 -0
- package/lib/cloudflare/bucket-object.d.ts.map +1 -0
- package/lib/cloudflare/bucket-object.js +67 -0
- package/lib/cloudflare/bucket-object.js.map +1 -0
- package/lib/cloudflare/bucket.d.ts +36 -6
- package/lib/cloudflare/bucket.d.ts.map +1 -1
- package/lib/cloudflare/bucket.js +154 -18
- package/lib/cloudflare/bucket.js.map +1 -1
- package/lib/cloudflare/compatibility-date.gen.d.ts +1 -1
- package/lib/cloudflare/compatibility-date.gen.js +1 -1
- package/lib/cloudflare/container.d.ts.map +1 -1
- package/lib/cloudflare/container.js +2 -2
- package/lib/cloudflare/container.js.map +1 -1
- package/lib/cloudflare/index.d.ts +1 -0
- package/lib/cloudflare/index.d.ts.map +1 -1
- package/lib/cloudflare/index.js +1 -0
- package/lib/cloudflare/index.js.map +1 -1
- package/lib/cloudflare/miniflare/miniflare-worker-proxy.d.ts.map +1 -1
- package/lib/cloudflare/miniflare/miniflare-worker-proxy.js +44 -12
- package/lib/cloudflare/miniflare/miniflare-worker-proxy.js.map +1 -1
- package/lib/cloudflare/next.js.map +1 -1
- package/lib/cloudflare/nuxt/nuxt.d.ts.map +1 -1
- package/lib/cloudflare/nuxt/nuxt.js +3 -3
- package/lib/cloudflare/nuxt/nuxt.js.map +1 -1
- package/lib/cloudflare/tanstack-start/plugin.d.ts +2 -15
- package/lib/cloudflare/tanstack-start/plugin.d.ts.map +1 -1
- package/lib/cloudflare/tanstack-start/plugin.js +5 -25
- package/lib/cloudflare/tanstack-start/plugin.js.map +1 -1
- package/lib/cloudflare/tanstack-start/tanstack-start.d.ts.map +1 -1
- package/lib/cloudflare/tanstack-start/tanstack-start.js +15 -4
- package/lib/cloudflare/tanstack-start/tanstack-start.js.map +1 -1
- package/lib/cloudflare/vite/vite.d.ts.map +1 -1
- package/lib/cloudflare/vite/vite.js +3 -3
- package/lib/cloudflare/vite/vite.js.map +1 -1
- package/lib/cloudflare/website.d.ts +7 -1
- package/lib/cloudflare/website.d.ts.map +1 -1
- package/lib/cloudflare/website.js +20 -1
- package/lib/cloudflare/website.js.map +1 -1
- package/lib/cloudflare/worker-metadata.d.ts +4 -1
- package/lib/cloudflare/worker-metadata.d.ts.map +1 -1
- package/lib/cloudflare/worker-metadata.js +2 -0
- package/lib/cloudflare/worker-metadata.js.map +1 -1
- package/lib/cloudflare/worker.d.ts +6 -0
- package/lib/cloudflare/worker.d.ts.map +1 -1
- package/lib/cloudflare/worker.js +1 -0
- package/lib/cloudflare/worker.js.map +1 -1
- package/lib/cloudflare/wrangler.json.d.ts +34 -9
- package/lib/cloudflare/wrangler.json.d.ts.map +1 -1
- package/lib/cloudflare/wrangler.json.js +12 -1
- package/lib/cloudflare/wrangler.json.js.map +1 -1
- package/lib/docker/api.d.ts +22 -1
- package/lib/docker/api.d.ts.map +1 -1
- package/lib/docker/api.js +64 -2
- package/lib/docker/api.js.map +1 -1
- package/lib/docker/container.d.ts +88 -0
- package/lib/docker/container.d.ts.map +1 -1
- package/lib/docker/container.js +36 -0
- package/lib/docker/container.js.map +1 -1
- package/lib/llms.cloudflare.txt +2 -2
- package/lib/neon/branch.d.ts +19 -3
- package/lib/neon/branch.d.ts.map +1 -1
- package/lib/neon/branch.js +4 -4
- package/lib/neon/branch.js.map +1 -1
- package/lib/neon/project.d.ts +17 -1
- package/lib/neon/project.d.ts.map +1 -1
- package/lib/neon/project.js +4 -4
- package/lib/neon/project.js.map +1 -1
- package/lib/serde.d.ts +3 -0
- package/lib/serde.d.ts.map +1 -1
- package/lib/serde.js +40 -0
- package/lib/serde.js.map +1 -1
- package/lib/test/bun.js.map +1 -1
- package/package.json +1 -1
- package/src/aws/control/properties.ts +554 -39
- package/src/aws/control/resource.ts +58 -0
- package/src/aws/control/types.ts +85281 -84914
- package/src/aws/control/update-types.ts +12917 -0
- package/src/cloudflare/api.ts +9 -10
- package/src/cloudflare/astro/astro.ts +8 -3
- package/src/cloudflare/bucket-object.ts +127 -0
- package/src/cloudflare/bucket.ts +218 -18
- package/src/cloudflare/compatibility-date.gen.ts +1 -1
- package/src/cloudflare/container.ts +4 -5
- package/src/cloudflare/index.ts +1 -0
- package/src/cloudflare/miniflare/miniflare-worker-proxy.ts +57 -13
- package/src/cloudflare/next.ts +2 -2
- package/src/cloudflare/nuxt/nuxt.ts +8 -3
- package/src/cloudflare/tanstack-start/plugin.ts +7 -28
- package/src/cloudflare/tanstack-start/tanstack-start.ts +15 -4
- package/src/cloudflare/vite/vite.ts +8 -3
- package/src/cloudflare/website.ts +29 -2
- package/src/cloudflare/worker-metadata.ts +6 -1
- package/src/cloudflare/worker.ts +7 -0
- package/src/cloudflare/wrangler.json.ts +47 -18
- package/src/docker/api.ts +86 -2
- package/src/docker/container.ts +97 -0
- package/src/llms.cloudflare.txt +2 -2
- package/src/neon/branch.ts +6 -5
- package/src/neon/project.ts +4 -4
- package/src/serde.ts +50 -0
- package/src/test/bun.ts +1 -1
- package/templates/rwsdk/.cursor/rules/alchemy_cloudflare.mdc +2 -2
- package/templates/tanstack-start/.cta.json +13 -0
- package/templates/tanstack-start/README.md +267 -49
- package/templates/tanstack-start/_gitignore +9 -18
- package/templates/tanstack-start/alchemy.run.ts +2 -2
- package/templates/tanstack-start/package.json +24 -19
- package/templates/tanstack-start/public/favicon.ico +0 -0
- package/templates/tanstack-start/public/logo192.png +0 -0
- package/templates/tanstack-start/public/logo512.png +0 -0
- package/templates/tanstack-start/public/manifest.json +25 -0
- package/templates/tanstack-start/public/robots.txt +3 -0
- package/templates/tanstack-start/src/components/Header.tsx +21 -0
- package/templates/tanstack-start/src/logo.svg +12 -0
- package/templates/tanstack-start/src/router.tsx +7 -16
- package/templates/tanstack-start/src/routes/__root.tsx +13 -114
- package/templates/tanstack-start/src/routes/api.demo-names.ts +15 -0
- package/templates/tanstack-start/src/routes/demo.start.api-request.tsx +44 -0
- package/templates/tanstack-start/src/routes/demo.start.server-funcs.tsx +97 -0
- package/templates/tanstack-start/src/routes/index.tsx +31 -4
- package/templates/tanstack-start/src/styles.css +15 -0
- package/templates/tanstack-start/tsconfig.json +19 -22
- package/templates/tanstack-start/types/env.d.ts +2 -2
- package/templates/tanstack-start/vite.config.ts +16 -25
- package/workers/tunnel-proxy.js +1 -1
- package/templates/tanstack-start/_prettierignore +0 -4
- package/templates/tanstack-start/public/android-chrome-192x192.png +0 -0
- package/templates/tanstack-start/public/android-chrome-512x512.png +0 -0
- package/templates/tanstack-start/public/apple-touch-icon.png +0 -0
- package/templates/tanstack-start/public/favicon-16x16.png +0 -0
- package/templates/tanstack-start/public/favicon-32x32.png +0 -0
- package/templates/tanstack-start/public/favicon.png +0 -0
- package/templates/tanstack-start/public/site.webmanifest +0 -19
- package/templates/tanstack-start/src/components/DefaultCatchBoundary.tsx +0 -53
- package/templates/tanstack-start/src/components/NotFound.tsx +0 -25
- package/templates/tanstack-start/src/components/PostError.tsx +0 -5
- package/templates/tanstack-start/src/components/UserError.tsx +0 -5
- package/templates/tanstack-start/src/routes/_pathlessLayout/_nested-layout/route-a.tsx +0 -10
- package/templates/tanstack-start/src/routes/_pathlessLayout/_nested-layout/route-b.tsx +0 -10
- package/templates/tanstack-start/src/routes/_pathlessLayout/_nested-layout.tsx +0 -34
- package/templates/tanstack-start/src/routes/_pathlessLayout.tsx +0 -16
- package/templates/tanstack-start/src/routes/api/users.$userId.ts +0 -28
- package/templates/tanstack-start/src/routes/api/users.ts +0 -59
- package/templates/tanstack-start/src/routes/customScript[.]js.ts +0 -10
- package/templates/tanstack-start/src/routes/deferred.tsx +0 -62
- package/templates/tanstack-start/src/routes/posts.$postId.tsx +0 -34
- package/templates/tanstack-start/src/routes/posts.index.tsx +0 -8
- package/templates/tanstack-start/src/routes/posts.tsx +0 -38
- package/templates/tanstack-start/src/routes/posts_.$postId.deep.tsx +0 -29
- package/templates/tanstack-start/src/routes/redirect.tsx +0 -9
- package/templates/tanstack-start/src/routes/users.$userId.tsx +0 -44
- package/templates/tanstack-start/src/routes/users.index.tsx +0 -18
- package/templates/tanstack-start/src/routes/users.tsx +0 -49
- package/templates/tanstack-start/src/styles/app.css +0 -12
- package/templates/tanstack-start/src/utils/loggingMiddleware.tsx +0 -41
- package/templates/tanstack-start/src/utils/posts.tsx +0 -40
- package/templates/tanstack-start/src/utils/seo.ts +0 -33
- package/templates/tanstack-start/src/utils/users.tsx +0 -5
|
@@ -37,11 +37,39 @@ const properties = {
|
|
|
37
37
|
"SourceAccount",
|
|
38
38
|
],
|
|
39
39
|
},
|
|
40
|
+
AIOps: {
|
|
41
|
+
InvestigationGroup: [
|
|
42
|
+
"Arn",
|
|
43
|
+
"CreatedAt",
|
|
44
|
+
"CreatedBy",
|
|
45
|
+
"LastModifiedAt",
|
|
46
|
+
"LastModifiedBy",
|
|
47
|
+
"Name",
|
|
48
|
+
"RetentionInDays",
|
|
49
|
+
],
|
|
50
|
+
},
|
|
40
51
|
APS: {
|
|
52
|
+
ResourcePolicy: ["WorkspaceArn"],
|
|
41
53
|
RuleGroupsNamespace: ["Arn", "Name", "Workspace"],
|
|
42
54
|
Scraper: ["Arn", "RoleArn", "ScraperId", "Source"],
|
|
43
55
|
Workspace: ["Arn", "KmsKeyArn", "PrometheusEndpoint", "WorkspaceId"],
|
|
44
56
|
},
|
|
57
|
+
ARCRegionSwitch: {
|
|
58
|
+
Plan: [
|
|
59
|
+
"Arn",
|
|
60
|
+
"Name",
|
|
61
|
+
"Owner",
|
|
62
|
+
"PrimaryRegion",
|
|
63
|
+
"RecoveryApproach",
|
|
64
|
+
"Regions",
|
|
65
|
+
"Route53HealthChecks",
|
|
66
|
+
"Route53HealthChecks.HealthCheckIds",
|
|
67
|
+
"Route53HealthChecks.HostedZoneIds",
|
|
68
|
+
"Route53HealthChecks.RecordNames",
|
|
69
|
+
"Route53HealthChecks.Regions",
|
|
70
|
+
"Version",
|
|
71
|
+
],
|
|
72
|
+
},
|
|
45
73
|
ARCZonalShift: {
|
|
46
74
|
AutoshiftObserverNotificationStatus: ["AccountId", "Region", "Status"],
|
|
47
75
|
ZonalAutoshiftConfiguration: ["ResourceIdentifier"],
|
|
@@ -57,6 +85,7 @@ const properties = {
|
|
|
57
85
|
"BrokerName",
|
|
58
86
|
"ConfigurationId",
|
|
59
87
|
"ConfigurationRevision",
|
|
88
|
+
"ConsoleURLs",
|
|
60
89
|
"DeploymentMode",
|
|
61
90
|
"EncryptionOptions",
|
|
62
91
|
"EngineType",
|
|
@@ -78,7 +107,7 @@ const properties = {
|
|
|
78
107
|
"Name",
|
|
79
108
|
"Revision",
|
|
80
109
|
],
|
|
81
|
-
ConfigurationAssociation: ["Broker"],
|
|
110
|
+
ConfigurationAssociation: ["Broker", "Id"],
|
|
82
111
|
},
|
|
83
112
|
Amplify: {
|
|
84
113
|
App: ["AppId", "AppName", "Arn", "DefaultDomain"],
|
|
@@ -189,6 +218,7 @@ const properties = {
|
|
|
189
218
|
"DynamicExtensionParameters",
|
|
190
219
|
"EnvironmentId",
|
|
191
220
|
"KmsKeyIdentifier",
|
|
221
|
+
"State",
|
|
192
222
|
"Tags",
|
|
193
223
|
],
|
|
194
224
|
DeploymentStrategy: ["Id", "Name", "ReplicateTo"],
|
|
@@ -660,8 +690,13 @@ const properties = {
|
|
|
660
690
|
"Tags",
|
|
661
691
|
],
|
|
662
692
|
JobDefinition: ["JobDefinitionArn", "JobDefinitionName"],
|
|
663
|
-
JobQueue: ["JobQueueArn", "JobQueueName", "Tags"],
|
|
693
|
+
JobQueue: ["JobQueueArn", "JobQueueName", "JobQueueType", "Tags"],
|
|
664
694
|
SchedulingPolicy: ["Arn", "Name", "Tags"],
|
|
695
|
+
ServiceEnvironment: [
|
|
696
|
+
"ServiceEnvironmentArn",
|
|
697
|
+
"ServiceEnvironmentName",
|
|
698
|
+
"ServiceEnvironmentType",
|
|
699
|
+
],
|
|
665
700
|
},
|
|
666
701
|
Bedrock: {
|
|
667
702
|
Agent: [
|
|
@@ -697,6 +732,26 @@ const properties = {
|
|
|
697
732
|
"Type",
|
|
698
733
|
"UpdatedAt",
|
|
699
734
|
],
|
|
735
|
+
AutomatedReasoningPolicy: [
|
|
736
|
+
"CreatedAt",
|
|
737
|
+
"DefinitionHash",
|
|
738
|
+
"PolicyArn",
|
|
739
|
+
"PolicyId",
|
|
740
|
+
"UpdatedAt",
|
|
741
|
+
"Version",
|
|
742
|
+
],
|
|
743
|
+
AutomatedReasoningPolicyVersion: [
|
|
744
|
+
"CreatedAt",
|
|
745
|
+
"DefinitionHash",
|
|
746
|
+
"Description",
|
|
747
|
+
"LastUpdatedDefinitionHash",
|
|
748
|
+
"Name",
|
|
749
|
+
"PolicyArn",
|
|
750
|
+
"PolicyId",
|
|
751
|
+
"Tags",
|
|
752
|
+
"UpdatedAt",
|
|
753
|
+
"Version",
|
|
754
|
+
],
|
|
700
755
|
Blueprint: [
|
|
701
756
|
"BlueprintArn",
|
|
702
757
|
"BlueprintName",
|
|
@@ -800,6 +855,18 @@ const properties = {
|
|
|
800
855
|
"Version",
|
|
801
856
|
],
|
|
802
857
|
},
|
|
858
|
+
Billing: {
|
|
859
|
+
BillingView: [
|
|
860
|
+
"Arn",
|
|
861
|
+
"BillingViewType",
|
|
862
|
+
"CreatedAt",
|
|
863
|
+
"Description",
|
|
864
|
+
"Name",
|
|
865
|
+
"OwnerAccountId",
|
|
866
|
+
"SourceViews",
|
|
867
|
+
"UpdatedAt",
|
|
868
|
+
],
|
|
869
|
+
},
|
|
803
870
|
BillingConductor: {
|
|
804
871
|
BillingGroup: [
|
|
805
872
|
"Arn",
|
|
@@ -909,6 +976,7 @@ const properties = {
|
|
|
909
976
|
"Arn",
|
|
910
977
|
"CollaborationArn",
|
|
911
978
|
"CollaborationIdentifier",
|
|
979
|
+
"ErrorMessageConfiguration",
|
|
912
980
|
"Format",
|
|
913
981
|
"MembershipArn",
|
|
914
982
|
"MembershipIdentifier",
|
|
@@ -918,6 +986,7 @@ const properties = {
|
|
|
918
986
|
],
|
|
919
987
|
Collaboration: [
|
|
920
988
|
"Arn",
|
|
989
|
+
"AutoApprovedChangeTypes",
|
|
921
990
|
"CollaborationIdentifier",
|
|
922
991
|
"CreatorDisplayName",
|
|
923
992
|
"CreatorMLMemberAbilities",
|
|
@@ -928,12 +997,7 @@ const properties = {
|
|
|
928
997
|
"Members",
|
|
929
998
|
"QueryLogStatus",
|
|
930
999
|
],
|
|
931
|
-
ConfiguredTable: [
|
|
932
|
-
"AllowedColumns",
|
|
933
|
-
"Arn",
|
|
934
|
-
"ConfiguredTableIdentifier",
|
|
935
|
-
"TableReference",
|
|
936
|
-
],
|
|
1000
|
+
ConfiguredTable: ["Arn", "ConfiguredTableIdentifier"],
|
|
937
1001
|
ConfiguredTableAssociation: [
|
|
938
1002
|
"Arn",
|
|
939
1003
|
"ConfiguredTableAssociationIdentifier",
|
|
@@ -1113,7 +1177,7 @@ const properties = {
|
|
|
1113
1177
|
"Name",
|
|
1114
1178
|
"Status",
|
|
1115
1179
|
],
|
|
1116
|
-
Function: ["FunctionARN", "FunctionMetadata.FunctionARN", "Stage"],
|
|
1180
|
+
Function: ["FunctionARN", "FunctionMetadata.FunctionARN", "Name", "Stage"],
|
|
1117
1181
|
KeyGroup: ["Id", "LastModifiedTime"],
|
|
1118
1182
|
KeyValueStore: ["Arn", "Id", "Name", "Status"],
|
|
1119
1183
|
MonitoringSubscription: ["DistributionId"],
|
|
@@ -1235,7 +1299,7 @@ const properties = {
|
|
|
1235
1299
|
"Version",
|
|
1236
1300
|
],
|
|
1237
1301
|
Pipeline: ["Name", "Version"],
|
|
1238
|
-
Webhook: ["Name", "Url"],
|
|
1302
|
+
Webhook: ["Id", "Name", "Url"],
|
|
1239
1303
|
},
|
|
1240
1304
|
CodeStarConnections: {
|
|
1241
1305
|
Connection: [
|
|
@@ -1437,6 +1501,11 @@ const properties = {
|
|
|
1437
1501
|
"CreatedAt",
|
|
1438
1502
|
"DomainName",
|
|
1439
1503
|
"LastUpdatedAt",
|
|
1504
|
+
"Readiness",
|
|
1505
|
+
"Readiness.Message",
|
|
1506
|
+
"Readiness.ProgressPercentage",
|
|
1507
|
+
"Status",
|
|
1508
|
+
"UseHistoricalData",
|
|
1440
1509
|
],
|
|
1441
1510
|
Domain: [
|
|
1442
1511
|
"CreatedAt",
|
|
@@ -1467,7 +1536,13 @@ const properties = {
|
|
|
1467
1536
|
"LastUpdatedAt",
|
|
1468
1537
|
],
|
|
1469
1538
|
Integration: ["CreatedAt", "DomainName", "LastUpdatedAt", "Uri"],
|
|
1470
|
-
ObjectType: [
|
|
1539
|
+
ObjectType: [
|
|
1540
|
+
"CreatedAt",
|
|
1541
|
+
"DomainName",
|
|
1542
|
+
"LastUpdatedAt",
|
|
1543
|
+
"MaxAvailableProfileObjectCount",
|
|
1544
|
+
"ObjectTypeName",
|
|
1545
|
+
],
|
|
1471
1546
|
SegmentDefinition: [
|
|
1472
1547
|
"CreatedAt",
|
|
1473
1548
|
"DisplayName",
|
|
@@ -1485,6 +1560,7 @@ const properties = {
|
|
|
1485
1560
|
"ClusterEndpointEncryptionType",
|
|
1486
1561
|
"ClusterName",
|
|
1487
1562
|
"IAMRoleARN",
|
|
1563
|
+
"NetworkType",
|
|
1488
1564
|
"NodeType",
|
|
1489
1565
|
"SSESpecification",
|
|
1490
1566
|
"SubnetGroupName",
|
|
@@ -1528,6 +1604,10 @@ const properties = {
|
|
|
1528
1604
|
DSQL: {
|
|
1529
1605
|
Cluster: [
|
|
1530
1606
|
"CreationTime",
|
|
1607
|
+
"EncryptionDetails",
|
|
1608
|
+
"EncryptionDetails.EncryptionStatus",
|
|
1609
|
+
"EncryptionDetails.EncryptionType",
|
|
1610
|
+
"EncryptionDetails.KmsKeyArn",
|
|
1531
1611
|
"Identifier",
|
|
1532
1612
|
"ResourceArn",
|
|
1533
1613
|
"Status",
|
|
@@ -1723,12 +1803,22 @@ const properties = {
|
|
|
1723
1803
|
"Id",
|
|
1724
1804
|
],
|
|
1725
1805
|
Owner: ["DomainIdentifier", "EntityIdentifier", "EntityType", "Owner"],
|
|
1806
|
+
PolicyGrant: [
|
|
1807
|
+
"CreatedAt",
|
|
1808
|
+
"CreatedBy",
|
|
1809
|
+
"Detail",
|
|
1810
|
+
"DomainIdentifier",
|
|
1811
|
+
"EntityIdentifier",
|
|
1812
|
+
"EntityType",
|
|
1813
|
+
"GrantId",
|
|
1814
|
+
"PolicyType",
|
|
1815
|
+
"Principal",
|
|
1816
|
+
],
|
|
1726
1817
|
Project: [
|
|
1727
1818
|
"CreatedAt",
|
|
1728
1819
|
"CreatedBy",
|
|
1729
1820
|
"DomainId",
|
|
1730
1821
|
"DomainIdentifier",
|
|
1731
|
-
"DomainUnitId",
|
|
1732
1822
|
"Id",
|
|
1733
1823
|
"LastUpdatedAt",
|
|
1734
1824
|
"ProjectProfileId",
|
|
@@ -1784,6 +1874,7 @@ const properties = {
|
|
|
1784
1874
|
"FarmId",
|
|
1785
1875
|
"FleetId",
|
|
1786
1876
|
"Status",
|
|
1877
|
+
"StatusMessage",
|
|
1787
1878
|
"WorkerCount",
|
|
1788
1879
|
],
|
|
1789
1880
|
LicenseEndpoint: [
|
|
@@ -1859,6 +1950,7 @@ const properties = {
|
|
|
1859
1950
|
"DBClusterIdentifier",
|
|
1860
1951
|
"DBSubnetGroupName",
|
|
1861
1952
|
"Endpoint",
|
|
1953
|
+
"GlobalClusterIdentifier",
|
|
1862
1954
|
"KmsKeyId",
|
|
1863
1955
|
"MasterUsername",
|
|
1864
1956
|
"Port",
|
|
@@ -1891,6 +1983,7 @@ const properties = {
|
|
|
1891
1983
|
DynamoDB: {
|
|
1892
1984
|
GlobalTable: [
|
|
1893
1985
|
"Arn",
|
|
1986
|
+
"GlobalTableSourceArn",
|
|
1894
1987
|
"KeySchema",
|
|
1895
1988
|
"LocalSecondaryIndexes",
|
|
1896
1989
|
"StreamArn",
|
|
@@ -2151,6 +2244,11 @@ const properties = {
|
|
|
2151
2244
|
"SubnetId",
|
|
2152
2245
|
],
|
|
2153
2246
|
InternetGateway: ["InternetGatewayId"],
|
|
2247
|
+
IpPoolRouteTableAssociation: [
|
|
2248
|
+
"AssociationId",
|
|
2249
|
+
"PublicIpv4Pool",
|
|
2250
|
+
"RouteTableId",
|
|
2251
|
+
],
|
|
2154
2252
|
KeyPair: [
|
|
2155
2253
|
"KeyFingerprint",
|
|
2156
2254
|
"KeyFormat",
|
|
@@ -2370,6 +2468,8 @@ const properties = {
|
|
|
2370
2468
|
"AvailabilityZone",
|
|
2371
2469
|
"AvailabilityZoneId",
|
|
2372
2470
|
"AvailabilityZoneId",
|
|
2471
|
+
"BlockPublicAccessStates",
|
|
2472
|
+
"BlockPublicAccessStates.InternetGatewayBlockMode",
|
|
2373
2473
|
"CidrBlock",
|
|
2374
2474
|
"CidrBlock",
|
|
2375
2475
|
"Ipv4IpamPoolId",
|
|
@@ -2396,12 +2496,16 @@ const properties = {
|
|
|
2396
2496
|
],
|
|
2397
2497
|
SubnetNetworkAclAssociation: ["AssociationId", "NetworkAclId", "SubnetId"],
|
|
2398
2498
|
SubnetRouteTableAssociation: ["Id", "RouteTableId", "SubnetId"],
|
|
2399
|
-
TrafficMirrorFilter: ["Description"],
|
|
2400
|
-
TrafficMirrorFilterRule: [
|
|
2401
|
-
|
|
2499
|
+
TrafficMirrorFilter: ["Description", "Id"],
|
|
2500
|
+
TrafficMirrorFilterRule: [
|
|
2501
|
+
"TrafficMirrorFilterId",
|
|
2502
|
+
"TrafficMirrorFilterRuleId",
|
|
2503
|
+
],
|
|
2504
|
+
TrafficMirrorSession: ["Id"],
|
|
2402
2505
|
TrafficMirrorTarget: [
|
|
2403
2506
|
"Description",
|
|
2404
2507
|
"GatewayLoadBalancerEndpointId",
|
|
2508
|
+
"Id",
|
|
2405
2509
|
"NetworkInterfaceId",
|
|
2406
2510
|
"NetworkLoadBalancerArn",
|
|
2407
2511
|
],
|
|
@@ -2420,6 +2524,15 @@ const properties = {
|
|
|
2420
2524
|
"TransitGatewayId",
|
|
2421
2525
|
"TransportTransitGatewayAttachmentId",
|
|
2422
2526
|
],
|
|
2527
|
+
TransitGatewayConnectPeer: [
|
|
2528
|
+
"ConnectPeerConfiguration",
|
|
2529
|
+
"ConnectPeerConfiguration.BgpConfigurations",
|
|
2530
|
+
"ConnectPeerConfiguration.Protocol",
|
|
2531
|
+
"CreationTime",
|
|
2532
|
+
"State",
|
|
2533
|
+
"TransitGatewayAttachmentId",
|
|
2534
|
+
"TransitGatewayConnectPeerId",
|
|
2535
|
+
],
|
|
2423
2536
|
TransitGatewayMulticastDomain: [
|
|
2424
2537
|
"CreationTime",
|
|
2425
2538
|
"State",
|
|
@@ -2507,7 +2620,7 @@ const properties = {
|
|
|
2507
2620
|
"VpcId",
|
|
2508
2621
|
],
|
|
2509
2622
|
VPCBlockPublicAccessExclusion: ["ExclusionId", "SubnetId", "VpcId"],
|
|
2510
|
-
VPCBlockPublicAccessOptions: ["AccountId"],
|
|
2623
|
+
VPCBlockPublicAccessOptions: ["AccountId", "ExclusionsAllowed"],
|
|
2511
2624
|
VPCCidrBlock: [
|
|
2512
2625
|
"AmazonProvidedIpv6CidrBlock",
|
|
2513
2626
|
"CidrBlock",
|
|
@@ -2558,6 +2671,7 @@ const properties = {
|
|
|
2558
2671
|
"LocalIpv4NetworkCidr",
|
|
2559
2672
|
"LocalIpv6NetworkCidr",
|
|
2560
2673
|
"OutsideIpAddressType",
|
|
2674
|
+
"PreSharedKeyStorage",
|
|
2561
2675
|
"RemoteIpv4NetworkCidr",
|
|
2562
2676
|
"RemoteIpv6NetworkCidr",
|
|
2563
2677
|
"StaticRoutesOnly",
|
|
@@ -2655,7 +2769,6 @@ const properties = {
|
|
|
2655
2769
|
"EphemeralStorage",
|
|
2656
2770
|
"ExecutionRoleArn",
|
|
2657
2771
|
"Family",
|
|
2658
|
-
"InferenceAccelerators",
|
|
2659
2772
|
"IpcMode",
|
|
2660
2773
|
"Memory",
|
|
2661
2774
|
"NetworkMode",
|
|
@@ -2699,11 +2812,19 @@ const properties = {
|
|
|
2699
2812
|
"KmsKeyId",
|
|
2700
2813
|
"PerformanceMode",
|
|
2701
2814
|
],
|
|
2702
|
-
MountTarget: [
|
|
2815
|
+
MountTarget: [
|
|
2816
|
+
"FileSystemId",
|
|
2817
|
+
"Id",
|
|
2818
|
+
"IpAddress",
|
|
2819
|
+
"IpAddress",
|
|
2820
|
+
"IpAddressType",
|
|
2821
|
+
"Ipv6Address",
|
|
2822
|
+
"SubnetId",
|
|
2823
|
+
],
|
|
2703
2824
|
},
|
|
2704
2825
|
EKS: {
|
|
2705
2826
|
AccessEntry: ["AccessEntryArn", "ClusterName", "PrincipalArn", "Type"],
|
|
2706
|
-
Addon: ["AddonName", "Arn", "ClusterName"],
|
|
2827
|
+
Addon: ["AddonName", "Arn", "ClusterName", "NamespaceConfig"],
|
|
2707
2828
|
Cluster: [
|
|
2708
2829
|
"Arn",
|
|
2709
2830
|
"BootstrapSelfManagedAddons",
|
|
@@ -2753,6 +2874,7 @@ const properties = {
|
|
|
2753
2874
|
"AssociationArn",
|
|
2754
2875
|
"AssociationId",
|
|
2755
2876
|
"ClusterName",
|
|
2877
|
+
"ExternalId",
|
|
2756
2878
|
"Namespace",
|
|
2757
2879
|
"ServiceAccount",
|
|
2758
2880
|
],
|
|
@@ -3043,7 +3165,7 @@ const properties = {
|
|
|
3043
3165
|
Segment: ["Arn"],
|
|
3044
3166
|
},
|
|
3045
3167
|
FIS: {
|
|
3046
|
-
ExperimentTemplate: ["Id"
|
|
3168
|
+
ExperimentTemplate: ["Id"],
|
|
3047
3169
|
TargetAccountConfiguration: ["AccountId", "ExperimentTemplateId"],
|
|
3048
3170
|
},
|
|
3049
3171
|
FMS: {
|
|
@@ -3070,6 +3192,14 @@ const properties = {
|
|
|
3070
3192
|
"SecurityGroupIds",
|
|
3071
3193
|
"SubnetIds",
|
|
3072
3194
|
],
|
|
3195
|
+
S3AccessPointAttachment: [
|
|
3196
|
+
"Name",
|
|
3197
|
+
"OpenZFSConfiguration",
|
|
3198
|
+
"S3AccessPoint",
|
|
3199
|
+
"S3AccessPoint.Alias",
|
|
3200
|
+
"S3AccessPoint.ResourceARN",
|
|
3201
|
+
"Type",
|
|
3202
|
+
],
|
|
3073
3203
|
Snapshot: ["ResourceARN", "VolumeId"],
|
|
3074
3204
|
StorageVirtualMachine: [
|
|
3075
3205
|
"FileSystemId",
|
|
@@ -3150,7 +3280,6 @@ const properties = {
|
|
|
3150
3280
|
"VersionNumber",
|
|
3151
3281
|
],
|
|
3152
3282
|
Fleet: [
|
|
3153
|
-
"ApplyCapacity",
|
|
3154
3283
|
"BuildId",
|
|
3155
3284
|
"CertificateConfiguration",
|
|
3156
3285
|
"ComputeType",
|
|
@@ -3349,7 +3478,25 @@ const properties = {
|
|
|
3349
3478
|
"PublishingFailureStartTimestamp",
|
|
3350
3479
|
"Status",
|
|
3351
3480
|
],
|
|
3481
|
+
ThreatEntitySet: [
|
|
3482
|
+
"CreatedAt",
|
|
3483
|
+
"DetectorId",
|
|
3484
|
+
"ErrorDetails",
|
|
3485
|
+
"Format",
|
|
3486
|
+
"Id",
|
|
3487
|
+
"Status",
|
|
3488
|
+
"UpdatedAt",
|
|
3489
|
+
],
|
|
3352
3490
|
ThreatIntelSet: ["DetectorId", "Format", "Id"],
|
|
3491
|
+
TrustedEntitySet: [
|
|
3492
|
+
"CreatedAt",
|
|
3493
|
+
"DetectorId",
|
|
3494
|
+
"ErrorDetails",
|
|
3495
|
+
"Format",
|
|
3496
|
+
"Id",
|
|
3497
|
+
"Status",
|
|
3498
|
+
"UpdatedAt",
|
|
3499
|
+
],
|
|
3353
3500
|
},
|
|
3354
3501
|
HealthImaging: {
|
|
3355
3502
|
Datastore: [
|
|
@@ -3469,7 +3616,6 @@ const properties = {
|
|
|
3469
3616
|
"Name",
|
|
3470
3617
|
"Platform",
|
|
3471
3618
|
"SupportedOsVersions",
|
|
3472
|
-
"Tags",
|
|
3473
3619
|
"Type",
|
|
3474
3620
|
"Uri",
|
|
3475
3621
|
"Version",
|
|
@@ -3488,7 +3634,6 @@ const properties = {
|
|
|
3488
3634
|
"Name",
|
|
3489
3635
|
"ParentImage",
|
|
3490
3636
|
"PlatformOverride",
|
|
3491
|
-
"Tags",
|
|
3492
3637
|
"TargetRepository",
|
|
3493
3638
|
"Version",
|
|
3494
3639
|
"WorkingDirectory",
|
|
@@ -3506,7 +3651,6 @@ const properties = {
|
|
|
3506
3651
|
"ImageUri",
|
|
3507
3652
|
"InfrastructureConfigurationArn",
|
|
3508
3653
|
"Name",
|
|
3509
|
-
"Tags",
|
|
3510
3654
|
"Workflows",
|
|
3511
3655
|
],
|
|
3512
3656
|
ImagePipeline: ["Arn", "Name", "Name"],
|
|
@@ -3518,7 +3662,6 @@ const properties = {
|
|
|
3518
3662
|
"Name",
|
|
3519
3663
|
"Name",
|
|
3520
3664
|
"ParentImage",
|
|
3521
|
-
"Tags",
|
|
3522
3665
|
"Version",
|
|
3523
3666
|
"WorkingDirectory",
|
|
3524
3667
|
],
|
|
@@ -3531,7 +3674,6 @@ const properties = {
|
|
|
3531
3674
|
"Description",
|
|
3532
3675
|
"KmsKeyId",
|
|
3533
3676
|
"Name",
|
|
3534
|
-
"Tags",
|
|
3535
3677
|
"Type",
|
|
3536
3678
|
"Uri",
|
|
3537
3679
|
"Version",
|
|
@@ -3551,6 +3693,23 @@ const properties = {
|
|
|
3551
3693
|
},
|
|
3552
3694
|
InspectorV2: {
|
|
3553
3695
|
CisScanConfiguration: ["Arn"],
|
|
3696
|
+
CodeSecurityIntegration: [
|
|
3697
|
+
"Arn",
|
|
3698
|
+
"AuthorizationUrl",
|
|
3699
|
+
"CreateIntegrationDetails",
|
|
3700
|
+
"CreatedAt",
|
|
3701
|
+
"LastUpdatedAt",
|
|
3702
|
+
"Status",
|
|
3703
|
+
"StatusReason",
|
|
3704
|
+
"Tags",
|
|
3705
|
+
],
|
|
3706
|
+
CodeSecurityScanConfiguration: [
|
|
3707
|
+
"Arn",
|
|
3708
|
+
"Level",
|
|
3709
|
+
"Name",
|
|
3710
|
+
"ScopeSettings",
|
|
3711
|
+
"Tags",
|
|
3712
|
+
],
|
|
3554
3713
|
Filter: ["Arn"],
|
|
3555
3714
|
},
|
|
3556
3715
|
InternetMonitor: {
|
|
@@ -3599,6 +3758,14 @@ const properties = {
|
|
|
3599
3758
|
"ServiceType",
|
|
3600
3759
|
"ValidationCertificateArn",
|
|
3601
3760
|
],
|
|
3761
|
+
EncryptionConfiguration: [
|
|
3762
|
+
"AccountId",
|
|
3763
|
+
"ConfigurationDetails",
|
|
3764
|
+
"ConfigurationDetails.ConfigurationStatus",
|
|
3765
|
+
"ConfigurationDetails.ErrorCode",
|
|
3766
|
+
"ConfigurationDetails.ErrorMessage",
|
|
3767
|
+
"LastModifiedDate",
|
|
3768
|
+
],
|
|
3602
3769
|
FleetMetric: [
|
|
3603
3770
|
"CreationDate",
|
|
3604
3771
|
"LastModifiedDate",
|
|
@@ -3692,6 +3859,7 @@ const properties = {
|
|
|
3692
3859
|
"CollectionScheme",
|
|
3693
3860
|
"Compression",
|
|
3694
3861
|
"CreationTime",
|
|
3862
|
+
"DataDestinationConfigs",
|
|
3695
3863
|
"DataPartitions",
|
|
3696
3864
|
"DiagnosticsMode",
|
|
3697
3865
|
"ExpiryTime",
|
|
@@ -3700,6 +3868,8 @@ const properties = {
|
|
|
3700
3868
|
"PostTriggerCollectionDuration",
|
|
3701
3869
|
"Priority",
|
|
3702
3870
|
"SignalCatalogArn",
|
|
3871
|
+
"SignalsToCollect",
|
|
3872
|
+
"SignalsToFetch",
|
|
3703
3873
|
"SpoolingMode",
|
|
3704
3874
|
"StartTime",
|
|
3705
3875
|
"Status",
|
|
@@ -3745,6 +3915,7 @@ const properties = {
|
|
|
3745
3915
|
AccessPolicy: ["AccessPolicyArn", "AccessPolicyId"],
|
|
3746
3916
|
Asset: ["AssetArn", "AssetId"],
|
|
3747
3917
|
AssetModel: ["AssetModelArn", "AssetModelId", "AssetModelType"],
|
|
3918
|
+
ComputationModel: ["ComputationModelArn", "ComputationModelId"],
|
|
3748
3919
|
Dashboard: ["DashboardArn", "DashboardId", "ProjectId"],
|
|
3749
3920
|
Dataset: ["DatasetArn", "DatasetId"],
|
|
3750
3921
|
Gateway: ["GatewayId", "GatewayPlatform", "GatewayVersion"],
|
|
@@ -3921,6 +4092,7 @@ const properties = {
|
|
|
3921
4092
|
"ConsumerStatus",
|
|
3922
4093
|
"StreamARN",
|
|
3923
4094
|
"StreamARN",
|
|
4095
|
+
"Tags",
|
|
3924
4096
|
],
|
|
3925
4097
|
},
|
|
3926
4098
|
KinesisAnalytics: {
|
|
@@ -3983,12 +4155,10 @@ const properties = {
|
|
|
3983
4155
|
CodeSigningConfig: ["CodeSigningConfigArn", "CodeSigningConfigId"],
|
|
3984
4156
|
EventInvokeConfig: ["FunctionName", "Qualifier"],
|
|
3985
4157
|
EventSourceMapping: [
|
|
3986
|
-
"AmazonManagedKafkaEventSourceConfig",
|
|
3987
4158
|
"EventSourceArn",
|
|
3988
4159
|
"EventSourceMappingArn",
|
|
3989
4160
|
"Id",
|
|
3990
4161
|
"SelfManagedEventSource",
|
|
3991
|
-
"SelfManagedKafkaEventSourceConfig",
|
|
3992
4162
|
"StartingPosition",
|
|
3993
4163
|
"StartingPositionTimestamp",
|
|
3994
4164
|
],
|
|
@@ -4116,6 +4286,16 @@ const properties = {
|
|
|
4116
4286
|
"IpAddressType",
|
|
4117
4287
|
"Status",
|
|
4118
4288
|
],
|
|
4289
|
+
Domain: [
|
|
4290
|
+
"Arn",
|
|
4291
|
+
"CreatedAt",
|
|
4292
|
+
"DomainName",
|
|
4293
|
+
"Location",
|
|
4294
|
+
"Location.AvailabilityZone",
|
|
4295
|
+
"Location.RegionName",
|
|
4296
|
+
"ResourceType",
|
|
4297
|
+
"SupportCode",
|
|
4298
|
+
],
|
|
4119
4299
|
Instance: [
|
|
4120
4300
|
"AvailabilityZone",
|
|
4121
4301
|
"BlueprintId",
|
|
@@ -4297,6 +4477,31 @@ const properties = {
|
|
|
4297
4477
|
"SubnetIds",
|
|
4298
4478
|
],
|
|
4299
4479
|
},
|
|
4480
|
+
MPA: {
|
|
4481
|
+
ApprovalTeam: [
|
|
4482
|
+
"Arn",
|
|
4483
|
+
"CreationTime",
|
|
4484
|
+
"LastUpdateTime",
|
|
4485
|
+
"Name",
|
|
4486
|
+
"NumberOfApprovers",
|
|
4487
|
+
"Policies",
|
|
4488
|
+
"Status",
|
|
4489
|
+
"StatusCode",
|
|
4490
|
+
"StatusMessage",
|
|
4491
|
+
"UpdateSessionArn",
|
|
4492
|
+
"VersionId",
|
|
4493
|
+
],
|
|
4494
|
+
IdentitySource: [
|
|
4495
|
+
"CreationTime",
|
|
4496
|
+
"IdentitySourceArn",
|
|
4497
|
+
"IdentitySourceParameters",
|
|
4498
|
+
"IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl",
|
|
4499
|
+
"IdentitySourceType",
|
|
4500
|
+
"Status",
|
|
4501
|
+
"StatusCode",
|
|
4502
|
+
"StatusMessage",
|
|
4503
|
+
],
|
|
4504
|
+
},
|
|
4300
4505
|
MSK: {
|
|
4301
4506
|
BatchScramSecret: ["ClusterArn"],
|
|
4302
4507
|
Cluster: ["Arn", "ClusterName"],
|
|
@@ -4506,7 +4711,7 @@ const properties = {
|
|
|
4506
4711
|
],
|
|
4507
4712
|
},
|
|
4508
4713
|
MediaPackage: {
|
|
4509
|
-
Asset: ["Arn", "CreatedAt"],
|
|
4714
|
+
Asset: ["Arn", "CreatedAt", "Id", "Tags"],
|
|
4510
4715
|
Channel: ["Arn", "Id", "Tags"],
|
|
4511
4716
|
OriginEndpoint: ["Arn", "Id", "Url"],
|
|
4512
4717
|
PackagingConfiguration: ["Arn", "Id"],
|
|
@@ -4620,7 +4825,6 @@ const properties = {
|
|
|
4620
4825
|
"AvailabilityZone",
|
|
4621
4826
|
"DBClusterIdentifier",
|
|
4622
4827
|
"DBInstanceIdentifier",
|
|
4623
|
-
"DBSnapshotIdentifier",
|
|
4624
4828
|
"DBSubnetGroupName",
|
|
4625
4829
|
"Endpoint",
|
|
4626
4830
|
"Port",
|
|
@@ -4852,6 +5056,10 @@ const properties = {
|
|
|
4852
5056
|
"NotificationHubStatusSummary.NotificationHubStatusReason",
|
|
4853
5057
|
"Region",
|
|
4854
5058
|
],
|
|
5059
|
+
OrganizationalUnitAssociation: [
|
|
5060
|
+
"NotificationConfigurationArn",
|
|
5061
|
+
"OrganizationalUnitId",
|
|
5062
|
+
],
|
|
4855
5063
|
},
|
|
4856
5064
|
NotificationsContacts: {
|
|
4857
5065
|
EmailContact: [
|
|
@@ -4868,6 +5076,161 @@ const properties = {
|
|
|
4868
5076
|
"Tags",
|
|
4869
5077
|
],
|
|
4870
5078
|
},
|
|
5079
|
+
ODB: {
|
|
5080
|
+
CloudAutonomousVmCluster: [
|
|
5081
|
+
"AutonomousDataStoragePercentage",
|
|
5082
|
+
"AutonomousDataStorageSizeInTBs",
|
|
5083
|
+
"AvailableAutonomousDataStorageSizeInTBs",
|
|
5084
|
+
"AvailableContainerDatabases",
|
|
5085
|
+
"AvailableCpus",
|
|
5086
|
+
"CloudAutonomousVmClusterArn",
|
|
5087
|
+
"CloudAutonomousVmClusterId",
|
|
5088
|
+
"CloudExadataInfrastructureId",
|
|
5089
|
+
"ComputeModel",
|
|
5090
|
+
"CpuCoreCount",
|
|
5091
|
+
"CpuCoreCountPerNode",
|
|
5092
|
+
"CpuPercentage",
|
|
5093
|
+
"DataStorageSizeInGBs",
|
|
5094
|
+
"DataStorageSizeInTBs",
|
|
5095
|
+
"DbNodeStorageSizeInGBs",
|
|
5096
|
+
"DbServers",
|
|
5097
|
+
"Description",
|
|
5098
|
+
"DisplayName",
|
|
5099
|
+
"Domain",
|
|
5100
|
+
"ExadataStorageInTBsLowestScaledValue",
|
|
5101
|
+
"Hostname",
|
|
5102
|
+
"IsMtlsEnabledVmCluster",
|
|
5103
|
+
"LicenseModel",
|
|
5104
|
+
"MaintenanceWindow",
|
|
5105
|
+
"MaxAcdsLowestScaledValue",
|
|
5106
|
+
"MemoryPerOracleComputeUnitInGBs",
|
|
5107
|
+
"MemorySizeInGBs",
|
|
5108
|
+
"NodeCount",
|
|
5109
|
+
"NonProvisionableAutonomousContainerDatabases",
|
|
5110
|
+
"OciResourceAnchorName",
|
|
5111
|
+
"OciUrl",
|
|
5112
|
+
"Ocid",
|
|
5113
|
+
"OdbNetworkId",
|
|
5114
|
+
"ProvisionableAutonomousContainerDatabases",
|
|
5115
|
+
"ProvisionedAutonomousContainerDatabases",
|
|
5116
|
+
"ProvisionedCpus",
|
|
5117
|
+
"ReclaimableCpus",
|
|
5118
|
+
"ReservedCpus",
|
|
5119
|
+
"ScanListenerPortNonTls",
|
|
5120
|
+
"ScanListenerPortTls",
|
|
5121
|
+
"Shape",
|
|
5122
|
+
"TimeZone",
|
|
5123
|
+
"TotalContainerDatabases",
|
|
5124
|
+
],
|
|
5125
|
+
CloudExadataInfrastructure: [
|
|
5126
|
+
"ActivatedStorageCount",
|
|
5127
|
+
"AdditionalStorageCount",
|
|
5128
|
+
"AvailabilityZone",
|
|
5129
|
+
"AvailabilityZoneId",
|
|
5130
|
+
"AvailableStorageSizeInGBs",
|
|
5131
|
+
"CloudExadataInfrastructureArn",
|
|
5132
|
+
"CloudExadataInfrastructureId",
|
|
5133
|
+
"ComputeCount",
|
|
5134
|
+
"ComputeModel",
|
|
5135
|
+
"CpuCount",
|
|
5136
|
+
"CustomerContactsToSendToOCI",
|
|
5137
|
+
"DataStorageSizeInTBs",
|
|
5138
|
+
"DatabaseServerType",
|
|
5139
|
+
"DbNodeStorageSizeInGBs",
|
|
5140
|
+
"DbServerIds",
|
|
5141
|
+
"DbServerVersion",
|
|
5142
|
+
"DisplayName",
|
|
5143
|
+
"MaxCpuCount",
|
|
5144
|
+
"MaxDataStorageInTBs",
|
|
5145
|
+
"MaxDbNodeStorageSizeInGBs",
|
|
5146
|
+
"MaxMemoryInGBs",
|
|
5147
|
+
"MemorySizeInGBs",
|
|
5148
|
+
"OciResourceAnchorName",
|
|
5149
|
+
"OciUrl",
|
|
5150
|
+
"Ocid",
|
|
5151
|
+
"Shape",
|
|
5152
|
+
"StorageCount",
|
|
5153
|
+
"StorageServerType",
|
|
5154
|
+
"StorageServerVersion",
|
|
5155
|
+
"TotalStorageSizeInGBs",
|
|
5156
|
+
],
|
|
5157
|
+
CloudVmCluster: [
|
|
5158
|
+
"CloudExadataInfrastructureId",
|
|
5159
|
+
"CloudVmClusterArn",
|
|
5160
|
+
"CloudVmClusterId",
|
|
5161
|
+
"ClusterName",
|
|
5162
|
+
"ComputeModel",
|
|
5163
|
+
"CpuCoreCount",
|
|
5164
|
+
"DataCollectionOptions",
|
|
5165
|
+
"DataStorageSizeInTBs",
|
|
5166
|
+
"DbNodeStorageSizeInGBs",
|
|
5167
|
+
"DbServers",
|
|
5168
|
+
"DiskRedundancy",
|
|
5169
|
+
"DisplayName",
|
|
5170
|
+
"Domain",
|
|
5171
|
+
"GiVersion",
|
|
5172
|
+
"Hostname",
|
|
5173
|
+
"IsLocalBackupEnabled",
|
|
5174
|
+
"IsSparseDiskgroupEnabled",
|
|
5175
|
+
"LicenseModel",
|
|
5176
|
+
"ListenerPort",
|
|
5177
|
+
"MemorySizeInGBs",
|
|
5178
|
+
"NodeCount",
|
|
5179
|
+
"OciResourceAnchorName",
|
|
5180
|
+
"OciUrl",
|
|
5181
|
+
"Ocid",
|
|
5182
|
+
"OdbNetworkId",
|
|
5183
|
+
"ScanDnsName",
|
|
5184
|
+
"ScanIpIds",
|
|
5185
|
+
"ScanListenerPortTcp",
|
|
5186
|
+
"Shape",
|
|
5187
|
+
"SshPublicKeys",
|
|
5188
|
+
"StorageSizeInGBs",
|
|
5189
|
+
"SystemVersion",
|
|
5190
|
+
"TimeZone",
|
|
5191
|
+
"VipIds",
|
|
5192
|
+
],
|
|
5193
|
+
OdbNetwork: [
|
|
5194
|
+
"AvailabilityZone",
|
|
5195
|
+
"AvailabilityZoneId",
|
|
5196
|
+
"BackupSubnetCidr",
|
|
5197
|
+
"ClientSubnetCidr",
|
|
5198
|
+
"CustomDomainName",
|
|
5199
|
+
"DefaultDnsPrefix",
|
|
5200
|
+
"ManagedServices",
|
|
5201
|
+
"ManagedServices.ManagedS3BackupAccess",
|
|
5202
|
+
"ManagedServices.ManagedS3BackupAccess.Ipv4Addresses",
|
|
5203
|
+
"ManagedServices.ManagedS3BackupAccess.Status",
|
|
5204
|
+
"ManagedServices.ManagedServicesIpv4Cidrs",
|
|
5205
|
+
"ManagedServices.ResourceGatewayArn",
|
|
5206
|
+
"ManagedServices.S3Access",
|
|
5207
|
+
"ManagedServices.S3Access.DomainName",
|
|
5208
|
+
"ManagedServices.S3Access.Ipv4Addresses",
|
|
5209
|
+
"ManagedServices.S3Access.S3PolicyDocument",
|
|
5210
|
+
"ManagedServices.S3Access.Status",
|
|
5211
|
+
"ManagedServices.ServiceNetworkArn",
|
|
5212
|
+
"ManagedServices.ServiceNetworkEndpoint",
|
|
5213
|
+
"ManagedServices.ServiceNetworkEndpoint.VpcEndpointId",
|
|
5214
|
+
"ManagedServices.ServiceNetworkEndpoint.VpcEndpointType",
|
|
5215
|
+
"ManagedServices.ZeroEtlAccess",
|
|
5216
|
+
"ManagedServices.ZeroEtlAccess.Cidr",
|
|
5217
|
+
"ManagedServices.ZeroEtlAccess.Status",
|
|
5218
|
+
"OciNetworkAnchorId",
|
|
5219
|
+
"OciResourceAnchorName",
|
|
5220
|
+
"OciVcnUrl",
|
|
5221
|
+
"OdbNetworkArn",
|
|
5222
|
+
"OdbNetworkId",
|
|
5223
|
+
],
|
|
5224
|
+
OdbPeeringConnection: [
|
|
5225
|
+
"DisplayName",
|
|
5226
|
+
"OdbNetworkArn",
|
|
5227
|
+
"OdbNetworkId",
|
|
5228
|
+
"OdbPeeringConnectionArn",
|
|
5229
|
+
"OdbPeeringConnectionId",
|
|
5230
|
+
"PeerNetworkArn",
|
|
5231
|
+
"PeerNetworkId",
|
|
5232
|
+
],
|
|
5233
|
+
},
|
|
4871
5234
|
OSIS: {
|
|
4872
5235
|
Pipeline: [
|
|
4873
5236
|
"IngestEndpointUrls",
|
|
@@ -4881,6 +5244,10 @@ const properties = {
|
|
|
4881
5244
|
Link: ["Arn", "Label", "LabelTemplate", "SinkIdentifier"],
|
|
4882
5245
|
Sink: ["Arn", "Name"],
|
|
4883
5246
|
},
|
|
5247
|
+
ObservabilityAdmin: {
|
|
5248
|
+
OrganizationTelemetryRule: ["RuleArn", "RuleName"],
|
|
5249
|
+
TelemetryRule: ["RuleArn", "RuleName"],
|
|
5250
|
+
},
|
|
4884
5251
|
Omics: {
|
|
4885
5252
|
AnnotationStore: [
|
|
4886
5253
|
"CreationTime",
|
|
@@ -4936,30 +5303,39 @@ const properties = {
|
|
|
4936
5303
|
"Accelerators",
|
|
4937
5304
|
"Arn",
|
|
4938
5305
|
"CreationTime",
|
|
5306
|
+
"DefinitionRepository",
|
|
4939
5307
|
"DefinitionUri",
|
|
4940
5308
|
"Engine",
|
|
4941
5309
|
"Id",
|
|
4942
5310
|
"Main",
|
|
4943
5311
|
"ParameterTemplate",
|
|
5312
|
+
"ParameterTemplatePath",
|
|
4944
5313
|
"Status",
|
|
4945
5314
|
"StorageCapacity",
|
|
4946
5315
|
"Type",
|
|
4947
5316
|
"Uuid",
|
|
5317
|
+
"WorkflowBucketOwnerId",
|
|
5318
|
+
"readmePath",
|
|
5319
|
+
"readmeUri",
|
|
4948
5320
|
],
|
|
4949
5321
|
WorkflowVersion: [
|
|
4950
5322
|
"Accelerators",
|
|
4951
5323
|
"Arn",
|
|
4952
5324
|
"CreationTime",
|
|
5325
|
+
"DefinitionRepository",
|
|
4953
5326
|
"DefinitionUri",
|
|
4954
5327
|
"Engine",
|
|
4955
5328
|
"Main",
|
|
4956
5329
|
"ParameterTemplate",
|
|
5330
|
+
"ParameterTemplatePath",
|
|
4957
5331
|
"Status",
|
|
4958
5332
|
"Type",
|
|
4959
5333
|
"Uuid",
|
|
4960
5334
|
"VersionName",
|
|
4961
5335
|
"WorkflowBucketOwnerId",
|
|
4962
5336
|
"WorkflowId",
|
|
5337
|
+
"readmePath",
|
|
5338
|
+
"readmeUri",
|
|
4963
5339
|
],
|
|
4964
5340
|
},
|
|
4965
5341
|
OpenSearchServerless: {
|
|
@@ -5292,7 +5668,13 @@ const properties = {
|
|
|
5292
5668
|
"Type",
|
|
5293
5669
|
"UpdatedAt",
|
|
5294
5670
|
],
|
|
5295
|
-
Permission: [
|
|
5671
|
+
Permission: [
|
|
5672
|
+
"Actions",
|
|
5673
|
+
"ApplicationId",
|
|
5674
|
+
"Conditions",
|
|
5675
|
+
"Principal",
|
|
5676
|
+
"StatementId",
|
|
5677
|
+
],
|
|
5296
5678
|
Plugin: [
|
|
5297
5679
|
"ApplicationId",
|
|
5298
5680
|
"BuildStatus",
|
|
@@ -5430,7 +5812,7 @@ const properties = {
|
|
|
5430
5812
|
"Version.Status",
|
|
5431
5813
|
"Version.VersionNumber",
|
|
5432
5814
|
],
|
|
5433
|
-
Topic: ["Arn", "AwsAccountId", "FolderArns", "TopicId"],
|
|
5815
|
+
Topic: ["Arn", "AwsAccountId", "FolderArns", "Tags", "TopicId"],
|
|
5434
5816
|
VPCConnection: [
|
|
5435
5817
|
"Arn",
|
|
5436
5818
|
"AwsAccountId",
|
|
@@ -5489,6 +5871,7 @@ const properties = {
|
|
|
5489
5871
|
"RestoreType",
|
|
5490
5872
|
"SnapshotIdentifier",
|
|
5491
5873
|
"SourceDBClusterIdentifier",
|
|
5874
|
+
"SourceDbClusterResourceId",
|
|
5492
5875
|
"SourceRegion",
|
|
5493
5876
|
"StorageEncrypted",
|
|
5494
5877
|
"StorageThroughput",
|
|
@@ -5500,6 +5883,8 @@ const properties = {
|
|
|
5500
5883
|
"Family",
|
|
5501
5884
|
],
|
|
5502
5885
|
DBInstance: [
|
|
5886
|
+
"AutomaticRestartTime",
|
|
5887
|
+
"BackupTarget",
|
|
5503
5888
|
"CertificateDetails",
|
|
5504
5889
|
"CertificateDetails.CAIdentifier",
|
|
5505
5890
|
"CertificateDetails.ValidTill",
|
|
@@ -5508,6 +5893,7 @@ const properties = {
|
|
|
5508
5893
|
"DBClusterIdentifier",
|
|
5509
5894
|
"DBInstanceArn",
|
|
5510
5895
|
"DBInstanceIdentifier",
|
|
5896
|
+
"DBInstanceStatus",
|
|
5511
5897
|
"DBName",
|
|
5512
5898
|
"DBSubnetGroupName",
|
|
5513
5899
|
"DBSystemId",
|
|
@@ -5517,11 +5903,24 @@ const properties = {
|
|
|
5517
5903
|
"Endpoint.Address",
|
|
5518
5904
|
"Endpoint.HostedZoneId",
|
|
5519
5905
|
"Endpoint.Port",
|
|
5906
|
+
"InstanceCreateTime",
|
|
5907
|
+
"IsStorageConfigUpgradeAvailable",
|
|
5520
5908
|
"KmsKeyId",
|
|
5909
|
+
"LatestRestorableTime",
|
|
5910
|
+
"ListenerEndpoint",
|
|
5911
|
+
"ListenerEndpoint.Address",
|
|
5912
|
+
"ListenerEndpoint.HostedZoneId",
|
|
5913
|
+
"ListenerEndpoint.Port",
|
|
5521
5914
|
"MasterUserSecret.SecretArn",
|
|
5522
5915
|
"MasterUsername",
|
|
5523
5916
|
"NcharCharacterSetName",
|
|
5917
|
+
"PercentProgress",
|
|
5918
|
+
"ReadReplicaDBClusterIdentifiers",
|
|
5919
|
+
"ReadReplicaDBInstanceIdentifiers",
|
|
5920
|
+
"ResumeFullAutomationModeTime",
|
|
5921
|
+
"SecondaryAvailabilityZone",
|
|
5524
5922
|
"SourceRegion",
|
|
5923
|
+
"StatusInfos",
|
|
5525
5924
|
"StorageEncrypted",
|
|
5526
5925
|
"Timezone",
|
|
5527
5926
|
],
|
|
@@ -5680,6 +6079,23 @@ const properties = {
|
|
|
5680
6079
|
"Namespace.Status",
|
|
5681
6080
|
"NamespaceName",
|
|
5682
6081
|
],
|
|
6082
|
+
Snapshot: [
|
|
6083
|
+
"NamespaceName",
|
|
6084
|
+
"OwnerAccount",
|
|
6085
|
+
"Snapshot",
|
|
6086
|
+
"Snapshot.AdminUsername",
|
|
6087
|
+
"Snapshot.KmsKeyId",
|
|
6088
|
+
"Snapshot.NamespaceArn",
|
|
6089
|
+
"Snapshot.NamespaceName",
|
|
6090
|
+
"Snapshot.OwnerAccount",
|
|
6091
|
+
"Snapshot.RetentionPeriod",
|
|
6092
|
+
"Snapshot.SnapshotArn",
|
|
6093
|
+
"Snapshot.SnapshotCreateTime",
|
|
6094
|
+
"Snapshot.SnapshotName",
|
|
6095
|
+
"Snapshot.Status",
|
|
6096
|
+
"SnapshotName",
|
|
6097
|
+
"Tags",
|
|
6098
|
+
],
|
|
5683
6099
|
Workgroup: [
|
|
5684
6100
|
"NamespaceName",
|
|
5685
6101
|
"Workgroup.BaseCapacity",
|
|
@@ -5998,6 +6414,14 @@ const properties = {
|
|
|
5998
6414
|
"BucketName",
|
|
5999
6415
|
"DomainName",
|
|
6000
6416
|
"DualStackDomainName",
|
|
6417
|
+
"MetadataConfiguration.Destination",
|
|
6418
|
+
"MetadataConfiguration.Destination.TableBucketArn",
|
|
6419
|
+
"MetadataConfiguration.Destination.TableBucketType",
|
|
6420
|
+
"MetadataConfiguration.Destination.TableNamespace",
|
|
6421
|
+
"MetadataConfiguration.InventoryTableConfiguration.TableArn",
|
|
6422
|
+
"MetadataConfiguration.InventoryTableConfiguration.TableName",
|
|
6423
|
+
"MetadataConfiguration.JournalTableConfiguration.TableArn",
|
|
6424
|
+
"MetadataConfiguration.JournalTableConfiguration.TableName",
|
|
6001
6425
|
"MetadataTableConfiguration.S3TablesDestination.TableArn",
|
|
6002
6426
|
"MetadataTableConfiguration.S3TablesDestination.TableNamespace",
|
|
6003
6427
|
"RegionalDomainName",
|
|
@@ -6072,8 +6496,19 @@ const properties = {
|
|
|
6072
6496
|
],
|
|
6073
6497
|
},
|
|
6074
6498
|
S3Tables: {
|
|
6499
|
+
Namespace: ["Namespace", "TableBucketARN"],
|
|
6500
|
+
Table: [
|
|
6501
|
+
"IcebergMetadata",
|
|
6502
|
+
"OpenTableFormat",
|
|
6503
|
+
"TableARN",
|
|
6504
|
+
"TableBucketARN",
|
|
6505
|
+
"VersionToken",
|
|
6506
|
+
"WarehouseLocation",
|
|
6507
|
+
"WithoutMetadata",
|
|
6508
|
+
],
|
|
6075
6509
|
TableBucket: ["TableBucketARN", "TableBucketName"],
|
|
6076
6510
|
TableBucketPolicy: ["TableBucketARN"],
|
|
6511
|
+
TablePolicy: ["Namespace", "TableARN", "TableBucketARN", "TableName"],
|
|
6077
6512
|
},
|
|
6078
6513
|
SES: {
|
|
6079
6514
|
ConfigurationSet: ["Name"],
|
|
@@ -6128,6 +6563,22 @@ const properties = {
|
|
|
6128
6563
|
Template: ["Id"],
|
|
6129
6564
|
VdmAttributes: ["VdmAttributesResourceId"],
|
|
6130
6565
|
},
|
|
6566
|
+
SMSVOICE: {
|
|
6567
|
+
ConfigurationSet: ["Arn", "ConfigurationSetName"],
|
|
6568
|
+
OptOutList: ["Arn", "OptOutListName"],
|
|
6569
|
+
PhoneNumber: [
|
|
6570
|
+
"Arn",
|
|
6571
|
+
"IsoCountryCode",
|
|
6572
|
+
"NumberCapabilities",
|
|
6573
|
+
"NumberType",
|
|
6574
|
+
"PhoneNumber",
|
|
6575
|
+
"PhoneNumberId",
|
|
6576
|
+
],
|
|
6577
|
+
Pool: ["Arn", "PoolId"],
|
|
6578
|
+
ProtectConfiguration: ["Arn", "ProtectConfigurationId"],
|
|
6579
|
+
ResourcePolicy: ["ResourceArn"],
|
|
6580
|
+
SenderId: ["Arn", "IsoCountryCode", "SenderId"],
|
|
6581
|
+
},
|
|
6131
6582
|
SNS: {
|
|
6132
6583
|
Subscription: ["Arn", "Endpoint", "Protocol", "TopicArn"],
|
|
6133
6584
|
Topic: ["FifoTopic", "TopicArn", "TopicName", "TopicName"],
|
|
@@ -6202,10 +6653,9 @@ const properties = {
|
|
|
6202
6653
|
"BuiltInLifecycleConfigArn",
|
|
6203
6654
|
"DomainId",
|
|
6204
6655
|
"ResourceSpec",
|
|
6205
|
-
"Tags",
|
|
6206
6656
|
"UserProfileName",
|
|
6207
6657
|
],
|
|
6208
|
-
AppImageConfig: ["AppImageConfigArn", "AppImageConfigName"
|
|
6658
|
+
AppImageConfig: ["AppImageConfigArn", "AppImageConfigName"],
|
|
6209
6659
|
Cluster: [
|
|
6210
6660
|
"ClusterArn",
|
|
6211
6661
|
"ClusterName",
|
|
@@ -6433,6 +6883,30 @@ const properties = {
|
|
|
6433
6883
|
"Type",
|
|
6434
6884
|
],
|
|
6435
6885
|
Pipeline: ["PipelineName"],
|
|
6886
|
+
ProcessingJob: [
|
|
6887
|
+
"AppSpecification",
|
|
6888
|
+
"AutoMLJobArn",
|
|
6889
|
+
"CreationTime",
|
|
6890
|
+
"Environment",
|
|
6891
|
+
"ExitMessage",
|
|
6892
|
+
"ExperimentConfig",
|
|
6893
|
+
"FailureReason",
|
|
6894
|
+
"LastModifiedTime",
|
|
6895
|
+
"MonitoringScheduleArn",
|
|
6896
|
+
"NetworkConfig",
|
|
6897
|
+
"ProcessingEndTime",
|
|
6898
|
+
"ProcessingInputs",
|
|
6899
|
+
"ProcessingJobArn",
|
|
6900
|
+
"ProcessingJobName",
|
|
6901
|
+
"ProcessingJobStatus",
|
|
6902
|
+
"ProcessingOutputConfig",
|
|
6903
|
+
"ProcessingResources",
|
|
6904
|
+
"ProcessingStartTime",
|
|
6905
|
+
"RoleArn",
|
|
6906
|
+
"StoppingCondition",
|
|
6907
|
+
"Tags",
|
|
6908
|
+
"TrainingJobArn",
|
|
6909
|
+
],
|
|
6436
6910
|
Project: [
|
|
6437
6911
|
"CreationTime",
|
|
6438
6912
|
"ProjectArn",
|
|
@@ -6442,6 +6916,7 @@ const properties = {
|
|
|
6442
6916
|
"ProjectStatus",
|
|
6443
6917
|
"ServiceCatalogProvisioningDetails",
|
|
6444
6918
|
"Tags",
|
|
6919
|
+
"TemplateProviderDetails",
|
|
6445
6920
|
],
|
|
6446
6921
|
Space: [
|
|
6447
6922
|
"DomainId",
|
|
@@ -6485,7 +6960,9 @@ const properties = {
|
|
|
6485
6960
|
SecretTargetAttachment: ["Id", "SecretId"],
|
|
6486
6961
|
},
|
|
6487
6962
|
SecurityHub: {
|
|
6963
|
+
AggregatorV2: ["AggregationRegion", "AggregatorV2Arn"],
|
|
6488
6964
|
AutomationRule: ["CreatedAt", "CreatedBy", "RuleArn", "UpdatedAt"],
|
|
6965
|
+
AutomationRuleV2: ["CreatedAt", "RuleArn", "RuleId", "UpdatedAt"],
|
|
6489
6966
|
ConfigurationPolicy: [
|
|
6490
6967
|
"Arn",
|
|
6491
6968
|
"CreatedAt",
|
|
@@ -6496,6 +6973,7 @@ const properties = {
|
|
|
6496
6973
|
DelegatedAdmin: ["AdminAccountId", "DelegatedAdminIdentifier", "Status"],
|
|
6497
6974
|
FindingAggregator: ["FindingAggregationRegion", "FindingAggregatorArn"],
|
|
6498
6975
|
Hub: ["ARN", "SubscribedAt"],
|
|
6976
|
+
HubV2: ["HubV2Arn", "SubscribedAt"],
|
|
6499
6977
|
Insight: ["InsightArn"],
|
|
6500
6978
|
OrganizationConfiguration: [
|
|
6501
6979
|
"MemberAccountLimitReached",
|
|
@@ -6546,7 +7024,7 @@ const properties = {
|
|
|
6546
7024
|
],
|
|
6547
7025
|
LaunchNotificationConstraint: ["PortfolioId", "ProductId"],
|
|
6548
7026
|
LaunchRoleConstraint: ["PortfolioId", "ProductId"],
|
|
6549
|
-
LaunchTemplateConstraint: ["PortfolioId", "ProductId"],
|
|
7027
|
+
LaunchTemplateConstraint: ["Id", "PortfolioId", "ProductId"],
|
|
6550
7028
|
Portfolio: ["PortfolioName"],
|
|
6551
7029
|
PortfolioPrincipalAssociation: [
|
|
6552
7030
|
"AcceptLanguage",
|
|
@@ -6569,7 +7047,7 @@ const properties = {
|
|
|
6569
7047
|
"ServiceActionId",
|
|
6570
7048
|
],
|
|
6571
7049
|
StackSetConstraint: ["PortfolioId", "ProductId"],
|
|
6572
|
-
TagOption: ["Key", "Value"],
|
|
7050
|
+
TagOption: ["Id", "Key", "Value"],
|
|
6573
7051
|
TagOptionAssociation: ["ResourceId", "TagOptionId"],
|
|
6574
7052
|
},
|
|
6575
7053
|
ServiceCatalogAppRegistry: {
|
|
@@ -6683,11 +7161,9 @@ const properties = {
|
|
|
6683
7161
|
Timestream: {
|
|
6684
7162
|
Database: ["Arn", "DatabaseName"],
|
|
6685
7163
|
InfluxDBInstance: [
|
|
6686
|
-
"AllocatedStorage",
|
|
6687
7164
|
"Arn",
|
|
6688
7165
|
"AvailabilityZone",
|
|
6689
7166
|
"Bucket",
|
|
6690
|
-
"DbStorageType",
|
|
6691
7167
|
"Endpoint",
|
|
6692
7168
|
"Id",
|
|
6693
7169
|
"InfluxAuthParametersSecretArn",
|
|
@@ -6931,7 +7407,6 @@ const properties = {
|
|
|
6931
7407
|
"ApiFormat",
|
|
6932
7408
|
"AssistantArn",
|
|
6933
7409
|
"AssistantId",
|
|
6934
|
-
"ModelId",
|
|
6935
7410
|
"ModifiedTimeSeconds",
|
|
6936
7411
|
"Name",
|
|
6937
7412
|
"Tags",
|
|
@@ -6987,6 +7462,17 @@ const properties = {
|
|
|
6987
7462
|
"MessageTemplateVersionArn",
|
|
6988
7463
|
"MessageTemplateVersionNumber",
|
|
6989
7464
|
],
|
|
7465
|
+
QuickResponse: [
|
|
7466
|
+
"Contents",
|
|
7467
|
+
"Contents.Markdown",
|
|
7468
|
+
"Contents.Markdown.Content",
|
|
7469
|
+
"Contents.PlainText",
|
|
7470
|
+
"Contents.PlainText.Content",
|
|
7471
|
+
"KnowledgeBaseArn",
|
|
7472
|
+
"QuickResponseArn",
|
|
7473
|
+
"QuickResponseId",
|
|
7474
|
+
"Status",
|
|
7475
|
+
],
|
|
6990
7476
|
},
|
|
6991
7477
|
WorkSpaces: {
|
|
6992
7478
|
ConnectionAlias: [
|
|
@@ -7050,6 +7536,13 @@ const properties = {
|
|
|
7050
7536
|
"ServiceProviderSamlMetadata",
|
|
7051
7537
|
"StatusReason",
|
|
7052
7538
|
],
|
|
7539
|
+
SessionLogger: [
|
|
7540
|
+
"AdditionalEncryptionContext",
|
|
7541
|
+
"AssociatedPortalArns",
|
|
7542
|
+
"CreationDate",
|
|
7543
|
+
"CustomerManagedKey",
|
|
7544
|
+
"SessionLoggerArn",
|
|
7545
|
+
],
|
|
7053
7546
|
TrustStore: ["AssociatedPortalArns", "TrustStoreArn"],
|
|
7054
7547
|
UserAccessLoggingSettings: [
|
|
7055
7548
|
"AssociatedPortalArns",
|
|
@@ -7057,6 +7550,28 @@ const properties = {
|
|
|
7057
7550
|
],
|
|
7058
7551
|
UserSettings: ["AssociatedPortalArns", "UserSettingsArn"],
|
|
7059
7552
|
},
|
|
7553
|
+
WorkspacesInstances: {
|
|
7554
|
+
Volume: [
|
|
7555
|
+
"AvailabilityZone",
|
|
7556
|
+
"Encrypted",
|
|
7557
|
+
"Iops",
|
|
7558
|
+
"KmsKeyId",
|
|
7559
|
+
"SizeInGB",
|
|
7560
|
+
"SnapshotId",
|
|
7561
|
+
"TagSpecifications",
|
|
7562
|
+
"Throughput",
|
|
7563
|
+
"VolumeId",
|
|
7564
|
+
"VolumeType",
|
|
7565
|
+
],
|
|
7566
|
+
VolumeAssociation: ["Device", "VolumeId", "WorkspaceInstanceId"],
|
|
7567
|
+
WorkspaceInstance: [
|
|
7568
|
+
"EC2ManagedInstance",
|
|
7569
|
+
"EC2ManagedInstance.InstanceId",
|
|
7570
|
+
"ManagedInstance",
|
|
7571
|
+
"ProvisionState",
|
|
7572
|
+
"WorkspaceInstanceId",
|
|
7573
|
+
],
|
|
7574
|
+
},
|
|
7060
7575
|
XRay: {
|
|
7061
7576
|
Group: ["GroupARN"],
|
|
7062
7577
|
ResourcePolicy: ["PolicyName"],
|