Skip to content

Chore/parity upgrade - #2414

Open
agbishop wants to merge 250 commits into
mainfrom
chore/parity-upgrade
Open

Chore/parity upgrade#2414
agbishop wants to merge 250 commits into
mainfrom
chore/parity-upgrade

Conversation

@agbishop

@agbishop agbishop commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Witness Patrol and others added 11 commits August 5, 2026 13:34
Six issues from the PITR investigation and the parity survey that preceded
it: make docs missing from CI so badges and README drift, stale PARITY.md
frontmatter on three shipped services, seven services with no SDK-driven
integration tests at all, the grading policy question for guardduty and
wafv2, the PITR defects themselves, and a nav test that should assert a
backend exists for every advertised dashboard route.

Also closes gopherstack-1gfi, whose concrete finding was resolved by
87dee6d; its surviving hardening recommendation carries forward.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
First batch of the dependency upgrade: `go get -u=patch ./...` across all
464 modules, then `go mod tidy`.

43 direct modules moved, all patch-level — roughly 40 aws-sdk-go-v2
service clients (s3 v1.106.0 to v1.106.4, iam v1.56.0 to v1.56.2, lambda
v1.100.0 to v1.100.2, and similar bumps for kms, ssm, sqs, sns,
secretsmanager, ecr, ecs, eks, dynamodb, route53resolver, redshiftdata,
codedeploy, codepipeline, amplify, appsync and iot), the AWS internal
support packages (eventstream, config, credentials, internal/v4a,
feature/ec2/imds, and the checksum, presigned-url, s3shared and
accept-encoding internals), plus gopsutil, moby/moby/client,
modernc.org/libc, golang.org/x/exp and genproto.

No source changes were needed anywhere — `go build ./...` and `go vet
./...` are both silent.

The AWS core is a non-event: aws-sdk-go-v2 v1.43.3 and smithy-go v1.27.6
were already at their latest releases, and the feature/ and internal/
packages had already been carried forward by the patch sweep, so
requesting them at @latest changed nothing. Since no new SDK surface
appeared, the coverage check is unmoved: zero forward failures across all
159 services, and the reverse phantom check still reports exactly the
three known services (iotdataplane's 3 admin-only extensions, rds'
GetPerformanceInsightsMetrics, s3's 3 presigned pseudo-ops).

158 direct modules remain behind — the aws-sdk-go-v2 service minors and
the non-AWS majors, which are the next batches and are where actual
parity fallout is expected.

Gates: 66612 tests pass uncached, golangci-lint 0 issues, govulncheck
finds nothing our code calls. One pre-existing advisory remains
(GO-2026-5932, unmaintained golang.org/x/crypto/openpgp, no fix
available) in a required-but-uncalled module.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ling we lack

Roughly 166 packages were behind. Shipped in gated stages:

The AWS SDK: 157 @aws-sdk/client-* packages plus credential-providers,
3.1094.0 to 3.1102.0. This also carried the undici override from 7.28.0
to 7.29.0, which clears two audit findings (one high, one moderate --
response-desync and cache-poisoning advisories) that npm audit already
flagged on this branch.

Svelte, Kit and Vite moved together, since runes and the vite plugin API
are coupled and a partial bump mismatches: svelte 5.56.7 to 5.56.8,
@sveltejs/kit 2.70.1 to 2.70.2, vite 8.1.5 to 8.2.0.

Tooling minors: oxlint 1.75.0 to 1.77.0, oxfmt 0.60.0 to 0.62.0,
svelte-check 4.7.3 to 4.7.4. No new lint or type findings.

jsdom took its major, 29.1.1 to 30.0.1, staged on its own because it is
the test-environment package the deferred goto-mock timing depends on.
url-state.test.ts was verified explicitly on top of the full suite; the
deferred-write mock in vitest.setup.ts is untouched and still behaves.

Tailwind needed no work at all -- it, Vitest, adapter-static and
@testing-library/* were already at their latest versions.

Two upgrades are deliberately not here, reverted rather than forced:

TypeScript 7 is blocked upstream. svelte-check 4.7.4, already the latest,
refuses to run under it: "TypeScript 7 support currently requires both
TypeScript 7 and TypeScript 6 installed... requires using the --tsgo or
--tsgo-experimental-api flag". Taking it would mean a dual-install npm
alias plus an experimental flag. Pinned back to 6.0.3.

@bufbuild/protobuf 1 to 2 and @connectrpc/connect{,-web} 1 to 2 generate
ui/src/lib/api/gopherstack/dashboard/v1/*.ts through buf, driven by
proto/buf.gen.yaml with plugins pinned at bufbuild/es v1.10.0 and
connectrpc/es v1.6.1. That config lives outside ui/, the buf and protoc
CLIs are not available here, and v2 changes the generated code from
class-based to schema-based -- hand-patching generated files is not a
substitute for regenerating them.

Gates: check 19839 files 0 errors 0 warnings, lint clean, fmt clean,
1911 tests pass across 170 files, build succeeds.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…erations

Batch 3 of the dependency upgrade. 156 of the 169
aws-sdk-go-v2/service/* modules moved; 136 were patch-only. The 20
minor bumps are the interesting ones: ec2 v1.317 to v1.319.1, glue
v1.149 to v1.152.0, sagemaker v1.261 to v1.263.2, quicksight v1.121 to
v1.123.1, iam v1.56.2 to v1.58.1, rds v1.123 to v1.124.1, cloudwatchlogs
v1.80 to v1.81.1, dynamodb v1.62.3 to v1.63.1, wafv2 v1.76 to v1.77.3,
and eleven others.

Nothing failed to compile and no source changed -- go build and go vet
are both silent.

What the bump did do is exactly what an SDK bump is supposed to do here:
make new AWS surface visible. TestSDKCompleteness now reports 31
operations we do not implement, across six services:

  ec2          13  Application Status Check family, Transit Gateway
                   policy table entries
  quicksight    8  TopicV2 family
  kafka         5  Channels family
  glue          3  data-quality ruleset evaluation, catalog export config
  directconnect 1  ListVirtualInterfaceRoutes
  dynamodb      1  SearchVectors

All 31 are additive new feature families, not renames. The reverse
phantom check confirms this: it found zero new entries, still reporting
only the three known exceptions (iotdataplane's admin extensions, rds'
GetPerformanceInsightsMetrics, s3's presigned pseudo-ops). There is no
operation we advertise under a name the SDK has since changed.

The two cleanup categories this batch was meant to sweep were both
empty. No notImplemented manifest entry has gone stale, and no route
needed re-pointing at a renamed operation.

Implementing the 31 operations is deliberately not in this commit -- they
need real backend state and wire shapes verified against the bumped SDK,
which is its own scoped work rather than something to bury in a
dependency bump.

Gates: go build and go vet clean, golangci-lint 0 issues. The unit suite
is red only on the six TestSDKCompleteness failures documented above.
One unrelated pre-existing flake surfaced under full parallel load
(services/eks TestAsyncLifecycle_Nodegroup, "status = CREATING, want
ACTIVE"); it passes in isolation and no eks module or source was touched.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
31 new operations across six services, the two UI upgrades deferred for
missing tooling, and the eks nodegroup flake.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…r services

Four of the six services that TestSDKCompleteness started failing after
the service-module bump. ec2 (13 ops) and quicksight (8) follow
separately.

kafka gains the whole MSK Channels family -- CreateChannel,
DeleteChannel, DescribeChannel, ListChannels, UpdateChannel -- backed by
real state. A channel created by CreateChannel is findable by Describe
and List, mutable by Update, removed by Delete, and survives a
snapshot/restore round trip. MSK is REST-JSON, so each route was matched
against the SDK's serializers for method and URI path rather than
guessed, and DescribeChannel's response was field-diffed against
deserializeDocumentChannelInfo including every nested type. ListChannels
returns the distinct, smaller ChannelInfo shape the SDK expects, not the
full record. Tag operations now recognise channel ARNs, since
CreateChannel accepts tags.

glue gains BatchGetDataQualityRulesetEvaluationRun, which reads the
existing dataQualityEvalRuns table and splits found from missing the way
BatchGetCrawlers already does, plus Get and
PutDataCatalogExportConfiguration. Neither export-configuration input
carries a CatalogId, so it is modelled as one backend-global singleton
following the existing identity-centre config pattern, and it really
stores the encryption configuration and timestamps.

Three of these operations could not be implemented with real data, and
took validation plus an honest empty response rather than invented
values.

dynamodb SearchVectors: gopherstack models no vector index anywhere --
neither CreateTable nor UpdateTable has any code path that attaches one.
The operation validates all four required fields, does a real table
lookup, and then returns ResourceNotFoundException for the index using
the same message format Query and Scan already use for a missing GSI.
That is honest rather than evasive: no vector index can exist in this
backend, so "not found" is always true.

directconnect ListVirtualInterfaceRoutes: BGPPeer records track
configuration only, never a live BGP session's route table. The operation
validates the virtual interface exists and returns an empty route list.

glue's export configuration reports Status settling synchronously to
match ExportSetting, since there is no real S3 Tables pipeline to move
through ENABLING or DISABLING, and leaves S3TableBucketArn empty because
no input field anywhere in the API supplies it.

All three are recorded in their services' PARITY.md gaps, along with
kafka's: channel lifecycle operations complete immediately with no
CREATING window, CreateChannel does not restrict creation to MSK Express
clusters since gopherstack has no cluster-type distinction, and it does
not verify TopicArn references resolve.

Gates: TestSDKCompleteness passes for all four, go build and go vet
clean, golangci-lint 0 issues, all package tests pass under -race.

Refs gopherstack-dtay

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ady owns

The SDK bump to v1.123.1 exposed an eight-operation TopicV2 family:
Create, Delete, Describe, List, Search, Update, plus DescribeTopicPermissions
and UpdateTopicPermissions.

The design question was whether V2 is a separate resource or a second
schema over the existing one. Three pieces of SDK evidence say the
latter. CreateTopicInput and CreateTopicV2Input carry an identical
"unique per Region per account" doc comment for TopicId with no separate
V2 namespace, and both return ResourceExistsException on collision.
types.TopicUserExperienceVersion, which exists only on the V1 shape, has
the value NEW_READER_EXPERIENCE -- the V1 side already models "this topic
uses the V2 schema". And the V2 permissions outputs are byte-identical to
V1's with no version discriminator, because permissions belong to the
topic, not to a schema version.

So all eight operations read and write the same b.topics collection
rather than a parallel store. Only CreateTopicV2 and UpdateTopicV2 needed
new backend methods, since they genuinely accept different parameters --
no UserExperienceVersion or Permissions, plus CustomInstructions and
DataSetRelations, with full-replace update semantics. Describe, Delete,
List and Search call the existing V1 backend methods, and both permission
operations route to the existing V1 handlers.

A dedicated test proves the sharing: a topic created through V1 is
visible to DescribeTopicV2, a topic created through V2 is visible to V1's
DescribeTopic with UserExperienceVersion NEW_READER_EXPERIENCE,
DeleteTopicV2 removes a V1-created topic, and an ID collision across the
two families conflicts.

Routes were read off the serializers rather than inferred, which caught
one trap: SearchTopicsV2 carries MaxResults and NextToken in the JSON
body, while ListTopicsV2 takes them as query parameters.

One gap is recorded honestly. The two schemas are not losslessly
convertible -- V1 has ConfigOptions and rich DatasetMetadata, V2 has
DataSetRelations and CustomInstructions -- so each family's exclusive
fields are stored separately rather than one clobbering the other, and
are not projected into the other family's Describe. There is no SDK
evidence for how real AWS projects one into the other, so inventing a
mapping would be fabrication.

Implementing this also surfaced two pre-existing V1 bugs, left unfixed
here and filed separately rather than silently carried forward into V2:
V1 SearchTopics reads MaxResults and NextToken from query parameters when
the real SDK puts them in the body, and V1 DeleteTopic's response omits
the Arn the real DeleteTopicOutput carries.

Gates: TestSDKCompleteness passes, go build and go vet clean,
golangci-lint 0 issues, package tests pass under -race.

Refs gopherstack-dtay

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…licy table entries

The last 13 of the 31 operations the SDK bump to v1.319.1 exposed.

Transit Gateway policy table entries -- Create, Delete and Modify -- build
on the policy table model that already existed, adding a real entry store
keyed by policy table and rule number, mirroring the metering policy
entry pattern. Create validates that TargetRouteTableId refers to a route
table that actually exists, Modify implements AWS's "unspecified fields
retain their current value" semantics, and DeleteTransitGatewayPolicyTable
now cascades to entries as well as associations.

This also fixed a claim that the bump falsified.
GetTransitGatewayPolicyTableEntries carried a comment stating "Real AWS
exposes no API to create policy table entries directly" and returned an
always-empty list. That was true when written and is not true now, so it
returns real stored entries.

Application Status Checks -- ten operations covering create, delete,
modify, associate, disassociate, three describes, and suppression
enable/disable. The check is a health-check definition associable with
instances or tags and individually suppressible per instance. Real
documented defaults are applied on create (path /, interval 60, timeout
6, failure threshold 2, success threshold 5, status code matcher 200,
initialization grace period 300, aggregation included) and the real
50-check-per-account quota is enforced. Suppression flips genuinely
persisted state that the describes then reflect, rather than being
accepted and dropped.

DescribeApplicationStatus is the one operation that cannot be honest and
complete at once, because nothing here executes real HTTP health checks.
It never returns ok, impaired or initializing. It returns only the three
ApplicationStatusEnum values that are fully derivable from tracked state:
suppressed, not-applicable when no included-aggregation check applies,
and insufficient-data when a check is associated but has never run --
each matching that value's documented AWS meaning. A test asserts the
fabricated values can never be produced.

Reading both deserializers rather than assuming symmetry caught a trap:
SuccessfulAssociationResponseObject.AssociationType uses INSTANCE_ID and
EC2TAG, while ApplicationStatusCheckAssociationObject.AssociationType
uses instance-id and tag. Same concept, two vocabularies, in one family.

Gaps recorded in PARITY.md: HealthCheckPaths is not modelled, and
AvailabilityZoneId, StatusSince and per-check Details are left empty
rather than invented.

With this, TestSDKCompleteness passes across all 159 services -- the full
forward check is clean and the reverse phantom check still reports only
the three known exceptions.

Gates: go build and go vet clean, golangci-lint 0 issues, package tests
pass under -race.

Refs gopherstack-dtay

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The reverse check finds operations gopherstack advertises that the AWS
SDK does not have. It has been reporting them through tb.Logf as a staged
rollout. The rollout is over: across all 159 services only three still
report phantoms, and all three are legitimate.

So the check now asserts instead of logging, backed by a documented
allowlist holding exactly seven names -- s3's PostObject,
PresignedGetObject and PresignedPutObject, which are presigned-URL
pseudo-operations rather than SDK methods; iotdataplane's ListConnections,
ListThingsWithShadows and RegisterConnection, which are gopherstack
admin-only extensions served on /_admin paths; and rds'
GetPerformanceInsightsMetrics, deliberately kept because deleting it
would remove real capability with no replacement. Each entry carries its
justification inline.

The allowlist is a package-level map keyed by the SDK client's concrete
type rather than a new CheckCompleteness parameter, because the function
already derives everything from that client by reflection and a new
parameter would have meant touching all 160 call sites. Nothing was added
to export_test.go.

Verified the assertion can actually fail, since a strict check that never
bites is worse than the tb.Logf it replaces: injecting a fake operation
into a service's supported-operations list produces "Should be empty, but
was [...]", and removing it returns to green.

check_test.go's TestCheckCompleteness_ReportsPhantomOpNonFatally asserted
the old non-fatal behaviour, so it is renamed and now asserts the spy
recorded a failure.

rds returns to A. Both reasons for its downgrade are resolved:
DescribeCustomDBEngineVersions was removed from the wire surface by the
same pass that recorded the downgrade, and GetPerformanceInsightsMetrics
is no longer an undisclosed gap now that it is an explicit allowlist
entry. Its two pre-existing gaps did not block an A grade before and do
not now. The old rationale is kept below as history rather than deleted.

The terraform-test target's timeout goes from 10m to 45m; the suite takes
about 23 minutes, so the gate was failing spuriously.

Closes gopherstack-vhw2, closes gopherstack-zv7f

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…cs they feed

cmd/gendocs builds the root README table, every per-service README and
the public badges from PARITY.md frontmatter, so stale frontmatter is not
a cosmetic problem -- it makes the project misreport itself.

networkmanager's manifest still opened "PRE-IMPLEMENTATION AUDIT, NOT YET
BUILT -- services/networkmanager/ does not exist yet". That was true when
written and was falsified by 87dee6d, which shipped the service: 95
operations, 45 Go files, 9662 non-test lines, 17 cli.go references. Its
families were all marked gap and it carried no ops rows at all.

Every operation row was derived by reading code, not assumed. For
networkmanager the route builders across handler.go and the eleven
handler_*.go files were diffed against the SDK's own 95-operation list
and matched exactly. 81 operations are ok; 14 are partial, each with a
specific reason -- cross-service EC2 and DirectConnect ARNs accepted
without a live backend reference to validate against, StartRouteAnalysis
returning a deterministic NOT_CONNECTED with no transit gateway graph
walk, the core network change set and change events endpoints returning
an empty diff because there is no policy-JSON diff engine, routing
information and network routes empty because there is no BGP engine, and
network telemetry reporting UP only.

mgn had the same shape of problem -- body prose describing a finished
implementation while families and ops stayed stuck on the
pre-implementation gap state. Its 95 operations are now recorded, 83 ok
and 12 partial, and the prose claims were re-verified against the code
rather than trusted: the S3 wiring really is in cli.go, StartImport
really does read S3, and the mapper-segment and network-migration result
endpoints really do always return empty.

directconnect only needed its leftover "Zero operations implemented"
line removed; its 64-operation table was already accurate.

No overall grade changed. All three depend on the integration-test
question in gopherstack-r9yz, which is what actually gates their grades,
and networkmanager deliberately keeps its gap marker until that is
settled rather than being quietly promoted here.

The regenerated docs move the badges from 5681 to 6076 operations and
from 154 to 161 services, and networkmanager, mgn and directconnect get
per-service READMEs for the first time -- they had never been generated,
because a manifest with zero ops rows produces nothing.

Closes gopherstack-3ajx

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… check caught

Flipping the reverse phantom check to a hard assertion immediately caught
something the tb.Logf version had been quietly logging: bedrock advertises
GetAgentMemory and DeleteAgentMemory, which are not methods on the
bedrock-agent control-plane client the check reflects over.

They are real AWS operations, on the bedrock-agent-runtime data-plane
client this repo does not vendor as its own service. Both are genuinely
implemented and wire-shape-routed under
/agents/{id}/agentversions/{v}/memories/..., and the reason was already
documented at services/bedrock/handler_agents_dispatch.go:137 -- the
check simply cannot see the runtime client. So they belong in the
allowlist, alongside the rds entry that exists for the same reason.

Worth recording why this was missed the first time. The verification
sweep ran `go test -run TestSDKCompleteness ./services/...`, and 157 of
the 158 sdkcheck call sites use exactly that name. bedrock's is
TestAgentsHandler_SDKCompleteness, so the -run filter skipped it, and the
sweep reported clean while a service was broken. The full `make test` run
is what caught it. A name-filtered sweep is only as complete as the naming
convention it assumes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 2097 files, which is 1997 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 28f64a01-2732-4b3c-af32-35fea3e75642

📥 Commits

Reviewing files that changed from the base of the PR and between e88712a and bc79427.

⛔ Files ignored due to path filters (5)
  • .badges/operations.svg is excluded by !**/*.svg
  • .badges/parity.svg is excluded by !**/*.svg
  • .badges/services.svg is excluded by !**/*.svg
  • go.sum is excluded by !**/*.sum
  • ui/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2097)
  • .beads/issues.jsonl
  • .dockerignore
  • .github/workflows/ci.yml
  • .golangci.yml
  • AGENTS.md
  • Dockerfile.test
  • Makefile
  • README.md
  • cli.go
  • cli_acm_rgtapi_tags_wiring_test.go
  • cli_apigateway_rgtapi_tags_wiring_test.go
  • cli_appsync_rgtapi_tags_wiring_test.go
  • cli_emrserverless_rgtapi_tags_wiring_test.go
  • cli_organizations_rgtapi_tags_wiring_test.go
  • cli_rgtapi_tagpolicy_wiring_test.go
  • cli_s3_rgtapi_tags_wiring_test.go
  • cli_s3control_rgtapi_tags_wiring_test.go
  • cli_sagemaker_s3_pipeline_wiring_test.go
  • cli_service_registration_test.go
  • cli_ssoadmin_rgtapi_tags_wiring_test.go
  • cli_test.go
  • cli_timestreamquery_tags_wiring_test.go
  • cmd/gendocs/model.go
  • cmd/gendocs/parser.go
  • cmd/gendocs/readmetable.go
  • cmd/gendocs/render.go
  • dashboard/ui.go
  • dashboard/ui_test.go
  • go.mod
  • internal/teststack/teststack.go
  • pkgs/awscron/awscron.go
  • pkgs/awscron/awscron_test.go
  • pkgs/httputils/coverage_boost_test.go
  • pkgs/httputils/httputils.go
  • pkgs/persistence/export_test.go
  • pkgs/persistence/file_test.go
  • pkgs/persistence/snapshotversion_guard_test.go
  • pkgs/persistence/testdata/snapshot_inventory.json
  • pkgs/persistence/whitebox_test.go
  • pkgs/sdkcheck/check.go
  • pkgs/sdkcheck/check_test.go
  • pkgs/sdkcheck/export_test.go
  • pkgs/service/regions.go
  • pkgs/service/regions_test.go
  • pkgs/telemetry/collector_test.go
  • pkgs/telemetry/export_test.go
  • pkgs/worker/group_test.go
  • pkgs/worker/lifecycle_test.go
  • services/_PARITY_TEMPLATE.md
  • services/accessanalyzer/analyzers.go
  • services/accessanalyzer/tags.go
  • services/accessanalyzer/tags_test.go
  • services/account/PARITY.md
  • services/account/README.md
  • services/account/account_info.go
  • services/account/account_info_test.go
  • services/account/errors.go
  • services/account/handler.go
  • services/account/handler_account_info_test.go
  • services/account/handler_test.go
  • services/account/models.go
  • services/account/persistence.go
  • services/account/persistence_test.go
  • services/account/sdk_completeness_test.go
  • services/account/store.go
  • services/acm/README.md
  • services/acm/handler_certificates.go
  • services/acm/handler_certificates_test.go
  • services/acm/handler_create_tags_test.go
  • services/acm/handler_resource_tags.go
  • services/amplify/handler_create_tags_test.go
  • services/apigateway/PARITY.md
  • services/apigateway/README.md
  • services/apigateway/client_certificates.go
  • services/apigateway/deployments.go
  • services/apigateway/domain_names.go
  • services/apigateway/domain_names_test.go
  • services/apigateway/handler.go
  • services/apigateway/handler_create_tags_test.go
  • services/apigateway/handler_router.go
  • services/apigateway/models.go
  • services/apigateway/patch.go
  • services/apigateway/patch_test.go
  • services/apigateway/persistence.go
  • services/apigateway/persistence_test.go
  • services/apigateway/stages.go
  • services/apigateway/store.go
  • services/apigateway/tags.go
  • services/apigateway/usage_plans.go
  • services/apigateway/vpc_links.go
  • services/apigatewaymanagementapi/README.md
  • services/apigatewayv2/apis_test.go
  • services/apigatewayv2/domain_names.go
  • services/apigatewayv2/handler_create_tags_test.go
  • services/apigatewayv2/models.go
  • services/apigatewayv2/portals.go
  • services/apigatewayv2/stages.go
  • services/apigatewayv2/tags.go
  • services/appconfig/README.md
  • services/appconfig/bridge_test.go
  • services/appconfig/configuration.go
  • services/appconfig/configuration_test.go
  • services/appconfig/deployment_publisher.go
  • services/appconfig/deployments.go
  • services/appconfig/export_test.go
  • services/appconfig/handler.go
  • services/appconfig/interfaces.go
  • services/appconfig/leak_test.go
  • services/appconfig/store.go
  • services/appconfig/tags.go
  • services/appconfig/whitebox_test.go
  • services/appconfigdata/PARITY.md
  • services/appconfigdata/README.md
  • services/appconfigdata/configuration.go
  • services/appconfigdata/interfaces.go
  • services/applicationautoscaling/README.md
  • services/applicationautoscaling/tags.go
  • services/appmesh/tags.go
  • services/apprunner/export_test.go
  • services/apprunner/handler_create_tags_test.go
  • services/apprunner/leak_test.go
  • services/apprunner/tags.go
  • services/apprunner/whitebox_test.go
  • services/appstream/handler_create_tags_test.go
  • services/appstream/tags.go
  • services/appsync/PARITY.md
  • services/appsync/README.md
  • services/appsync/graphql.go
  • services/appsync/graphql_js_pipeline_test.go
  • services/appsync/handler.go
  • services/appsync/handler_create_tags_test.go
  • services/appsync/jseval.go
  • services/appsync/models.go
  • services/appsync/tags.go
  • services/appsync/vtl.go
  • services/autoscaling/PARITY.md
  • services/autoscaling/README.md
  • services/autoscaling/auto_scaling_groups.go
  • services/autoscaling/handler_auto_scaling_groups.go
  • services/autoscaling/handler_auto_scaling_groups_test.go
  • services/autoscaling/handler_create_tags_test.go
  • services/autoscaling/handler_customized_metrics_test.go
  • services/autoscaling/handler_lifecycle_hooks.go
  • services/autoscaling/handler_lifecycle_hooks_test.go
  • services/autoscaling/handler_scaling_policies.go
  • services/autoscaling/handler_scaling_policies_test.go
  • services/autoscaling/instances.go
  • services/autoscaling/lifecycle_hooks.go
  • services/autoscaling/lifecycle_hooks_test.go
  • services/autoscaling/models.go
  • services/autoscaling/persistence.go
  • services/autoscaling/persistence_test.go
  • services/autoscaling/scaling_policies.go
  • services/autoscaling/sdk_roundtrip_helper_test.go
  • services/autoscaling/store.go
  • services/awsconfig/PARITY.md
  • services/awsconfig/README.md
  • services/awsconfig/aggregators.go
  • services/awsconfig/aggregators_test.go
  • services/awsconfig/config_rules_test.go
  • services/awsconfig/configuration_recorders.go
  • services/awsconfig/configuration_recorders_test.go
  • services/awsconfig/conformance_pack_compliance_test.go
  • services/awsconfig/conformance_pack_template.go
  • services/awsconfig/conformance_pack_template_test.go
  • services/awsconfig/conformance_packs.go
  • services/awsconfig/conformance_packs_test.go
  • services/awsconfig/handler_aggregators.go
  • services/awsconfig/handler_aggregators_test.go
  • services/awsconfig/handler_config_rules.go
  • services/awsconfig/handler_configuration_recorders.go
  • services/awsconfig/handler_conformance_packs.go
  • services/awsconfig/handler_conformance_packs_test.go
  • services/awsconfig/handler_stored_queries.go
  • services/awsconfig/handler_stored_queries_test.go
  • services/awsconfig/models.go
  • services/awsconfig/persistence_test.go
  • services/awsconfig/resources_test.go
  • services/awsconfig/stored_queries.go
  • services/awsconfig/stored_queries_test.go
  • services/awsconfig/tags.go
  • services/awsconfig/tags_test.go
  • services/backup/copy_jobs.go
  • services/backup/models.go
  • services/backup/persistence.go
  • services/backup/persistence_registered_tables_test.go
  • services/backup/persistence_state_test.go
  • services/backup/restore_jobs.go
  • services/backup/store.go
  • services/backup/store_setup.go
  • services/batch/handler.go
  • services/batch/handler_test.go
  • services/bedrock/PARITY.md
  • services/bedrock/README.md
  • services/bedrock/automated_reasoning_policies.go
  • services/bedrock/custom_models.go
  • services/bedrock/evaluation_jobs.go
  • services/bedrock/flow_aliases.go
  • services/bedrock/flow_versions.go
  • services/bedrock/flows.go
  • services/bedrock/foundation_models.go
  • services/bedrock/handler_agents_dispatch.go
  • services/bedrock/handler_agents_tags_routing_test.go
  • services/bedrock/handler_agents_test.go
  • services/bedrock/handler_automated_reasoning_policies.go
  • services/bedrock/handler_automated_reasoning_policies_test.go
  • services/bedrock/handler_create_tags_test.go
  • services/bedrock/handler_custom_model_base_model_test.go
  • services/bedrock/handler_custom_models.go
  • services/bedrock/handler_custom_models_test.go
  • services/bedrock/handler_evaluation_jobs.go
  • services/bedrock/handler_evaluation_jobs_test.go
  • services/bedrock/handler_flow_aliases.go
  • services/bedrock/handler_flow_aliases_test.go
  • services/bedrock/handler_flow_prompt_arn_test.go
  • services/bedrock/handler_flow_prompt_typed_client_test.go
  • services/bedrock/handler_flow_versions.go
  • services/bedrock/handler_flow_versions_test.go
  • services/bedrock/handler_flows.go
  • services/bedrock/handler_flows_test.go
  • services/bedrock/handler_inference_profiles.go
  • services/bedrock/handler_inference_profiles_test.go
  • services/bedrock/handler_marketplace_model_endpoints.go
  • services/bedrock/handler_marketplace_model_endpoints_test.go
  • services/bedrock/handler_model_copy_jobs.go
  • services/bedrock/handler_model_customization_jobs.go
  • services/bedrock/handler_model_customization_jobs_test.go
  • services/bedrock/handler_prompt_versions_test.go
  • services/bedrock/handler_prompts.go
  • services/bedrock/handler_prompts_test.go
  • services/bedrock/handler_provisioned_throughput_arn_test.go
  • services/bedrock/inference_profiles.go
  • services/bedrock/marketplace_model_endpoints.go
  • services/bedrock/model_customization_jobs.go
  • services/bedrock/models.go
  • services/bedrock/persistence_test.go
  • services/bedrock/prompts.go
  • services/bedrock/provisioned_throughput.go
  • services/bedrock/store.go
  • services/bedrock/tags.go
  • services/bedrockagent/PARITY.md
  • services/bedrockagent/README.md
  • services/bedrockagent/agent_action_groups.go
  • services/bedrockagent/agent_collaborators.go
  • services/bedrockagent/agent_knowledge_bases.go
  • services/bedrockagent/agent_version_immutability_test.go
  • services/bedrockagent/agent_version_snapshot_test.go
  • services/bedrockagent/agent_versions.go
  • services/bedrockagent/agents.go
  • services/bedrockagent/handler.go
  • services/bedrockagent/handler_flows.go
  • services/bedrockagent/handler_flows_test.go
  • services/bedrockruntime/PARITY.md
  • services/bedrockruntime/README.md
  • services/bedrockruntime/chaos_test.go
  • services/bedrockruntime/handler.go
  • services/bedrockruntime/handler_test.go
  • services/ce/README.md
  • services/ce/tags.go
  • services/cleanrooms/PARITY.md
  • services/cleanrooms/README.md
  • services/cleanrooms/collaborations.go
  • services/cleanrooms/collaborations_test.go
  • services/cleanrooms/handler.go
  • services/cleanrooms/handler_collaborations.go
  • services/cleanrooms/handler_create_tags_test.go
  • services/cleanrooms/interfaces.go
  • services/cleanrooms/models.go
  • services/cleanrooms/persistence_test.go
  • services/cleanrooms/privacy_budgets.go
  • services/cleanrooms/privacy_budgets_test.go
  • services/cleanrooms/tags.go
  • services/cloudcontrol/README.md
  • services/cloudformation/PARITY.md
  • services/cloudformation/README.md
  • services/cloudformation/batch_describe_type_configurations_test.go
  • services/cloudformation/change_sets.go
  • services/cloudformation/change_sets_test.go
  • services/cloudformation/changeset_feature_test.go
  • services/cloudformation/handler.go
  • services/cloudformation/handler_change_sets.go
  • services/cloudformation/handler_create_tags_test.go
  • services/cloudformation/handler_drift_detection.go
  • services/cloudformation/handler_stack_refactors.go
  • services/cloudformation/handler_stack_resources.go
  • services/cloudformation/handler_stack_sets.go
  • services/cloudformation/handler_stacks.go
  • services/cloudformation/handler_type_registry.go
  • services/cloudformation/models.go
  • services/cloudformation/organizations_directory.go
  • services/cloudformation/persistence_test.go
  • services/cloudformation/provider.go
  • services/cloudformation/resources.go
  • services/cloudformation/resources_appsync.go
  • services/cloudformation/resources_cloudfront.go
  • services/cloudformation/resources_dependent_services_test.go
  • services/cloudformation/resources_ec2_network.go
  • services/cloudformation/resources_extended.go
  • services/cloudformation/resources_resiliencehub.go
  • services/cloudformation/resources_resiliencehub_test.go
  • services/cloudformation/sdk_roundtrip_helper_test.go
  • services/cloudformation/stack_instances.go
  • services/cloudformation/stack_instances_account_filter_test.go
  • services/cloudformation/stack_instances_ou_test.go
  • services/cloudformation/stack_instances_test.go
  • services/cloudformation/stack_lifecycle_test.go
  • services/cloudformation/stack_refactor_move_test.go
  • services/cloudformation/stack_refactors.go
  • services/cloudformation/stack_sets.go
  • services/cloudformation/stacks_test.go
  • services/cloudformation/stackset_instance_feature_test.go
  • services/cloudformation/store.go
  • services/cloudformation/store_direct_test.go
  • services/cloudformation/type_registry.go
  • services/cloudfront/PARITY.md
  • services/cloudfront/README.md
  • services/cloudfront/already_exists_error_codes_test.go
  • services/cloudfront/anycast_ip_lists.go
  • services/cloudfront/distributions.go
  • services/cloudfront/distributions_transition_test.go
  • services/cloudfront/functions.go
  • services/cloudfront/handler_anycast_ip_lists.go
  • services/cloudfront/handler_anycast_ip_lists_test.go
  • services/cloudfront/handler_cache_policies_test.go
  • services/cloudfront/handler_connection.go
  • services/cloudfront/handler_connection_test.go
  • services/cloudfront/handler_continuous_deployment_test.go
  • services/cloudfront/handler_create_tags_test.go
  • services/cloudfront/handler_dispatch_test.go
  • services/cloudfront/handler_distribution_tenants.go
  • services/cloudfront/handler_distribution_tenants_lifecycle_test.go
  • services/cloudfront/handler_distribution_tenants_test.go
  • services/cloudfront/handler_distributions.go
  • services/cloudfront/handler_distributions_lifecycle_test.go
  • services/cloudfront/handler_distributions_test.go
  • services/cloudfront/handler_distributions_validation_test.go
  • services/cloudfront/handler_field_level_encryption_test.go
  • services/cloudfront/handler_functions.go
  • services/cloudfront/handler_functions_test.go
  • services/cloudfront/handler_invalidations_test.go
  • services/cloudfront/handler_key_groups_test.go
  • services/cloudfront/handler_key_value_store.go
  • services/cloudfront/handler_key_value_store_test.go
  • services/cloudfront/handler_monitoring_test.go
  • services/cloudfront/handler_origin_access_test.go
  • services/cloudfront/handler_origin_request_policies_test.go
  • services/cloudfront/handler_paths_test.go
  • services/cloudfront/handler_realtime_log_configs_test.go
  • services/cloudfront/handler_resource_policies_test.go
  • services/cloudfront/handler_response_headers_policies_test.go
  • services/cloudfront/handler_streaming_distributions.go
  • services/cloudfront/handler_streaming_distributions_test.go
  • services/cloudfront/handler_tags.go
  • services/cloudfront/handler_tags_test.go
  • services/cloudfront/handler_test.go
  • services/cloudfront/handler_trust_stores.go
  • services/cloudfront/handler_trust_stores_test.go
  • services/cloudfront/handler_vpc_origins.go
  • services/cloudfront/handler_vpc_origins_test.go
  • services/cloudfront/inconsistent_quantities_test.go
  • services/cloudfront/key_value_store.go
  • services/cloudfront/managed_policies_test.go
  • services/cloudfront/models.go
  • services/cloudfront/persistence.go
  • services/cloudfront/persistence_test.go
  • services/cloudfront/provider.go
  • services/cloudfront/sdk_completeness_test.go
  • services/cloudfront/store.go
  • services/cloudfront/store_setup_test.go
  • services/cloudfront/store_test.go
  • services/cloudfront/tags.go
  • services/cloudfront/test_helpers_test.go
  • services/cloudfront/trust_stores.go
  • services/cloudfront/vpc_origins.go
  • services/cloudtrail/handler_create_tags_test.go
  • services/cloudwatch/PARITY.md
  • services/cloudwatch/README.md
  • services/cloudwatch/alarm_mute_rules.go
  • services/cloudwatch/alarm_mute_rules_test.go
  • services/cloudwatch/alarm_mute_schedule.go
  • services/cloudwatch/alarm_mute_suppression_test.go
  • services/cloudwatch/alarm_state.go
  • services/cloudwatch/composite_alarms.go
  • services/cloudwatch/firehose_interop_test.go
  • services/cloudwatch/handler_alarm_mute_rules.go
  • services/cloudwatch/handler_alarm_mute_rules_test.go
  • services/cloudwatch/handler_create_tags_test.go
  • services/cloudwatch/handler_insight_rules_test.go
  • services/cloudwatch/handler_metrics.go
  • services/cloudwatch/handler_metrics_test.go
  • services/cloudwatch/insight_rule_validation.go
  • services/cloudwatch/insight_rule_validation_test.go
  • services/cloudwatch/interfaces.go
  • services/cloudwatch/metric_stream_delivery.go
  • services/cloudwatch/metric_stream_delivery_test.go
  • services/cloudwatch/metrics.go
  • services/cloudwatch/models.go
  • services/cloudwatch/persistence_test.go
  • services/cloudwatch/rpcv2cbor.go
  • services/cloudwatch/rpcv2cbor_alarm_mute_rules.go
  • services/cloudwatch/rpcv2cbor_alarms.go
  • services/cloudwatch/rpcv2cbor_composite_alarms.go
  • services/cloudwatch/rpcv2cbor_dashboards.go
  • services/cloudwatch/rpcv2cbor_insight_rules.go
  • services/cloudwatch/rpcv2cbor_log_alarms.go
  • services/cloudwatch/rpcv2cbor_metric_streams.go
  • services/cloudwatch/rpcv2cbor_otel_enrichment.go
  • services/cloudwatch/rpcv2cbor_test.go
  • services/cloudwatch/sdk_alarm_mute_rule_test.go
  • services/cloudwatch/sdk_roundtrip_helper_test.go
  • services/cloudwatch/store.go
  • services/cloudwatch/store_setup.go
  • services/cloudwatch/whitebox_test.go
  • services/cloudwatchlogs/README.md
  • services/cloudwatchlogs/handler_anomaly_detectors.go
  • services/cloudwatchlogs/handler_create_tags_test.go
  • services/cloudwatchlogs/handler_log_groups.go
  • services/cloudwatchlogs/handler_scheduled_queries.go
  • services/codeartifact/PARITY.md
  • services/codeartifact/README.md
  • services/codeartifact/handler.go
  • services/codeartifact/handler_create_tags_test.go
  • services/codeartifact/handler_package_groups.go
  • services/codeartifact/handler_package_groups_list_test.go
  • services/codeartifact/handler_package_groups_test.go
  • services/codeartifact/handler_package_versions_assets_test.go
  • services/codeartifact/handler_package_versions_test.go
  • services/codeartifact/handler_packages_test.go
  • services/codeartifact/package_group_pattern.go
  • services/codeartifact/package_group_pattern_test.go
  • services/codeartifact/package_groups.go
  • services/codeartifact/persistence_test.go
  • services/codeartifact/tags.go
  • services/codebuild/curated_environments.go
  • services/codebuild/export_test.go
  • services/codebuild/fleets.go
  • services/codebuild/handler.go
  • services/codebuild/handler_create_tags_test.go
  • services/codebuild/handler_fleets.go
  • services/codebuild/handler_projects.go
  • services/codebuild/handler_reports.go
  • services/codebuild/handler_test.go
  • services/codebuild/models.go
  • services/codebuild/pagination_test.go
  • services/codebuild/projects_schema_test.go
  • services/codebuild/reports.go
  • services/codebuild/tagswire.go
  • services/codebuild/whitebox_test.go
  • services/codecommit/PARITY.md
  • services/codecommit/README.md
  • services/codecommit/commits.go
  • services/codecommit/files.go
  • services/codecommit/handler_commits_test.go
  • services/codecommit/handler_files_test.go
  • services/codecommit/handler_merges.go
  • services/codecommit/handler_merges_test.go
  • services/codecommit/handler_test.go
  • services/codecommit/merges.go
  • services/codecommit/tags.go
  • services/codeconnections/tags.go
  • services/codedeploy/deployments.go
  • services/codedeploy/export_test.go
  • services/codedeploy/handler_deployments.go
  • services/codedeploy/persistence_test.go
  • services/codedeploy/store_test.go
  • services/codedeploy/tags.go
  • services/codedeploy/whitebox_test.go
  • services/codepipeline/README.md
  • services/codepipeline/custom_action_types.go
  • services/codepipeline/handler_create_tags_test.go
  • services/codepipeline/models.go
  • services/codepipeline/persistence.go
  • services/codepipeline/persistence_test.go
  • services/codepipeline/store.go
  • services/codepipeline/store_setup.go
  • services/codepipeline/tags.go
  • services/codestarconnections/PARITY.md
  • services/codestarconnections/README.md
  • services/codestarconnections/handler_create_tags_test.go
  • services/cognitoidentity/README.md
  • services/cognitoidentity/errors_test.go
  • services/cognitoidentity/export_test.go
  • services/cognitoidentity/handler.go
  • services/cognitoidp/PARITY.md
  • services/cognitoidp/README.md
  • services/cognitoidp/auth.go
  • services/cognitoidp/auth_challenges.go
  • services/cognitoidp/branding.go
  • services/cognitoidp/branding_test.go
  • services/cognitoidp/devices_test.go
  • services/cognitoidp/domains.go
  • services/cognitoidp/domains_test.go
  • services/cognitoidp/errors.go
  • services/cognitoidp/handler.go
  • services/cognitoidp/handler_auth.go
  • services/cognitoidp/handler_branding.go
  • services/cognitoidp/handler_create_tags_test.go
  • services/cognitoidp/handler_domains.go
  • services/cognitoidp/handler_security_config.go
  • services/cognitoidp/handler_terms.go
  • services/cognitoidp/handler_user_import.go
  • services/cognitoidp/handler_user_pools.go
  • services/cognitoidp/handler_users_test.go
  • services/cognitoidp/handler_webauthn.go
  • services/cognitoidp/lambda_triggers.go
  • services/cognitoidp/mfa_test.go
  • services/cognitoidp/models_branding.go
  • services/cognitoidp/models_domains.go
  • services/cognitoidp/models_mfa.go
  • services/cognitoidp/models_security_config.go
  • services/cognitoidp/models_terms.go
  • services/cognitoidp/models_user_import.go
  • services/cognitoidp/models_user_pools.go
  • services/cognitoidp/models_users.go
  • services/cognitoidp/models_webauthn.go
  • services/cognitoidp/persistence.go
  • services/cognitoidp/persistence_internal_test.go
  • services/cognitoidp/persistence_test.go
  • services/cognitoidp/security_config_test.go
  • services/cognitoidp/srp.go
  • services/cognitoidp/srp_client_test.go
  • services/cognitoidp/srp_test.go
  • services/cognitoidp/store.go
  • services/cognitoidp/store_setup.go
  • services/cognitoidp/tags.go
  • services/cognitoidp/terms.go
  • services/cognitoidp/terms_test.go
  • services/cognitoidp/user_import.go
  • services/cognitoidp/user_import_test.go
  • services/cognitoidp/user_migration.go
  • services/cognitoidp/user_migration_test.go
  • services/cognitoidp/users.go
  • services/cognitoidp/users_test.go
  • services/cognitoidp/webauthn.go
  • services/cognitoidp/webauthn_test.go
  • services/comprehend/README.md
  • services/comprehend/store.go
  • services/databrew/README.md
  • services/databrew/handler_create_tags_test.go
  • services/datasync/tags.go
  • services/dax/README.md
  • services/dax/tags.go
  • services/detective/export_test.go
  • services/detective/handler_administrator.go
  • services/detective/handler_graphs.go
  • services/detective/handler_investigations.go
  • services/detective/handler_members.go
  • services/detective/handler_members_test.go
  • services/detective/tags.go
  • services/detective/whitebox_test.go
  • services/directconnect/PARITY.md
  • services/directconnect/README.md
  • services/directconnect/handler.go
  • services/directconnect/handler_create_tags_test.go
  • services/directconnect/handler_vifs.go
  • services/directconnect/routes.go
  • services/directconnect/routes_test.go
  • services/directconnect/wire.go
  • services/directconnect/wire_ops.go
  • services/directoryservice/README.md
  • services/directoryservice/handler_create_tags_test.go
  • services/dlm/PARITY.md
  • services/dlm/README.md
  • services/dlm/handler.go
  • services/dlm/handler_lifecycle_policies_test.go
  • services/dlm/handler_test.go
  • services/dlm/interfaces.go
  • services/dlm/lifecycle_policies.go
  • services/dlm/lifecycle_policies_test.go
  • services/dlm/models.go
  • services/dlm/tags.go
  • services/dms/PARITY.md
  • services/dms/README.md
  • services/dms/handler_create_tags_test.go
  • services/dms/handler_endpoints.go
  • services/dms/handler_endpoints_test.go
  • services/dms/models.go
  • services/docdb/README.md
  • services/docdb/db_cluster_snapshots.go
  • services/docdb/events.go
  • services/docdb/handler_create_tags_test.go
  • services/docdb/handler_db_cluster_snapshots.go
  • services/docdb/handler_events.go
  • services/docdb/handler_global_clusters.go
  • services/docdb/handler_sdk_roundtrip_test.go
  • services/docdb/models.go
  • services/docdb/store_conversion_test.go
  • services/dynamodb/PARITY.md
  • services/dynamodb/README.md
  • services/dynamodb/batch_test.go
  • services/dynamodb/concurrent_table_lifecycle_test.go
  • services/dynamodb/export_test.go
  • services/dynamodb/handler.go
  • services/dynamodb/handler_create_tags_test.go
  • services/dynamodb/interfaces.go
  • services/dynamodb/item_ops_crud_itemsizes_test.go
  • services/dynamodb/janitor.go
  • services/dynamodb/janitor_stoptimers_race_internal_test.go
  • services/dynamodb/models/convert_ops.go
  • services/dynamodb/models/convert_table.go
  • services/dynamodb/models/types.go
  • services/dynamodb/persistence.go
  • services/dynamodb/pitr_test.go
  • services/dynamodb/search_vectors.go
  • services/dynamodb/search_vectors_test.go
  • services/dynamodb/store.go
  • services/dynamodb/store_setup.go
  • services/dynamodb/streams_ops_test.go
  • services/dynamodb/streams_shard_iterator_test.go
  • services/dynamodb/table_ops.go
  • services/dynamodb/table_size_test.go
  • services/dynamodb/table_validation.go
  • services/dynamodb/transact_ops.go
  • services/dynamodb/transact_ops_test.go
  • services/dynamodb/transact_validation.go
  • services/dynamodb/whitebox_test.go
  • services/ec2/PARITY.md
  • services/ec2/README.md
  • services/ec2/application_status_checks.go
  • services/ec2/application_status_checks_test.go
  • services/ec2/cleanup_test.go
  • services/ec2/compute_hooks_internal_test.go
  • services/ec2/cross_service.go
  • services/ec2/cross_service_test.go
  • services/ec2/ec2core.go
  • services/ec2/errors.go
  • services/ec2/handler.go
  • services/ec2/handler_application_status_checks.go
  • services/ec2/handler_application_status_checks_test.go
  • services/ec2/handler_capacity_family_test.go
  • services/ec2/handler_client_vpn_test.go
  • services/ec2/handler_core_test.go
  • services/ec2/handler_declarative_policies_test.go
  • services/ec2/handler_elastic_ips.go
  • services/ec2/handler_filters.go
  • services/ec2/handler_host_reservations_test.go
  • services/ec2/handler_image_ops_test.go
  • services/ec2/handler_instance_attrs.go
  • services/ec2/handler_instances.go
  • services/ec2/handler_instances_lifecycle.go
  • services/ec2/handler_ipam_policy.go
  • services/ec2/handler_key_pairs.go
  • services/ec2/handler_launch_templates.go
  • services/ec2/handler_local_gateway_test.go
  • services/ec2/handler_mac_hosts_test.go
  • services/ec2/handler_nat_gateways.go
  • services/ec2/handler_security_groups.go
  • services/ec2/handler_snapshots.go
  • services/ec2/handler_snapshots_test.go
  • services/ec2/handler_spot_instances.go
  • services/ec2/handler_subnets.go
  • services/ec2/handler_tags_test.go
  • services/ec2/handler_tgw_peripherals.go
  • services/ec2/handler_tgw_peripherals_test.go
  • services/ec2/handler_volumes.go
  • services/ec2/images.go
  • services/ec2/instance_attrs.go
  • services/ec2/instances.go
  • services/ec2/interfaces.go
  • services/ec2/ipam_policy.go
  • services/ec2/key_pairs.go
  • services/ec2/key_pairs_test.go
  • services/ec2/key_pairs_wire_test.go
  • services/ec2/mac_hosts.go
  • services/ec2/models.go
  • services/ec2/persistence_test.go
  • services/ec2/provider.go
  • services/ec2/resource_ids.go
  • services/ec2/resource_types.go
  • services/ec2/secondary_net.go
  • services/ec2/spot_fleet.go
  • services/ec2/store.go
  • services/ec2/store_setup.go
  • services/ec2/subnets.go
  • services/ec2/tags.go
  • services/ec2/tgw_peripherals.go
  • services/ec2/tgw_peripherals_test.go
  • services/ec2/transit_gateways_test.go
  • services/ec2/vm_import_export.go
  • services/ecr/docker_registry_test.go
  • services/ecr/handler.go
  • services/ecs/README.md
  • services/ecs/agent.go
  • services/ecs/capacity_providers.go
  • services/ecs/daemon.go
  • services/ecs/handler_capacity_providers.go
  • services/ecs/handler_clusters.go
  • services/ecs/handler_clusters_test.go
  • services/ecs/handler_container_instances.go
  • services/ecs/handler_daemon.go
  • services/ecs/handler_daemon_test.go
  • services/ecs/handler_express_gateway_test.go
  • services/ecs/handler_service_deployments_wiring_test.go
  • services/ecs/handler_services_test.go
  • services/ecs/handler_tags_test.go
  • services/ecs/handler_test.go
  • services/ecs/persistence.go
  • services/ecs/persistence_internal_test.go
  • services/ecs/purge_leak_internal_test.go
  • services/ecs/service_deployments.go
  • services/ecs/services.go
  • services/ecs/store_setup.go
  • services/ecs/tags.go
  • services/eks/addons_test.go
  • services/eks/async_lifecycle_test.go
  • services/eks/fargate_profiles_test.go
  • services/eks/tags.go
  • services/eks/tags_test.go
  • services/elasticache/handler_cache_clusters.go
  • services/elasticache/handler_create_tags_test.go
  • services/elasticache/handler_parameter_groups.go
  • services/elasticache/handler_security_groups.go
  • services/elasticache/handler_serverless.go
  • services/elasticache/handler_snapshots.go
  • services/elasticache/handler_subnet_groups.go
  • services/elasticache/handler_tags.go
  • services/elasticache/handler_user_groups.go
  • services/elasticache/handler_users.go
  • services/elasticbeanstalk/handler_create_tags_test.go
  • services/elasticbeanstalk/handler_environments.go
  • services/elasticbeanstalk/whitebox_test.go
  • services/elbv2/PARITY.md
  • services/elbv2/README.md
  • services/elbv2/handler_listener_rules.go
  • services/elbv2/interfaces.go
  • services/elbv2/listener_rules.go
  • services/elbv2/listener_rules_transforms_test.go
  • services/elbv2/models.go
  • services/emr/PARITY.md
  • services/emr/README.md
  • services/emr/clusters.go
  • services/emr/handler_clusters.go
  • services/emr/handler_instances.go
  • services/emr/handler_instances_test.go
  • services/emr/handler_wire_shape_test.go
  • services/emr/instances.go
  • services/emr/models.go
  • services/emrserverless/handler_create_tags_test.go
  • services/emrserverless/tags.go
  • services/eventbridge/PARITY.md
  • services/eventbridge/README.md
  • services/eventbridge/delivery.go
  • services/eventbridge/delivery_ecs_test.go
  • services/eventbridge/models.go
  • services/eventbridge/schedule.go
  • services/eventbridge/schedule_test.go
  • services/eventbridge/scheduler.go
  • services/firehose/PARITY.md
  • services/firehose/README.md
  • services/firehose/delivery_iceberg.go
  • services/firehose/delivery_redshift.go
  • services/firehose/delivery_s3.go
  • services/firehose/delivery_snowflake.go
  • services/firehose/flush.go
  • services/firehose/interfaces.go
  • services/firehose/redshift_delivery_test.go
  • services/firehose/store.go
  • services/fis/README.md
  • services/fis/experiment_reports_test.go
  • services/fis/export_test.go
  • services/fis/tags.go
  • services/fis/whitebox_test.go
  • services/forecast/README.md
  • services/forecast/handler.go
  • services/forecast/handler_create_tags_test.go
  • services/forecast/store.go
  • services/forecast/tags.go
  • services/fsx/README.md
  • services/fsx/handler_create_tags_test.go
  • services/glacier/export_test.go
  • services/glacier/leak_test.go
  • services/glacier/select_sql_test.go
  • services/glacier/select_test.go
  • services/glacier/whitebox_test.go
  • services/glue/PARITY.md
  • services/glue/README.md
  • services/glue/blueprints.go
  • services/glue/catalogs.go
  • services/glue/data_quality_rulesets.go
  • services/glue/dev_endpoints.go
  • services/glue/handler.go
  • services/glue/handler_catalogs.go
  • services/glue/handler_catalogs_test.go
  • services/glue/handler_data_quality_rulesets.go
  • services/glue/handler_data_quality_rulesets_test.go
  • services/glue/handler_dev_endpoints_test.go
  • services/glue/handler_routing.go
  • services/glue/handler_tags_test.go
  • services/glue/handler_workflows.go
  • services/glue/handler_workflows_test.go
  • services/glue/interfaces.go
  • services/glue/jobs.go
  • services/glue/ml.go
  • services/glue/models.go
  • services/glue/persistence.go
  • services/glue/persistence_test.go
  • services/glue/store.go
  • services/glue/tags.go
  • services/glue/triggers.go
  • services/glue/user_defined_functions.go
  • services/glue/workflow_graph.go
  • services/glue/workflow_run_statistics_test.go
  • services/glue/workflows.go
  • services/grafana/PARITY.md
  • services/grafana/README.md
  • services/grafana/authentication_test.go
  • services/grafana/chaos_transitions.go
  • services/grafana/configuration_test.go
  • services/grafana/cross_service.go
  • services/grafana/errors.go
  • services/grafana/handler.go
  • services/grafana/handler_create_tags_test.go
  • services/grafana/handler_permissions.go
  • services/grafana/license_test.go
  • services/grafana/permissions.go
  • services/grafana/provider.go
  • services/grafana/store.go
  • services/grafana/workspace_update.go
  • services/grafana/workspaces.go
  • services/grafana/workspaces_test.go
  • services/guardduty/PARITY.md
  • services/guardduty/README.md
  • services/guardduty/handler_create_tags_test.go
  • services/guardduty/handler_detectors.go
  • services/guardduty/handler_members.go
  • services/guardduty/tags.go
  • services/iam/PARITY.md
  • services/iam/README.md
  • services/iam/access_advisor.go
  • services/iam/account.go
  • services/iam/account_test.go
  • services/iam/comprehensive_lock_test.go
  • services/iam/handler_account.go
  • services/iam/handler_create_tags_test.go
  • services/iam/handler_instance_profiles.go
  • services/iam/handler_mfa.go
  • services/iam/handler_providers.go
  • services/iam/handler_server_certificates.go
  • services/iam/mfa.go
  • services/iam/models_simulation_types.go
  • services/iam/persistence.go
  • services/iam/simulation.go
  • services/iam/ssh_keys.go
  • services/iam/store.go
  • services/iam/users.go
  • services/inspector2/PARITY.md
  • services/inspector2/README.md
  • services/inspector2/handler.go
  • services/inspector2/tags.go
  • services/iot/README.md
  • services/iot/audit.go
  • services/iot/authorizers.go
  • services/iot/billing_groups.go
  • services/iot/broker_test.go
  • services/iot/certificates.go
  • services/iot/commands.go
  • services/iot/device_defender.go
  • services/iot/handler.go
  • services/iot/handler_audit.go
  • services/iot/handler_certificates.go
  • services/iot/handler_certificates_test.go
  • services/iot/handler_commands.go
  • services/iot/handler_constants.go
  • services/iot/handler_create_tags_test.go
  • services/iot/handler_devicedefender.go
  • services/iot/handler_devicedefender_test.go
  • services/iot/handler_helpers.go
  • services/iot/handler_helpers_test.go
  • services/iot/handler_jobs.go
  • services/iot/handler_jobs_test.go
  • services/iot/handler_ota_updates.go
  • services/iot/handler_packages.go
  • services/iot/handler_policies.go
  • services/iot/handler_provisioning.go
  • services/iot/handler_routing.go
  • services/iot/handler_security_profiles.go
  • services/iot/handler_security_profiles_test.go
  • services/iot/handler_tags.go
  • services/iot/handler_tags_wire_test.go
  • services/iot/handler_test.go
  • services/iot/handler_thing_groups.go
  • services/iot/handler_thing_groups_test.go
  • services/iot/handler_thing_types.go
  • services/iot/handler_topic_rules.go
  • services/iot/indexing_test.go
  • services/iot/interfaces.go
  • services/iot/jobs.go
  • services/iot/metrics.go
  • services/iot/ota_updates.go
  • services/iot/packages.go
  • services/iot/persistence.go
  • services/iot/persistence_test.go
  • services/iot/policies.go
  • services/iot/provisioning.go
  • services/iot/route_matcher_whitebox_test.go
  • services/iot/sdk_completeness_test.go
  • services/iot/security_profiles.go
  • services/iot/store.go
  • services/iot/store_setup.go
  • services/iot/streams.go
  • services/iot/tags.go
  • services/iot/thing_groups.go
  • services/iot/thing_types.go
  • services/iot/topic_rules.go
  • services/iot/types.go
  • services/iotanalytics/handler_create_tags_test.go
  • services/iotdataplane/PARITY.md
  • services/iotdataplane/README.md
  • services/iotdataplane/connections_test.go
  • services/iotdataplane/export_test.go
  • services/iotdataplane/handler.go
  • services/iotdataplane/shadows_validation_test.go
  • services/iotdataplane/whitebox_test.go
  • services/iotwireless/PARITY.md
  • services/iotwireless/README.md
  • services/iotwireless/fuota_tasks.go
  • services/iotwireless/handler.go
  • services/iotwireless/handler_event_configurations_test.go
  • services/iotwireless/handler_fuota_tasks.go
  • services/iotwireless/handler_fuota_tasks_test.go
  • services/iotwireless/handler_multicast_groups.go
  • services/iotwireless/handler_multicast_groups_test.go
  • services/iotwireless/handler_network_analyzer.go
  • services/iotwireless/handler_positioning.go
  • services/iotwireless/handler_positioning_test.go
  • services/iotwireless/handler_profiles.go
  • services/iotwireless/handler_profiles_test.go
  • services/iotwireless/handler_test.go
  • services/iotwireless/handler_wireless_devices.go
  • services/iotwireless/handler_wireless_devices_filter_test.go
  • services/iotwireless/handler_wireless_devices_wireshape_test.go
  • services/iotwireless/handler_wireless_gateway_tasks.go
  • services/iotwireless/handler_wireless_gateways.go
  • services/iotwireless/interfaces.go
  • services/iotwireless/lorawan_config_test.go
  • services/iotwireless/lorawan_types.go
  • services/iotwireless/models.go
  • services/iotwireless/multicast_groups.go
  • services/iotwireless/network_analyzer.go
  • services/iotwireless/persistence_test.go
  • services/iotwireless/profiles.go
  • services/iotwireless/routing.go
  • services/iotwireless/routing_associate_test.go
  • services/iotwireless/routing_update_verbs_test.go
  • services/iotwireless/store.go
  • services/iotwireless/store_test.go
  • services/iotwireless/wireless_devices.go
  • services/iotwireless/wireless_devices_test.go
  • services/iotwireless/wireless_gateway_tasks.go
  • services/iotwireless/wireless_gateway_tasks_test.go
  • services/iotwireless/wireless_gateways.go
  • services/kafka/PARITY.md
  • services/kafka/README.md
  • services/kafka/channels.go
  • services/kafka/channels_test.go
  • services/kafka/handler.go
  • services/kafka/handler_channels.go
  • services/kafka/handler_channels_test.go
  • services/kafka/handler_create_tags_test.go
  • services/kafka/interfaces.go
  • services/kafka/models.go
  • services/kafka/persistence.go
  • services/kafka/routes.go
  • services/kafka/routes_test.go
  • services/kafka/store.go
  • services/kafka/store_setup.go
  • services/kafka/tags.go
  • services/kinesis/export_test.go
  • services/kinesis/handler_create_tags_test.go
  • services/kinesis/shards_test.go
  • services/kinesis/whitebox_test.go
  • services/kinesisanalyticsv2/application_update_test.go
  • services/kinesisanalyticsv2/export_test.go
  • services/kinesisanalyticsv2/tags.go
  • services/kinesisanalyticsv2/whitebox_test.go
  • services/kms/export_test.go
  • services/kms/leak_test.go
  • services/kms/whitebox_test.go
  • services/lambda/async_invoke_test.go
  • services/lambda/container_cleanup_test.go
  • services/lambda/esm_test.go
  • services/lambda/event_source_poller_test.go
  • services/lambda/handler_functions.go
  • services/lambda/handler_runtime_test.go
  • services/lambda/invocation_log_test.go
  • services/lambda/models.go
  • services/lambda/tags_test.go
  • services/lightsail/README.md
  • services/lightsail/handler_create_tags_test.go
  • services/macie2/tags.go
  • services/managedblockchain/framework_attributes_test.go
  • services/managedblockchain/handler_members.go
  • services/managedblockchain/handler_networks.go
  • services/managedblockchain/interfaces.go
  • services/managedblockchain/members_test.go
  • services/managedblockchain/models.go
  • services/managedblockchain/networks.go
  • services/managedblockchain/networks_test.go
  • services/managedblockchain/persistence.go
  • services/managedblockchain/persistence_test.go
  • services/managedblockchain/proposals.go
  • services/managedblockchain/proposals_test.go
  • services/managedblockchain/store.go
  • services/managedblockchain/store_setup.go
  • services/managedblockchain/store_test.go
  • services/managedblockchain/tags.go
  • services/managedblockchain/tags_test.go
  • services/mediaconvert/README.md
  • services/mediaconvert/handler_create_tags_test.go
  • services/mediaconvert/tags.go
  • services/medialive/PARITY.md
  • services/medialive/README.md
  • services/medialive/export_test.go
  • services/medialive/handler.go
  • services/medialive/handler_channels.go
  • services/medialive/handler_channels_captions_test.go
  • services/medialive/handler_channels_encoder.go
  • services/medialive/handler_channels_input_settings.go
  • services/medialive/handler_channels_outputs.go
  • services/medialive/handler_channels_outputs_test.go
  • services/medialive/handler_channels_test.go
  • services/medialive/handler_channels_video_codec_test.go
  • services/medialive/handler_create_tags_test.go
  • services/medialive/handler_tags_test.go
  • services/medialive/interfaces.go
  • services/medialive/models.go
  • services/medialive/sdi_sources.go
  • services/medialive/tags.go
  • services/medialive/whitebox_test.go
  • services/mediapackage/handler_create_tags_test.go
  • services/mediapackage/tags.go
  • services/mediastore/handler_create_tags_test.go
  • services/mediastore/tags.go
  • services/mediastoredata/PARITY.md
  • services/mediastoredata/README.md
  • services/mediastoredata/objects.go
  • services/mediatailor/handler_create_tags_test.go
  • services/mediatailor/live_sources.go
  • services/mediatailor/prefetch_schedules.go
  • services/mediatailor/programs.go
  • services/mediatailor/tags.go
  • services/memorydb/README.md
  • services/memorydb/tags.go
  • services/memorydb/whitebox_test.go
  • services/mgn/PARITY.md
  • services/mgn/README.md
  • services/mgn/actions.go
  • services/mgn/applications.go
  • services/mgn/connectors.go
  • services/mgn/cross_service.go
  • services/mgn/errors.go
  • services/mgn/exportimport.go
  • services/mgn/handler.go
  • services/mgn/handler_create_tags_test.go
  • services/mgn/handler_sourceservers.go
  • services/mgn/jobs.go
  • services/mgn/launchconfig.go
  • services/mgn/models.go
  • services/mgn/networkmigration.go
  • services/mgn/networkmigrationjobs.go
  • services/mgn/provider.go
  • services/mgn/replicationconfig.go
  • services/mgn/s3import.go
  • services/mgn/sdk_roundtrip_helper_test.go
  • services/mgn/sdk_roundtrip_test.go
  • services/mgn/serviceinit.go
  • services/mgn/sourceservers.go
  • services/mgn/store.go
  • services/mgn/tagging.go
  • services/mgn/vcenterclients.go
  • services/mgn/wire.go
  • services/mq/handler_create_tags_test.go
  • services/mwaa/tags.go
  • services/neptune/README.md
  • services/neptune/handler_cluster_endpoints.go
  • services/neptune/handler_cluster_parameter_groups.go
  • services/neptune/handler_cluster_snapshots.go
  • services/neptune/handler_create_tags_test.go
  • services/neptune/handler_event_subscriptions.go
  • services/neptune/handler_event_subscriptions_test.go
  • services/neptune/handler_global_clusters.go
  • services/neptune/handler_parameter_groups.go
  • services/neptune/handler_sdk_roundtrip_test.go
  • services/neptune/handler_subnet_groups.go
  • services/neptune/tags.go
  • services/networkmanager/PARITY.md
  • services/networkmanager/README.md
  • services/networkmanager/associations.go
  • services/networkmanager/attachments.go
  • services/networkmanager/consts.go
  • services/networkmanager/corenetworkpolicydiff.go
  • services/networkmanager/corenetworks.go
  • services/networkmanager/crossservice.go
  • services/networkmanager/handler.go
  • services/networkmanager/handler_corenetworks.go
  • services/networkmanager/handler_create_tags_test.go
  • services/networkmanager/models.go
  • services/networkmanager/peerings.go
  • services/networkmanager/routeanalysis.go
  • services/networkmanager/store.go
  • services/networkmanager/wire.go
  • services/networkmanager/wire_convert.go
  • services/networkmonitor/export_test.go
  • services/networkmonitor/handler_create_tags_test.go
  • services/networkmonitor/quotas_test.go
  • services/networkmonitor/whitebox_test.go
  • services/omics/PARITY.md
  • services/omics/README.md
  • services/omics/annotation_stores.go
  • services/omics/handler.go
  • services/omics/handler_annotation_stores.go
  • services/omics/handler_annotation_stores_test.go
  • services/omics/handler_read_sets_test.go
  • services/omics/handler_readjson_test.go
  • services/omics/handler_reference_stores_test.go
  • services/omics/handler_runs.go
  • services/omics/handler_runs_test.go
  • services/omics/handler_shares.go
  • services/omics/handler_shares_test.go
  • services/omics/handler_test.go
  • services/omics/handler_variant_stores.go
  • services/omics/handler_variant_stores_test.go
  • services/omics/handler_workflows.go
  • services/omics/interfaces.go
  • services/omics/models.go
  • services/omics/pagination_query_params_test.go
  • services/omics/persistence_test.go
  • services/omics/read_sets.go
  • services/omics/reference_stores.go
  • services/omics/runbatch_route_test.go
  • services/omics/runs.go
  • services/omics/shares.go
  • services/omics/store.go
  • services/omics/variant_stores.go
  • services/opensearch/README.md
  • services/opensearch/applications.go
  • services/opensearch/handler_applications.go
  • services/opensearch/handler_applications_test.go
  • services/opensearch/handler_create_tags_test.go
  • services/opensearch/handler_domains.go
  • services/opensearch/interfaces.go
  • services/opensearch/lifecycle_test.go
  • services/opensearch/models.go
  • services/opensearch/persistence_test.go
  • services/opensearch/store.go
  • services/opensearch/store_setup.go
  • services/opensearch/store_test.go
  • services/opensearch/tags.go
  • services/opsworks/PARITY.md
  • services/opsworks/README.md
  • services/opsworks/ecs_clusters_test.go
  • services/opsworks/handler.go
  • services/opsworks/handler_apps.go
  • services/opsworks/handler_commands.go
  • services/opsworks/handler_deployments.go
  • services/opsworks/handler_ecs_clusters.go
  • services/opsworks/handler_instances.go
  • services/opsworks/handler_layers.go
  • services/opsworks/handler_stacks.go
  • services/opsworks/interfaces.go
  • services/opsworks/stacks.go
  • services/opsworks/stacks_test.go
  • services/opsworks/tags.go
  • services/opsworks/whitebox_test.go
  • services/organizations/handler_create_tags_test.go
  • services/organizations/organizational_units.go
  • services/organizations/tags.go
  • services/outposts/PARITY.md
  • services/outposts/README.md
  • services/outposts/assets.go
  • services/outposts/capacity_ledger.go
  • services/outposts/capacity_ledger_test.go
  • services/outposts/capacity_tasks.go
  • services/outposts/capacity_tasks_test.go
  • services/outposts/catalog_test.go
  • services/outposts/consts.go
  • services/outposts/errors.go
  • services/outposts/handler.go
  • services/outposts/handler_assets.go
  • services/outposts/handler_create_tags_test.go
  • services/outposts/ordering_requirements.go
  • services/outposts/ordering_requirements_test.go
  • services/outposts/orders.go
  • services/outposts/orders_test.go
  • services/outposts/outposts.go
  • services/outposts/persistence_test.go
  • services/outposts/quotes.go
  • services/outposts/quotes_test.go
  • services/outposts/resolve.go
  • services/outposts/seed_data.go
  • services/outposts/sites.go
  • services/outposts/store.go
  • services/outposts/store_setup.go
  • services/personalize/PARITY.md
  • services/personalize/README.md
  • services/personalize/campaigns.go
  • services/personalize/configs.go
  • services/personalize/handler.go
  • services/personalize/handler_campaigns.go
  • services/personalize/handler_configs_test.go
  • services/personalize/handler_metric_attribution.go
  • services/personalize/handler_recommenders.go
  • services/personalize/handler_solutions.go
  • services/personalize/handler_solutions_test.go
  • services/personalize/models.go
  • services/personalize/recommenders.go
  • services/personalize/solutions.go
  • services/personalize/tags.go
  • services/pinpoint/handler_create_tags_test.go
  • services/pinpoint/tags.go
  • services/pipes/tags.go
  • services/quicksight/PARITY.md
  • services/quicksight/README.md
  • services/quicksight/actionconnector_auth.go
  • services/quicksight/actionconnector_redaction_test.go
  • services/quicksight/assetbundle.go
  • services/quicksight/brands.go
  • services/quicksight/handler.go
  • services/quicksight/handler_actionconnector.go
  • services/quicksight/handler_assetbundle.go
  • services/quicksight/handler_assetbundle_test.go
  • services/quicksight/handler_brands.go
  • services/quicksight/handler_create_tags_test.go
  • services/quicksight/handler_dispatch.go
  • services/quicksight/handler_iampolicyassignments.go
  • services/quicksight/handler_iampolicyassignments_test.go
  • services/quicksight/handler_namespace.go
  • services/quicksight/handler_oauth.go
  • services/quicksight/handler_oauth_test.go
  • services/quicksight/handler_paths.go
  • services/quicksight/handler_refreshschedule.go
  • services/quicksight/handler_refreshschedule_test.go
  • services/quicksight/handler_selfupgrade.go
  • services/quicksight/handler_selfupgrade_test.go
  • services/quicksight/handler_templates.go
  • services/quicksight/handler_templates_test.go
  • services/quicksight/handler_themes.go
  • services/quicksight/handler_themes_test.go
  • services/quicksight/handler_topics.go
  • services/quicksight/handler_topics_test.go
  • services/quicksight/handler_topics_v2.go
  • services/quicksight/handler_topics_v2_test.go
  • services/quicksight/handler_user.go
  • services/quicksight/iampolicyassignments.go
  • services/quicksight/interfaces.go
  • services/quicksight/models.go
  • services/quicksight/namespace.go
  • services/quicksight/oauth.go
  • services/quicksight/refreshschedule.go
  • services/quicksight/selfupgrade.go
  • services/quicksight/store_roundtrip_test.go
  • services/quicksight/templates.go
  • services/quicksight/themes.go
  • services/quicksight/topics.go
  • services/quicksight/topics_v2.go
  • services/quicksight/types.go
  • services/quicksight/user.go
  • services/ram/README.md
  • services/ram/tags.go
  • services/rds/PARITY.md
  • services/rds/README.md
  • services/rds/cluster_endpoints.go
  • services/rds/cluster_parameter_groups.go
  • services/rds/cluster_snapshots.go
  • services/rds/db_clusters.go
  • services/rds/db_instances.go
  • services/rds/db_snapshots.go
  • services/rds/engine_versions.go
  • services/rds/event_subscriptions.go
  • services/rds/global_clusters.go
  • services/rds/handler_blue_green_deployments.go
  • services/rds/handler_cluster_endpoints.go
  • services/rds/handler_cluster_parameter_groups.go
  • services/rds/handler_cluster_snapshots.go
  • services/rds/handler_create_tags_test.go
  • services/rds/handler_db_clusters.go
  • services/rds/handler_db_instances.go
  • services/rds/handler_db_snapshots.go
  • services/rds/handler_engine_versions.go
  • services/rds/handler_event_subscriptions.go
  • services/rds/handler_global_clusters.go
  • services/rds/handler_integrations.go
  • services/rds/handler_option_groups.go
  • services/rds/handler_parameter_groups.go
  • services/rds/handler_proxies.go
  • services/rds/handler_recommendations.go
  • services/rds/handler_reference_data.go
  • services/rds/handler_security_groups.go
  • services/rds/handler_shard_groups.go
  • services/rds/handler_subnet_groups.go
  • services/rds/handler_tags.go
  • services/rds/handler_tenant_databases.go
  • services/rds/lifecycle.go
  • services/rds/models.go
  • services/rds/option_groups.go
  • services/rds/parameter_groups.go
  • services/rds/security_groups.go
  • services/rds/serverlessv2_wire_internal_test.go
  • services/rds/subnet_groups.go
  • services/rds/xml_list_wire_test.go
  • services/rdsdata/PARITY.md
  • services/rdsdata/engine_test.go
  • services/rdsdata/models.go
  • services/rdsdata/sql.go
  • services/redshift/PARITY.md
  • services/redshift/README.md
  • services/redshift/handler.go
  • services/redshift/handler_auth_profiles.go
  • services/redshift/handler_credentials.go
  • services/redshift/handler_custom_domains.go
  • services/redshift/handler_data_shares.go
  • services/redshift/handler_endpoint_authorization.go
  • services/redshift/handler_hsm.go
  • services/redshift/handler_hsm_test.go
  • services/redshift/handler_idc_applications.go
  • services/redshift/handler_idc_applications_test.go
  • services/redshift/handler_reserved_nodes.go
  • services/redshift/handler_reserved_nodes_test.go
  • services/redshift/handler_scheduled_actions.go
  • services/redshift/handler_scheduled_actions_test.go
  • services/redshift/handler_sdk_roundtrip_test.go
  • services/redshift/handler_serverless.go
  • services/redshift/handler_serverless_custom_domains.go
  • services/redshift/handler_serverless_custom_domains_test.go
  • services/redshift/handler_serverless_endpoint_access.go
  • services/redshift/handler_serverless_endpoint_access_test.go
  • services/redshift/handler_serverless_recovery.go
  • services/redshift/handler_serverless_recovery_test.go
  • services/redshift/handler_serverless_resource_policy.go
  • services/redshift/handler_serverless_resource_policy_test.go
  • services/redshift/handler_serverless_restore.go
  • services/redshift/handler_serverless_restore_test.go
  • services/redshift/handler_serverless_snapshot_copy_config.go
  • services/redshift/handler_serverless_snapshot_copy_config_test.go
  • services/redshift/handler_serverless_table_restore.go
  • services/redshift/handler_serverless_table_restore_test.go
  • services/redshift/handler_serverless_tagging.go
  • services/redshift/handler_serverless_tagging_test.go
  • services/redshift/handler_serverless_test.go
  • services/redshift/handler_snapshot_copy.go
  • services/redshift/handler_snapshot_copy_test.go
  • services/redshift/handler_snapshot_schedules.go
  • services/redshift/handler_subnet_groups.go
  • services/redshift/handler_subnet_groups_test.go
  • services/redshift/handler_usage_limits.go
  • services/redshift/handler_usage_limits_test.go
  • services/redshift/idc_applications.go
  • services/redshift/interfaces.go
  • services/redshift/models.go
  • services/redshift/persistence_test.go
  • services/redshift/schedule.go
  • services/redshift/serverless.go
  • services/redshift/serverless_custom_domains.go
  • services/redshift/serverless_endpoint_access.go
  • services/redshift/serverless_index.go
  • services/redshift/serverless_index_test.go
  • services/redshift/serverless_namespaces.go
  • services/redshift/serverless_recovery.go
  • services/redshift/serverless_resource_policy.go
  • services/redshift/serverless_restore.go
  • services/redshift/serverless_scheduled_actions.go
  • services/redshift/serverless_snapshot_copy_config.go
  • services/redshift/serverless_snapshots.go
  • services/redshift/serverless_table_restore.go
  • services/redshift/serverless_tags.go
  • services/redshift/serverless_workgroups.go
  • services/redshift/store.go
  • services/redshift/store_setup.go
  • services/redshift/whitebox_test.go
  • services/rekognition/tags.go
  • services/resiliencehub/PARITY.md
  • services/resiliencehub/README.md
  • services/resiliencehub/consts.go
  • services/resiliencehub/cross_service.go
  • services/resiliencehub/handler.go
  • services/resiliencehub/handler_cfn_provision.go
  • services/resiliencehub/handler_create_tags_test.go
  • services/resiliencehub/provider.go
  • services/resiliencehub/resources.go
  • services/resiliencehub/store.go
  • services/resiliencehub/tagging.go
  • services/resourcegroups/handler_create_tags_test.go
  • services/resourcegroupstaggingapi/PARITY.md
  • services/resourcegroupstaggingapi/README.md
  • services/resourcegroupstaggingapi/compliance.go
  • services/resourcegroupstaggingapi/compliance_test.go
  • services/resourcegroupstaggingapi/cross_service.go
  • services/resourcegroupstaggingapi/get_resources.go
  • services/resourcegroupstaggingapi/get_resources_test.go
  • services/resourcegroupstaggingapi/handler_test.go
  • services/resourcegroupstaggingapi/interfaces.go
  • services/resourcegroupstaggingapi/store.go
  • services/resourcegroupstaggingapi/tag_resources.go
  • services/resourcegroupstaggingapi/tag_resources_test.go
  • services/resourcegroupstaggingapi/untag_resources_test.go
  • services/route53/cidr_collections_test.go
  • services/route53/handler_cidr_collections.go
  • services/route53/handler_create_tags_test.go
  • services/route53/handler_tags.go
  • services/route53/optimistic_concurrency_test.go
  • services/route53resolver/README.md
  • services/route53resolver/tags.go
  • services/s3/PARITY.md
  • services/s3/README.md
  • services/s3/access_log.go
  • services/s3/authz.go
  • services/s3/bucket_analytics_test.go
  • services/s3/bucket_ops_analytics.go
  • services/s3/bucket_policy_validation.go
  • services/s3/buckets.go
  • services/s3/dashboard_region_scoping_test.go
  • services/s3/errors.go
  • services/s3/handler.go
  • services/s3/handler_operations.go
  • services/s3/janitor.go
  • services/s3/listing.go
  • services/s3/object_lock.go
  • services/s3/object_lock_test.go
  • services/s3/object_ops.go
  • services/s3/object_ops_copy.go
  • services/s3/object_ops_copy_test.go
  • services/s3/object_ops_get.go
  • services/s3/object_ops_get_test.go
  • services/s3/object_ops_head.go
  • services/s3/object_ops_headers.go
  • services/s3/objects.go
  • services/s3/persistence.go
  • services/s3/persistence_test.go
  • services/s3/post_object.go
  • services/s3/post_object_test.go
  • services/s3/requester_pays.go
  • services/s3/select_test.go
  • services/s3/sse_crypto.go
  • services/s3/tagging.go
  • services/s3/types.go
  • services/s3/version_snapshot_race_test.go
  • services/s3control/PARITY.md
  • services/s3control/README.md
  • services/s3control/access_grants.go
  • services/s3control/access_points.go
  • services/s3control/bucket.go
  • services/s3control/handler_access_grants.go
  • services/s3control/handler_access_grants_test.go
  • services/s3control/handler_access_points.go
  • services/s3control/handler_access_points_config_test.go
  • services/s3control/handler_access_points_test.go
  • services/s3control/handler_bucket.go
  • services/s3control/handler_bucket_test.go
  • services/s3control/handler_create_tags_test.go
  • services/s3control/handler_jobs.go
  • services/s3control/handler_jobs_test.go
  • services/s3control/handler_multi_region_access_points.go
  • services/s3control/handler_multi_region_access_points_test.go
  • services/s3control/handler_nocontent_test.go
  • services/s3control/handler_object_lambda.go
  • services/s3control/handler_object_lambda_test.go
  • services/s3control/handler_storage_lens.go
  • services/s3control/handler_storage_lens_test.go
  • services/s3control/handler_tags.go
  • services/s3control/multi_region_access_points.go
  • services/s3control/persistence.go
  • services/s3control/persistence_test.go
  • services/s3control/store.go
  • services/s3control/store_setup.go
  • services/s3control/tags.go
  • services/s3tables/README.md
  • services/s3tables/handler_namespaces.go
  • services/s3tables/handler_table_buckets.go
  • services/s3tables/handler_tables.go
  • services/s3tables/store.go
  • services/sagemaker/PARITY.md
  • services/sagemaker/README.md
  • services/sagemaker/automl.go
  • services/sagemaker/automl_v2.go
  • services/sagemaker/cluster.go
  • services/sagemaker/errors.go
  • services/sagemaker/experiments.go
  • services/sagemaker/feature_groups.go
  • services/sagemaker/feature_store_test.go
  • services/sagemaker/handler.go
  • services/sagemaker/handler_app_image_configs.go
  • services/sagemaker/handler_automl.go
  • services/sagemaker/handler_automl_test.go
  • services/sagemaker/handler_automl_v2.go
  • services/sagemaker/handler_automl_v2_test.go
  • services/sagemaker/handler_catalog.go
  • services/sagemaker/handler_cluster.go
  • services/sagemaker/handler_cluster_test.go
  • services/sagemaker/handler_code_repositories.go
  • services/sagemaker/handler_compilation_jobs.go
  • services/sagemaker/handler_create_tags_test.go
  • services/sagemaker/handler_device_fleets.go
  • services/sagemaker/handler_edge_packaging_jobs.go
  • services/sagemaker/handler_experiments.go
  • services/sagemaker/handler_experiments_test.go
  • services/sagemaker/handler_feature_groups.go
  • services/sagemaker/handler_feature_groups_stores_test.go
  • services/sagemaker/handler_feature_groups_test.go
  • services/sagemaker/handler_feature_metadata_test.go
  • services/sagemaker/handler_flow_definitions.go
  • services/sagemaker/handler_human_task_ui.go
  • services/sagemaker/handler_hyperpod_scheduling.go
  • services/sagemaker/handler_hyperpod_scheduling_test.go
  • services/sagemaker/handler_images.go
  • services/sagemaker/handler_inference_components.go
  • services/sagemaker/handler_inference_experiments.go
  • services/sagemaker/handler_inference_recommendations_jobs.go
  • services/sagemaker/handler_inference_recommendations_jobs_test.go
  • services/sagemaker/handler_keys.go
  • services/sagemaker/handler_labeling.go
  • services/sagemaker/handler_labeling_test.go
  • services/sagemaker/handler_mlflow.go
  • services/sagemaker/handler_model_cards.go
  • services/sagemaker/handler_model_packages.go
  • services/sagemaker/handler_model_packages_test.go
  • services/sagemaker/handler_monitoring_job_definitions.go
  • services/sagemaker/handler_monitoring_schedules.go
  • services/sagemaker/handler_notebook_instances.go
  • services/sagemaker/handler_optimization_jobs.go
  • services/sagemaker/handler_partner_apps.go
  • services/sagemaker/handler_pipelines.go
  • services/sagemaker/handler_pipelines_test.go
  • services/sagemaker/handler_pipelines_versionid_test.go
  • services/sagemaker/handler_projects.go
  • services/sagemaker/handler_spaces.go
  • services/sagemaker/handler_studio_lifecycle_configs.go
  • services/sagemaker/handler_training_plans.go
  • services/sagemaker/handler_trial_components.go
  • services/sagemaker/handler_trial_components_test.go
  • services/sagemaker/handler_trials.go
  • services/sagemaker/handler_trials_test.go
  • services/sagemaker/hyperpod_scheduling.go
  • services/sagemaker/inference_recommendations_jobs.go
  • services/sagemaker/labeling.go
  • services/sagemaker/model_packages.go
  • services/sagemaker/models.go
  • services/sagemaker/notebook_instances.go
  • services/sagemaker/persistence.go
  • services/sagemaker/persistence_test.go
  • services/sagemaker/pipeline_versions.go
  • services/sagemaker/pipelines.go
  • services/sagemaker/s3pipeline.go
  • services/sagemaker/store.go
  • services/sagemaker/store_index.go
  • services/sagemaker/store_setup.go
  • services/sagemaker/tags.go
  • services/sagemaker/trial_components.go
  • services/sagemaker/trials.go
  • services/sagemaker/workforces.go
  • services/sagemaker/workteams.go
  • services/sagemakerruntime/export_test.go
  • services/sagemakerruntime/session_expiry_test.go
  • services/sagemakerruntime/whitebox_test.go
  • services/scheduler/export_test.go
  • services/scheduler/handler_create_tags_test.go
  • services/scheduler/idempotency_test.go
  • services/scheduler/runner_test.go
  • services/scheduler/tags.go
  • services/scheduler/whitebox_test.go
  • services/secretsmanager/PARITY.md
  • services/secretsmanager/README.md
  • services/secretsmanager/describesecret_test.go
  • services/secretsmanager/handler_create_tags_test.go
  • services/secretsmanager/handler_rotation.go
  • services/secretsmanager/models.go
  • services/secretsmanager/rotatesecret_test.go
  • services/secretsmanager/rotation.go
  • services/secretsmanager/secrets.go
  • services/secretsmanager/tags.go
  • services/secretsmanager/tags_test.go
  • services/securityhub/README.md
  • services/securityhub/aggregators_v2_test.go
  • services/securityhub/automation_rules.go
  • services/securityhub/automation_rules_test.go
  • services/securityhub/configuration_policies.go
  • services/securityhub/configuration_policies_test.go
  • services/securityhub/handler.go
  • services/securityhub/handler_aggregators_v2.go
  • services/securityhub/tags.go
  • services/servicediscovery/handler_create_tags_test.go
  • services/servicediscovery/tags.go
  • services/sesv2/configuration_sets.go
  • services/sesv2/configuration_sets_test.go
  • services/sesv2/contact_lists.go
  • services/sesv2/contact_lists_test.go
  • services/sesv2/dedicated_ip_pools.go
  • services/sesv2/dedicated_ip_pools_test.go
  • services/sesv2/email_identities.go
  • services/sesv2/email_templates.go
  • services/sesv2/email_templates_test.go
  • services/sesv2/event_destinations_test.go
  • services/sesv2/handler_configuration_sets.go
  • services/sesv2/handler_contact_lists.go
  • services/sesv2/handler_dedicated_ip_pools.go
  • services/sesv2/handler_email_templates.go
  • services/sesv2/interfaces.go
  • services/sesv2/persistence_test.go
  • services/sesv2/store_test.go
  • services/sesv2/tags.go
  • services/sesv2/tenants.go
  • services/sesv2/vdm_test.go
  • services/sesv2/whitebox_test.go
  • services/sesv2/wire_output.go
  • services/shield/README.md
  • services/shield/tags.go
  • services/sns/export_test.go
  • services/sns/handler.go
  • services/sns/handler_create_tags_test.go
  • services/sns/models.go
  • services/sns/subscription_limits_test.go
  • services/sns/subscriptions.go
  • services/sns/whitebox_test.go
  • services/sqs/delay_test.go
  • services/sqs/message_move_tasks_test.go
  • services/sqs/message_visibility_test.go
  • services/sqs/messages_test.go
  • services/sqs/persistence_test.go
  • services/sqs/query_message_move_tasks.go
  • services/sqs/query_protocol_test.go
  • services/sqs/query_tags.go
  • services/sqs/queue_attributes_test.go
  • services/sqs/queues_test.go
  • services/ssm/activations.go
  • services/ssm/associations.go
  • services/ssm/documents.go
  • services/ssm/handler_create_tags_test.go
  • services/ssm/models_activations.go
  • services/ssm/models_associations.go
  • services/ssm/models_documents.go
  • services/ssm/ops_items.go
  • services/ssoadmin/PARITY.md
  • services/ssoadmin/README.md
  • services/ssoadmin/account_assignments.go
  • services/ssoadmin/handler_create_tags_test.go
  • services/ssoadmin/handler_instances.go
  • services/ssoadmin/handler_instances_test.go
  • services/ssoadmin/handler_permission_sets.go
  • services/ssoadmin/handler_permission_sets_test.go
  • services/ssoadmin/inline_policies.go
  • services/ssoadmin/instances.go
  • services/ssoadmin/interfaces.go
  • services/ssoadmin/managed_policies.go
  • services/ssoadmin/models.go
  • services/ssoadmin/permission_sets.go
  • services/ssoadmin/permissions_boundary.go
  • services/ssoadmin/persistence.go
  • services/ssoadmin/store.go
  • services/ssoadmin/tags.go
  • services/stepfunctions/PARITY.md
  • services/stepfunctions/README.md
  • services/stepfunctions/asl/distributed_map_path_settings_test.go
  • services/stepfunctions/asl/executor.go
  • services/stepfunctions/asl/executor_test.go
  • services/stepfunctions/asl/item_batcher_shape_test.go
  • services/stepfunctions/asl/parser.go
  • services/stepfunctions/asl/path_before_parameters_test.go
  • services/stepfunctions/asl/result_writer.go
  • services/stepfunctions/asl/task_timeout_heartbeat_path_test.go
  • services/stepfunctions/executions.go
  • services/stepfunctions/integrations.go
  • services/stepfunctions/map_runs.go
  • services/stepfunctions/result_writer_test.go
  • services/stepfunctions/store.go
  • services/sts/README.md
  • services/support/attachments_test.go
  • services/support/cases_test.go
  • services/support/export_test.go
  • services/support/whitebox_test.go
  • services/swf/PARITY.md
  • services/swf/README.md
  • services/swf/activity_tasks.go
  • services/swf/decision_lifecycle_test.go
  • services/swf/decision_orchestration.go
  • services/swf/decision_orchestration_test.go
  • services/swf/decision_tasks.go
  • services/swf/domains_test.go
  • services/swf/export_test.go
  • services/swf/handler_history.go
  • services/swf/handler_workflow_executions.go
  • services/swf/history.go
  • services/swf/history_test.go
  • services/swf/interfaces.go
  • services/swf/models.go
  • services/swf/multirun_test.go
  • services/swf/persistence_test.go
  • services/swf/signals.go
  • services/swf/signals_test.go
  • services/swf/store.go
  • services/swf/store_setup.go
  • services/swf/tags.go
  • services/swf/timeout_sweep.go
  • services/swf/timeout_sweep_whitebox_test.go
  • services/swf/whitebox_test.go
  • services/swf/workflow_executions.go
  • services/swf/workflow_executions_test.go
  • services/textract/PARITY.md
  • services/textract/README.md
  • services/textract/adapter_versions.go
  • services/textract/adapters_test.go
  • services/textract/document_analysis.go
  • services/textract/document_analysis_test.go
  • services/textract/document_detection.go
  • services/textract/document_detection_test.go
  • services/textract/expense_analysis.go
  • services/textract/expense_analysis_test.go
  • services/textract/handler.go
  • services/textract/handler_analyze_document_config_test.go
  • services/textract/handler_create_tags_test.go
  • services/textract/handler_document_analysis.go
  • services/textract/lending_analysis.go
  • services/textract/lending_analysis_test.go
  • services/textract/models.go
  • services/timestreamquery/handler_create_tags_test.go
  • services/timestreamquery/scheduled_queries.go
  • services/timestreamquery/store.go
  • services/timestreamwrite/handler_create_tags_test.go
  • services/timestreamwrite/tags.go
  • services/transcribe/README.md
  • services/transcribe/tags.go
  • services/transfer/handler_create_tags_test.go
  • services/transfer/handler_servers_fields_test.go
  • services/transfer/handler_servers_test.go
  • services/transfer/persistence_test.go
  • services/transfer/servers_test.go
  • services/transfer/tags.go
  • services/translate/README.md
  • services/translate/tags.go
  • services/verifiedpermissions/export_test.go
  • services/verifiedpermissions/handler_create_tags_test.go
  • services/verifiedpermissions/tags.go
  • services/verifiedpermissions/tags_test.go
  • services/verifiedpermissions/whitebox_test.go
  • services/vpclattice/PARITY.md
  • services/vpclattice/README.md
  • services/vpclattice/auth_policy.go
  • services/vpclattice/domain_verifications.go
  • services/vpclattice/export_test.go
  • services/vpclattice/handler.go
  • services/vpclattice/handler_access_log_subscriptions.go
  • services/vpclattice/handler_domain_verifications.go
  • services/vpclattice/handler_listeners.go
  • services/vpclattice/handler_resource_configurations.go
  • services/vpclattice/handler_resource_gateways.go
  • services/vpclattice/handler_rules.go
  • services/vpclattice/handler_service_network_associations.go
  • services/vpclattice/handler_service_network_resource_associations.go
  • services/vpclattice/handler_service_networks.go
  • services/vpclattice/handler_services.go
  • services/vpclattice/handler_services_test.go
  • services/vpclattice/handler_target_groups.go
  • services/vpclattice/interfaces.go
  • services/vpclattice/models.go
  • services/vpclattice/persistence_test.go
  • services/vpclattice/resource_configurations.go
  • services/vpclattice/resource_gateway_family_test.go
  • services/vpclattice/resource_gateways.go
  • services/vpclattice/resource_policy.go
  • services/vpclattice/sdk_completeness_test.go
  • services/vpclattice/service_network_associations.go
  • services/vpclattice/service_network_resource_associations.go
  • services/vpclattice/service_networks.go
  • services/vpclattice/store.go
  • services/vpclattice/store_setup.go
  • services/vpclattice/tags.go
  • services/vpclattice/whitebox_test.go
  • services/waf/PARITY.md
  • services/waf/README.md
  • services/waf/handler_create_tags_test.go
  • services/waf/handler_sampled_requests.go
  • services/waf/handler_tags.go
  • services/waf/interfaces.go
  • services/waf/sampled_requests.go
  • services/waf/sampled_requests_test.go
  • services/waf/tags.go
  • services/wafv2/PARITY.md
  • services/wafv2/README.md
  • services/wafv2/handler_create_tags_test.go
  • services/workmail/tags.go
  • services/workspaces/bundles.go
  • services/workspaces/bundles_test.go
  • services/workspaces/connection_aliases.go
  • services/workspaces/export_test.go
  • services/workspaces/handler_bundles.go
  • services/workspaces/handler_create_tags_test.go
  • services/workspaces/images.go
  • services/workspaces/ip_groups.go
  • services/workspaces/persistence_test.go
  • services/workspaces/pools.go
  • services/workspaces/sdk_roundtrip_helper_test.go
  • services/workspaces/whitebox_test.go
  • services/xray/PARITY.md
  • services/xray/README.md
  • services/xray/export_test.go
  • services/xray/handler_sampling_rules.go
  • services/xray/handler_sampling_rules_test.go
  • services/xray/models.go
  • services/xray/sampling_rules.go
  • services/xray/tags.go
  • services/xray/whitebox_test.go
  • test/e2e/ddb_partiql_test.go
  • test/e2e/ddb_streams_e2e_test.go
  • test/e2e/ddb_ttl_e2e_test.go
  • test/e2e/dynamodbstreams_dashboard_test.go
  • test/e2e/e2e_test.go
  • test/e2e/elb_test.go
  • test/e2e/region_test.go
  • test/e2e/route53resolver_test.go
  • test/e2e/sns_test.go
  • test/e2e/sqs_test.go
  • test/e2e/ssm_test.go
  • test/integration/accessanalyzer_test.go
  • test/integration/account_test.go
  • test/integration/acm_test.go
  • test/integration/acm_waiter_test.go
  • test/integration/amplify_test.go
  • test/integration/apigateway_audit_test.go
  • test/integration/apigatewayv2_audit_test.go
  • test/integration/apigatewayv2_test.go
  • test/integration/appconfig_test.go
  • test/integration/applicationautoscaling_test.go
  • test/integration/appmesh_test.go
  • test/integration/apprunner_test.go
  • test/integration/appstream_test.go
  • test/integration/athena_test.go
  • test/integration/autopurge_test.go
  • test/integration/autoscaling_test.go
  • test/integration/backup_test.go
  • test/integration/batch_test.go
  • test/integration/ce_test.go
  • test/integration/chaos_test.go
  • test/integration/cloudcontrol_test.go
  • test/integration/cloudformation_audit_test.go
  • test/integration/cloudformation_dynamic_refs_test.go
  • test/integration/cloudformation_introspection_test.go
  • test/integration/cloudformation_test.go
  • test/integration/cloudformation_waiter_test.go
  • test/integration/cloudfront_parity_test.go
  • test/integration/cloudfront_test.go
  • test/integration/cloudtrail_test.go
  • test/integration/cloudwatch_test.go
  • test/integration/cloudwatchlogs_audit_test.go
  • test/integration/cloudwatchlogs_test.go
  • test/integration/codeartifact_test.go
  • test/integration/codebuild_test.go
  • test/integration/codecommit_test.go
  • test/integration/codeconnections_test.go
  • test/integration/codedeploy_test.go
  • test/integration/codepipeline_test.go
  • test/integration/codestarconnections_test.go
  • test/integration/cwlogs_firehose_receipt_test.go
  • test/integration/datasync_test.go
  • test/integration/dax_test.go
  • test/integration/ddb_batch_test.go
  • test/integration/ddb_complex_model_test.go
  • test/integration/ddb_condition_test.go
  • test/integration/ddb_coverage_test.go
  • test/integration/ddb_custom_wait_test.go
  • test/integration/ddb_error_test.go
  • test/integration/ddb_gsi_test.go
  • test/integration/ddb_limits_test.go
  • test/integration/ddb_lsi_test.go
  • test/integration/ddb_projection_test.go
  • test/integration/ddb_put_item_complex_test.go
  • test/integration/ddb_put_item_test.go
  • test/integration/ddb_query_enhancements_test.go
  • test/integration/ddb_query_test.go
  • test/integration/ddb_scan_test.go
  • test/integration/ddb_table_arn_test.go
  • test/integration/ddb_table_waiter_test.go
  • test/integration/ddb_update_chain_test.go
  • test/integration/ddb_update_item_test.go
  • test/integration/ddb_updated_new_regression_test.go
  • test/integration/ddb_version_control_test.go
  • test/integration/ddb_versioning_updated_new_test.go
  • test/integration/detective_test.go
  • test/integration/directconnect_test.go
  • test/integration/directoryservice_test.go
  • test/integration/dms_test.go
  • test/integration/docdb_test.go
  • test/integration/ec2_audit_test.go
  • test/integration/ec2_gp3_coupling_test.go
  • test/integration/ec2_new_ops_test.go
  • test/integration/ec2_tags_test.go
  • test/integration/ec2_waiter_test.go
  • test/integration/ecr_audit_test.go
  • test/integration/efs_test.go
  • test/integration/eks_test.go
  • test/integration/elasticache_waiter_test.go
  • test/integration/elasticbeanstalk_test.go
  • test/integration/elb_test.go
  • test/integration/elbv2_test.go
  • test/integration/emr_test.go
  • test/integration/emrserverless_test.go
  • test/integration/error_codes_test.go
  • test/integration/eventbridge_fanout_test.go
  • test/integration/eventbridge_sfn_test.go
  • test/integration/forecast_test.go
  • test/integration/fsx_test.go
  • test/integration/glue_test.go
  • test/integration/grafana_test.go
  • test/integration/iam_audit_test.go
  • test/integration/identitystore_test.go
  • test/integration/inspector2_test.go
  • test/integration/iot_parity_test.go
  • test/integration/iot_test.go
  • test/integration/lambda_esm_test.go
  • test/integration/lambda_waiter_test.go
  • test/integration/latency_test.go
  • test/integration/macie2_test.go
  • test/integration/main_test.go
  • test/integration/medialive_test.go
  • test/integration/mediapackage_test.go
  • test/integration/mediastore_test.go
  • test/integration/mediatailor_test.go
  • test/integration/memorydb_test.go
  • test/integration/mgn_test.go
  • test/integration/mwaa_test.go
  • test/integration/neptune_test.go
  • test/integration/networkmanager_test.go
  • test/integration/organizations_test.go
  • test/integration/outposts_test.go
  • test/integration/persistence_e2e_test.go
  • test/integration/personalize_test.go
  • test/integration/pinpoint_test.go
  • test/integration/pipes_sqs_lambda_test.go
  • test/integration/polly_test.go
  • test/integration/quicksight_parity_test.go
  • test/integration/quicksight_test.go
  • test/integration/rds_arn_test.go
  • test/integration/rds_waiter_test.go
  • test/integration/rekognition_test.go
  • test/integration/resiliencehub_test.go
  • test/integration/rolesanywhere_test.go
  • test/integration/route53_audit_test.go
  • test/integration/route53_waiter_test.go
  • test/integration/s3_bucket_tagging_test.go
  • test/integration/s3_cors_test.go
  • test/integration/s3_encryption_test.go
  • test/integration/s3_eventbridge_test.go
  • test/integration/s3_lifecycle_test.go
  • test/integration/s3_list_multipart_test.go
  • test/integration/s3_new_ops_test.go
  • test/integration/s3_notification_test.go
  • test/integration/s3_presigned_test.go
  • test/integration/s3_website_test.go
  • test/integration/sagemaker_test.go
  • test/integration/scheduler_lambda_test.go
  • test/integration/securityhub_test.go
  • test/integration/sesv2_audit_test.go
  • test/integration/shield_test.go
  • test/integration/sqs_advanced_test.go
  • test/integration/sqs_audit_test.go
  • test/integration/sqs_metrics_test.go
  • test/integration/sqs_refinement2_test.go
  • test/integration/sqs_refinement3_test.go
  • test/integration/sqs_test.go
  • test/integration/ssoadmin_test.go
  • test/integration/stepfunctions_asl_test.go
  • test/integration/stepfunctions_test.go
  • test/integration/sts_test.go
  • test/integration/support_test.go
  • test/integration/tag_routing_test.go
  • test/integration/textract_test.go
  • test/integration/transcribe_test.go
  • test/integration/transfer_test.go
  • test/integration/translate_test.go
  • test/integration/vpclattice_test.go
  • test/integration/waf_test.go
  • test/integration/workmail_test.go
  • test/integration/workspaces_test.go
  • test/integration/xray_test.go
  • test/terraform/fixtures/directoryservice/simple_ad.tf
  • test/terraform/fixtures/ec2/network_interface.tf
  • test/terraform/fixtures/ec2/success.tf
  • test/terraform/fixtures/fsx/lustre.tf
  • test/terraform/import_test.go
  • test/terraform/main_test.go
  • test/terraform/parity_batch2_test.go
  • test/terraform/parity_mega_test.go
  • test/terraform/parity_pr_test.go
  • test/terraform/services_parity_test.go
  • test/terraform/terraform_test.go
  • ui/package.json
  • ui/src/lib/aws-client.ts
  • ui/src/lib/components/RegionChip.svelte
  • ui/src/lib/components/RegionChip.test.ts
  • ui/src/lib/components/RegionPicker.svelte
  • ui/src/lib/components/RegionPicker.test.ts
  • ui/src/lib/components/WriteRegionHint.svelte
  • ui/src/lib/components/WriteRegionHint.test.ts
  • ui/src/lib/multi-region.test.ts
  • ui/src/lib/multi-region.ts
  • ui/src/lib/nav.test.ts
  • ui/src/lib/nav.ts
  • ui/src/lib/region-catalog.ts
  • ui/src/lib/region-data.test.ts
  • ui/src/lib/region-data.ts
  • ui/src/lib/region-effect.svelte.ts
  • ui/src/lib/region-effect.test.ts
  • ui/src/lib/region.svelte.ts
  • ui/src/lib/region.test.ts
  • ui/src/routes/+layout.svelte
  • ui/src/routes/accessanalyzer/+page.svelte
  • ui/src/routes/accessanalyzer/page.test.ts
  • ui/src/routes/acm/+page.svelte
  • ui/src/routes/acm/page.test.ts
  • ui/src/routes/apigateway/+page.svelte
  • ui/src/routes/apigateway/page.test.ts
  • ui/src/routes/apigatewayv2/+page.svelte
  • ui/src/routes/apigatewayv2/page.test.ts
  • ui/src/routes/appconfigdata/+page.svelte
  • ui/src/routes/appconfigdata/page.test.ts
  • ui/src/routes/athena/+page.svelte
  • ui/src/routes/athena/page.test.ts
  • ui/src/routes/backup/+page.svelte
  • ui/src/routes/backup/page.test.ts
  • ui/src/routes/batch/+page.svelte
  • ui/src/routes/batch/page.test.ts
  • ui/src/routes/cloudformation/+page.svelte
  • ui/src/routes/cloudformation/page.test.ts
  • ui/src/routes/cloudwatch/+page.svelte
  • ui/src/routes/cloudwatch/page.test.ts
  • ui/src/routes/cloudwatchlogs/+page.svelte
  • ui/src/routes/cloudwatchlogs/page.test.ts
  • ui/src/routes/codebuild/+page.svelte
  • ui/src/routes/codebuild/page.test.ts
  • ui/src/routes/codepipeline/+page.svelte
  • ui/src/routes/codepipeline/page.test.ts
  • ui/src/routes/cognitoidp/+page.svelte
  • ui/src/routes/cognitoidp/page.test.ts
  • ui/src/routes/dax/+page.svelte
  • ui/src/routes/dax/page.test.ts
  • ui/src/routes/detective/+page.svelte
  • ui/src/routes/detective/page.test.ts
  • ui/src/routes/dlm/+page.svelte
  • ui/src/routes/dlm/page.test.ts
  • ui/src/routes/dynamodb/+page.svelte
  • ui/src/routes/dynamodb/page.test.ts
  • ui/src/routes/ec2/+page.svelte
  • ui/src/routes/ec2/page.test.ts
  • ui/src/routes/ecr/+page.svelte
  • ui/src/routes/ecr/page.test.ts
  • ui/src/routes/ecs/+page.svelte
  • ui/src/routes/ecs/page.test.ts
  • ui/src/routes/efs/+page.svelte
  • ui/src/routes/efs/page.test.ts
  • ui/src/routes/eks/+page.svelte
  • ui/src/routes/eks/page.test.ts
  • ui/src/routes/elasticache/+page.svelte
  • ui/src/routes/elasticache/page.test.ts
  • ui/src/routes/elb/+page.svelte
  • ui/src/routes/elb/page.test.ts
  • ui/src/routes/elbv2/+page.svelte
  • ui/src/routes/elbv2/page.test.ts
  • ui/src/routes/eventbridge/+page.svelte
  • ui/src/routes/eventbridge/page.test.ts
  • ui/src/routes/firehose/+page.svelte
  • ui/src/routes/firehose/page.test.ts
  • ui/src/routes/glue/+page.svelte
  • ui/src/routes/glue/page.test.ts
  • ui/src/routes/iam/+page.svelte
  • ui/src/routes/iam/page.test.ts
  • ui/src/routes/iotwireless/+page.svelte
  • ui/src/routes/iotwireless/page.test.ts
  • ui/src/routes/kinesis/+page.svelte
  • ui/src/routes/kinesis/page.test.ts
  • ui/src/routes/kms/+page.svelte
  • ui/src/routes/kms/page.test.ts
  • ui/src/routes/lambda/+page.svelte
  • ui/src/routes/lambda/function/+page.svelte
  • ui/src/routes/lambda/page.test.ts
  • ui/src/routes/quicksight/+page.svelte
  • ui/src/routes/quicksight/page.test.ts
  • ui/src/routes/rds/+page.svelte
  • ui/src/routes/rds/page.test.ts
  • ui/src/routes/rdsdata/+page.svelte
  • ui/src/routes/rdsdata/page.test.ts
  • ui/src/routes/route53/+page.svelte
  • ui/src/routes/route53/page.test.ts
  • ui/src/routes/s3/+page.svelte
  • ui/src/routes/s3/[bucket]/[...objectKey]/+page.svelte
  • ui/src/routes/s3/page.test.ts
  • ui/src/routes/sagemaker/+page.svelte
  • ui/src/routes/sagemaker/page.test.ts
  • ui/src/routes/sagemakeruntime/+page.svelte
  • ui/src/routes/secretsmanager/+page.svelte
  • ui/src/routes/secretsmanager/page.test.ts
  • ui/src/routes/sfn/+page.svelte
  • ui/src/routes/sfn/page.test.ts
  • ui/src/routes/sns/+page.svelte
  • ui/src/routes/sns/page.test.ts
  • ui/src/routes/sqs/+page.svelte
  • ui/src/routes/sqs/page.test.ts
  • ui/src/routes/ssm/+page.svelte
  • ui/src/routes/ssm/page.test.ts
  • ui/src/routes/xray/+page.svelte
  • ui/tsconfig.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

@agbishop

agbishop commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator Author

📊 Code Coverage Report

Metric Value Status
Total Coverage 0.0%
0.0%
75.0%
0.0%
84.2%
New Code Coverage N/A (0/0 stmts)

Tip

This project maintains a minimum coverage threshold of 85%. Maintain or improve coverage on new code to ensure long-term stability.


Last updated: Sun, 09 Aug 2026 02:21:45 GMT

Witness Patrol and others added 13 commits August 5, 2026 18:27
…nistic

Comments on this branch were running ~12.5% of added lines, with
quicksight/topics_v2.go and pkgs/sdkcheck/check.go around 50%. Per the
rule now in CLAUDE.md, comments should be short and pointed or absent --
Go reads fine on its own, and walls of prose cost more context than they
explain.

Removed: file-level essays restating the package summary, section
banners, multi-paragraph quotes of AWS docs, narrated history of what
past passes changed, and restatements of the following line.

Kept, compressed to a line or two: the reason a decision was made, the
landmines, and verified external facts with their source. Specifically
surviving are the dynamodbSnapshotVersion warning, every phantomAllowlist
justification, the wire-shape traps (SearchTopicsV2 carrying pagination
in the body while ListTopicsV2 uses query params; the two different
AssociationType vocabularies in one EC2 family), and the no-fabrication
reasoning behind DescribeApplicationStatus, SearchVectors and
ListVirtualInterfaceRoutes. Godoc on exported identifiers stays.

Net: 425 comment lines deleted, no behaviour changed.

Separately, services/eks is the first package in this repo to use
testing/synctest. Its five sleeps now run inside a bubble against a fake
clock, so the async cluster, nodegroup, addon and fargate transitions are
deterministic instead of racing a 50ms wall-clock margin -- the shape that
produced "status = CREATING, want ACTIVE" under parallel load. The
package also got faster, 1.64s to 1.21s, since the real sleeping is gone.

Honest note on that: the agent doing the conversion could not actually
reproduce the flake, having tried -count=20, -cpu=1, eight concurrent
runs, and GOMAXPROCS=1 under sixteen CPU-stress processes. So the fix is
justified by the fragile construction and by determinism, not by an
observed failure this session.

One subtlety worth recording. The sleeps were kept inside the bubbles
rather than replaced with synctest.Wait(). Wait() blocks until existing
goroutines are durably blocked; it does not advance the fake clock to
fire a timer that is not yet due, which is what these tests are actually
waiting on. Sleeping past the deadline is the idiom the Go docs use for
this. The margin is also deliberately kept strictly greater than the
production delay -- an exactly-equal sleep ties at the same fake instant
with no defined ordering, which would trade a load-dependent race for a
deterministic one. Inside a bubble that margin costs nothing.

Refs gopherstack-5biv

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mulint detects mutex self-deadlocks -- recursive locks, missing unlocks,
deferred re-locks. It was initially wired in as a golangci-lint module
plugin, which had to be undone for two reasons.

First, it broke CI. Enabling a module plugin in .golangci.yml makes stock
golangci-lint hard-fail with 'plugin(mulint): plugin "mulint" not found',
and the lint workflow installs a stock binary. Making that work needs a
custom-gcl build in CI, which is workflow machinery we do not want.

Second, and more decisive, the plugin would have guarded almost nothing.
mulint only follows a mutex wrapper when the wrapper type is declared in
the same package. Probing all three shapes: wrapper in the same package
held by value is detected, same package held by pointer is detected,
wrapper in a different package held by pointer is not detected at all.
lockmetrics.RWMutex lives in pkgs/lockmetrics and is used across package
boundaries in 190 of roughly 260 mutex declarations, spanning all 192
service files. So the repo-wide "0 findings" was largely a false clean
rather than a clean codebase.

It is still worth having for the ~70 direct sync.Mutex and sync.RWMutex
declarations, and for new code that reaches for sync directly, so it now
runs in the lint target as a vet tool:

    go vet -vettool=$(go tool -n mulint-vet) ./...

Pinned in go.mod's tool block at v1.1.0 alongside govulncheck and
gotestsum, so there is no separate install step and no workflow change.

Both behaviours were demonstrated before landing this. A recursive
sync.Mutex lock in the same package is reported; the identical bug written
against lockmetrics.RWMutex is silently missed. AGENTS.md states that
limit plainly rather than implying coverage the tool does not have.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
# Conflicts:
#	.beads/issues.jsonl
#	services/dynamodb/persistence.go
… iot and s3control

Two independent sweeps.

testing/synctest now covers transfer, sqs, grafana, lambda and pkgs/worker,
following the pattern established in services/eks. 50 sleeps moved into
bubbles, where the clock is fake and a wait costs no wall-clock time. The
sleeps that remain inside those bubbles are not a leftover: sleeping past a
timer deadline is the correct idiom, since synctest.Wait only waits for
existing goroutines to block and does not advance the clock to fire a timer
that is not yet due. Each is kept strictly longer than the delay it waits
on, because an exactly-equal sleep ties at the same fake instant with no
defined ordering.

Three sleeps in services/lambda are deliberately left alone and documented
in place: handler_runtime_test.go drives a real loopback HTTP server and a
Docker-mock runtime API, and real network I/O is not durably blocking, so a
bubble would hang rather than help. That is the boundary for the rest of
this sweep too -- test/integration, test/e2e and test/terraform cannot use
synctest at all and want require.Eventually instead.

All five packages pass -race -count=10.

Separately, iot and s3control were the two worst services for oversized
comment blocks (59 and 54 blocks of 8+ lines). iot drops 382 comment lines,
s3control 304. Removed: narrated history including bd issue numbers, section
banners, verbatim AWS doc quotes, and prose restating what the code says.
Kept and compressed: AWS wire-shape facts with their SDK source, the
no-fabrication notes, landmines, and godoc. The blocks that survive are
dense factual content already down to 8-14 lines.

Verified comments-only: no identifier, control-flow, or behaviour change
leaked into that half of the diff.

Refs gopherstack-5biv

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ng guardduty and wafv2 to A

A- was rejected as a ceiling for these two, and the schema had no way to
express what was actually true about them: not "incomplete", but "correct,
and this data cannot exist here".

The inconsistency is measurable. 80 of the 151 services already graded A
carry non-empty gaps, so gaps have never blocked an A in this repo.
guardduty and wafv2 were held lower precisely because their limitation was
structural and honestly documented -- a stricter standard than 80 of their
peers were held to.

So _PARITY_TEMPLATE.md gains a structural_gaps key. A structural gap is one
no implementation could satisfy in an emulator because the underlying data
source cannot exist: no real traffic, no ML or AI engine, no billing or
settlement system, no physical hardware. Those do not block an A, but must
be recorded separately rather than buried in gaps. Explicitly not an escape
hatch -- anything that could be built with more effort stays in gaps.

That line was drawn per gap, not per service, and most entries did not move.
guardduty keeps in gaps its missing per-feature member-account enrollment
tracking and its lack of a state model for individually scanned files: both
are absent state models that could be built. wafv2 keeps its undocumented
ApplicationIntegrationURL scheme and its vendor-onboarding-only ManagedRuleSet
fields for the same reason. One entry moved in each service -- guardduty's
Investigation status, which needs account-level finding correlation and
Bedrock-backed analysis, and wafv2's four revenue-reporting operations, which
need real HTTP traffic, bot detection and a settlement system.

Both already validate requests to AWS's own rules and return honestly empty
responses. Nothing was fabricated to reach this grade, and nothing about
their behaviour changed.

gendocs parses the new key and renders it as its own labelled section in each
service README plus a count in the root table, so an A grade always shows what
cannot be emulated instead of hiding it. Adding the parser case pushed
parseFrontmatter over cyclop's branch cap, so scalar-key handling was
extracted rather than suppressed with a nolint.

Badges move from 151 A / 3 A- / 4 B to 153 A / 1 A- / 4 B. The six services
still below A -- mgn, directconnect, grafana, outposts, resiliencehub and
networkmanager -- are blocked on integration-test coverage, not grading
policy. See gopherstack-r9yz.

Closes gopherstack-4h6q

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Tests that do real Docker or loopback network I/O cannot run inside a
synctest bubble, because real I/O is not durably blocking and the bubble
would hang rather than advance. Those were left sleeping when the synctest
sweep went through. They are now polled instead.

45 sleeps across test/integration, test/e2e, test/terraform and
services/lambda become require.Eventually against the condition each was
actually waiting for -- a resource reaching ACTIVE, a message arriving, a
log line appearing -- with generous timeouts and short ticks, so a slow or
loaded machine still passes where a fixed sleep would not.

Two remain, both because the wait is not a condition:

services/lambda/handler_runtime_test.go sleeps for tt.responseDelay, where
the delay itself is the thing under test -- it simulates a slow runtime
response, so polling it away would delete the test's subject.

test/integration/autopurge_test.go waits 22 seconds for a TTL window to
elapse before creating fresh resources. Nothing exposes "has N seconds
passed", so a poll would be a sleep wearing a disguise.

The integration suite was run for real against Docker (91.9s, passing),
not skipped.

Also continues the comment sweep through ec2, mgn, s3, ecs and dynamodb.
Repo-wide, blocks of 8+ consecutive comment lines are down from 2139 to
1947. Verified comments-only: no behaviour, identifier or control-flow
change in that half of the diff.

Refs gopherstack-5biv

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…to A

test/integration/directconnect_test.go drives the real aws-sdk-go-v2 client
against a running container: connection/LAG lifecycle, private/public/transit
VIFs with BGP peers, DirectConnectGateway associations/proposals against real
EC2 VpnGateway/TransitGateway resources (proving the existing EC2 cross-service
validation end-to-end), and tagging including the global dx-gateway ARN.

Re-judged all 12 PARITY.md gaps: moved 7 genuinely unbuildable items
(physical cross-connect, real LOA-CFA content, AWS's proprietary location/
router catalogs, real legal agreements, MACsec hardware, real BGP sessions,
partner billing, Cloud WAN) to structural_gaps. Left 2 gaps open
(CloudFormation resource types belong to services/cloudformation; secretsmanager-
backed MACsec keys deferred to avoid stacking cli.go edits onto a concurrent
agent's in-flight work).

bd: gopherstack-6y3m

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…na and networkmanager to A

Three services claimed the same REST prefix and only MatchPriority decided
who won.

services/bedrockagent's RouteMatcher checked the SigV4 service scope and
then fell through to an unguarded path-prefix match on /tags/, /agents,
/flows, /prompts and /resourcepolicy, so it answered any other service's
request on those paths. services/cleanrooms had the same unguarded /tags/
match. grafana and networkmanager also serve /tags/.

A previous pass had "fixed" networkmanager by raising its MatchPriority to
88 so it outranked bedrockagent. That masked the defect system-wide rather
than fixing it, and when the escalation was reverted -- correctly -- it
un-masked cleanrooms, which registers before grafana at the same priority
and was returning 404 for everyone else's tag ARNs. Re-escalating would not
have helped: cleanrooms beat grafana regardless of networkmanager.

The fix is httputils.MatchesTaggedResourceARN, which disambiguates on the
ARN already present in the path -- arn:{partition}:{service}: -- rather than
on priority or on the signing scope. The ARN names its true owner
unambiguously, so every service serving /tags/ can now match only its own
requests: cleanrooms, grafana, mgn, networkmanager, outposts and
resiliencehub all use it. bedrockagent keeps its prefix fallback but no
longer takes it when the signing scope names a different service.
managedblockchain already guarded its own match, and the remaining bare
prefix checks in omics and bedrock are internal dispatch that runs after
matching, so they cannot steal anything.

test/integration/tag_routing_test.go tags resources across several services
in ONE binary run, which is the only way this class is visible -- each
service passes its own suite in isolation while silently answering another's
traffic.

Riding along, two services reach A.

grafana gains an SDK-driven integration suite and real cross-service
validation: WorkspaceRoleArn against IAM, VPC subnets and security groups
against EC2, organizational units against Organizations, and SSO grants
against ssoadmin and identitystore. Its FAILED and DEGRADED workspace
states are now reachable through chaos injection instead of every
transition resolving to ACTIVE. ListVersions moves to structural_gaps: the
supported-version catalog is operational data with no SDK encoding, so no
implementation can derive it.

networkmanager gains its own integration suite and replaces two
placeholders with real behaviour: StartRouteAnalysis now walks EC2's
modelled transit gateway route tables with longest-prefix match and returns
genuine CONNECTED, BLACKHOLE, INACTIVE or ROUTE_NOT_FOUND verdicts, and
GetCoreNetworkChangeSet diffs the stored policy JSON for real. Telemetry
and BGP routes move to structural_gaps -- no BGP session or device
telemetry exists anywhere in this repo to derive them from. Its stale
"gap" grade, left from when the manifest was a pre-implementation spec,
becomes A.

Gates: 66687 tests pass, golangci-lint 0 issues, govulncheck clean, and the
grafana, networkmanager and tag-routing integration suites pass against
Docker.

Closes gopherstack-sokq, gopherstack-4spv, gopherstack-xhi2

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… A- to A

mgn had 95 operations and roughly 12k lines of implementation behind only
960 lines of test, and no SDK-driven integration coverage at all. It now
has a suite driving the real aws-sdk-go-v2 client through source servers,
replication and launch templates, jobs, applications and waves.

That suite immediately earned its place by catching a bug no unit test
could see: UpdateSourceServer parsed FqdnForActionFramework and
UserProvidedID off the wire and then never applied them, and silently
wiped ConnectorAction on every update.

Four more gaps closed with real behaviour.

StartImport's CSV schema was invented. It now uses AWS's documented
mgn:server:* parameters -- an invented schema is precisely the fabrication
this campaign exists to remove, and it was worse than an empty response
because it looked plausible.

ModifiedCount was hardcoded to zero and now counts real modifications,
keyed on mgn:server:user-provided-id the way AWS's own documentation
describes.

StartTest and StartCutover minted a synthetic instance ID that referred to
nothing. They now launch a genuine EC2 instance through services/ec2 via a
new cross_service.go, following the pattern grafana established, and the
integration test confirms the instance with a real DescribeInstances call.
A migration service whose launched instances do not exist is the kind of
shape-correct-but-hollow behaviour that makes an emulator untrustworthy.

ListManagedAccounts previously returned only the caller's own account and
now resolves real Organizations member accounts.

Moved to structural_gaps with individual justification: the absence of
CreateSourceServer and CreateVcenterClient, NetworkMigrationExecutionID
creation, and network-migration analysis, codegen and deployment content.
Left in gaps as a deliberate scope call: the mgn:app:, mgn:wave: and
mgn:launch:* CSV columns, which are a materially larger feature rather
than an unbuildable one.

Gates: build and vet clean, go test -race passes, golangci-lint 0 issues,
and the Docker-backed integration suite passes.

Closes gopherstack-xd34

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ldable gaps, held at B

outposts had 43 operations, 10 open gaps and no SDK-driven integration
coverage. It now has a table-driven suite exercising outposts, sites,
orders, catalog items, capacity tasks and tagging through the real
aws-sdk-go-v2 client.

The grade stays at B, deliberately.

The gap that matters most -- wiring RunInstances into the Outposts
capacity ledger, so capacity depletes as instances launch the way real
Outposts does -- cannot be built from this side. services/ec2 has no
Outpost-placement fields at all, so there is nothing for outposts to read;
even the read-only cross-service pattern grafana established has no source
to read from. That needs an ec2-side change first, filed as
gopherstack-9ij1. Raising the grade with that unbuilt would be exactly the
kind of claim this campaign exists to stop making.

Three gaps were reclassified as structural with individual justification,
covering physical hardware state and real AWS catalog inventory, and one
stale CloudFormation entry was dropped as a non-gap.

The suite also surfaced a second instance of the routing bug class fixed
earlier this branch: services/iotdataplane's matcher claims
/connections/{id} at a higher priority than outposts and was shadowing
real GetConnection calls. Fixed on the outposts side with a SigV4-gated
matcher rather than by raising MatchPriority -- priority escalation is
what produced the original bug. The iotdataplane-side fix is filed as
gopherstack-vpoh, and the two affected cases are skipped with that issue
cited rather than quietly dropped.

Gates: build and vet clean, golangci-lint 0 issues, the full -race suite
passes, and the Docker-backed integration suite passes with the one
documented skip. The pre-existing tag-routing isolation test was rerun to
confirm the matcher change broke nothing.

Refs gopherstack-b9mg

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
cmd/gendocs output had drifted from the manifests. The badge now reports
157 A and 2 B, matching live frontmatter, after mgn moved from A- to A.
Also refreshes the directconnect and mgn service READMEs.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…cement

resiliencehub goes from B to A. It gains an SDK-driven integration suite
over apps, app versions, resiliency policies, assessments, recommendations
and tagging, plus real cross-service resolution: ResolveAppVersionResources
now resolves an app version against the actual EC2, RDS and DynamoDB
backends instead of echoing whatever it was handed, using the pattern
grafana established and mgn reused.

Its remaining gaps are genuinely structural and now say so. Bedrock-backed
assessments and AWS's proprietary resiliency scoring have no derivable data
source in an emulator -- the deliberate scorePlaceholder of 0.0 was already
an honest admission of that, and it stays honest rather than being filled
with an invented number.

services/ec2 gains Outpost placement: RunInstances accepts Placement with
an OutpostArn, instances carry it, and it surfaces wherever the SDK says it
does. services/outposts consumes that, so launching onto an Outpost now
depletes real capacity and terminating returns it, verified end to end
through the real SDK client rather than asserted.

outposts stays at B, and that is the right call. The capacity coupling was
its last cross-service blocker, but two pre-existing buildable gaps remain:
Order and CapacityTask lifecycles jump straight to their terminal state
instead of passing through IN_PROGRESS, DELIVERED and
WAITING_FOR_EVACUATION, and buildOrderingRequirements evaluates 2 of the 17
real check types. Both are buildable, so under the template's own rule they
belong in gaps and gaps block A. Two stale historical notes in that
manifest are marked superseded.

Gates: build and vet clean, -race tests pass across all three packages,
golangci-lint 0 issues, and the Docker-backed integration suites pass.

Closes gopherstack-lxs2, gopherstack-9ij1

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Comment thread services/ec2/store.go
// ec2.Instance at all -- matches real RunInstances failing atomically.
var instanceIDs []string
if outpostArn != "" {
instanceIDs = make([]string, count)
Witness Patrol and others added 2 commits August 6, 2026 18:46
Foundation for showing resources from every region at once. The dashboard
fans out concurrent per-region calls from the client; there is no backend
wildcard region and no response annotation, because the UI already knows
which region it called.

ALL_REGIONS is a "__all__" sentinel rather than a real region name, since
regions here can be arbitrary and any real-looking value could collide.
currentRegion() resolves the sentinel down to DEFAULT_REGION, so the 149
pages not yet converted keep working exactly as before instead of
receiving a region string they cannot use. Fresh users now default to All.

Two region lists, kept deliberately separate. The full catalog comes from
EC2 DescribeRegions and feeds the picker's autocomplete. The much smaller
set of regions that actually hold data comes from
/dashboard/api/system/regions and is what the fan-out iterates -- issuing
a request per region in the full catalog on every page load would be
unacceptable. A 404 from that endpoint is treated as empty and falls back
to the default region, so the UI does not depend on the endpoint landing
first. The hardcoded eleven-region array in +layout.svelte is gone; it was
a second source of truth and had already drifted.

multiRegionList takes a closure that performs the send itself rather than
a client factory plus a command. That is not a style preference: passing a
command through an extra layer of structural typing loses the SDK's
per-call generic inference and widens every response to the client's
broadest union. It also builds a new client per region, never reusing one,
because @aws-sdk/core freezes a client's SigV4 signing region on its first
request -- a reused client would sign the second region's request as if it
were still the first. In single-region mode the helper collapses to
exactly one call, and a rejection propagates to the caller's own try/catch
with the original error intact rather than being swallowed into the errors
list, which is only correct once more than one region is in flight.

RegionChip renders on every resource including global services, since it
is a filter affordance rather than a claim about storage, and global
resources must not vanish when a region is selected. WriteRegionHint shows
"using <region>" beside create actions only while All is selected.

dax and dynamodb are converted as pilots. The remaining pages follow once
this pattern has been reviewed, because it gets copied a further 190
times.

Gates: svelte-check 0 errors across 19847 files, oxlint clean, formatting
clean, 1911 tests across 174 files, production build succeeds.

Refs gopherstack-eez5, gopherstack-iisp

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ns hold data

Two region sources the dashboard's Region All mode needs. They are
deliberately different lists and must not be conflated.

DescribeRegions was returning stubRegions, a hardcoded ten entries with a
comment admitting they were stubs. Real AWS has far more, so a wire-accurate
operation was returning inaccurate data -- the same class of dishonesty this
campaign has been closing elsewhere, and worth fixing on its own merits
rather than as UI scaffolding. It now returns 34 regions read from the
pinned aws-sdk-go-v2/service/ec2 v1.319.1 module's own endpoints data for
the "aws" partition, so it tracks the SDK rather than a hand-maintained
list. cn, us-gov and iso regions are excluded as separate partitions a
commercial account does not see. The wire shape is untouched; only the data
changed. GetSpotPlacementScores, the only other caller, follows the rename.

Separately, the UI must fan out only to regions that actually hold
something -- a request per region on every page load would be unacceptable.
pkgs/service/regions.go tracks that with one middleware rather than a new
interface method: ChaosRegions already exists on the service interface with
141 implementations that all just return the default region, so extending
that path would have meant 161 edits for something the request path gives
for free. The middleware hangs off registry.Use, the same chokepoint
chaos.Middleware uses, and reads the region through the extraction that
already happens there. The set is guarded by a lockmetrics.RWMutex with an
RLock-first check so the common case, a region already known, never takes
the write lock. Results are exposed at GET /dashboard/api/system/regions
beside the existing system/state and system/health.

The tracker persists its own recorded set through the existing snapshot
manager. That detail matters: the first attempt seeded the set by scanning
other services' persisted snapshots for region-code substrings, which
produced false positives -- services/account bakes a static eight-region
catalog into its default state as reference data, and a substring scan
cannot tell that apart from a real resource, so a completely fresh server
advertised eight regions with nothing in them. Persisting the tracker
directly removes the guesswork.

Seeding on restore is the requirement that makes this correct rather than
merely working. Without it, regions holding restored data are unknown until
something happens to touch them, and their resources are silently invisible
in All mode -- a wrong answer that only appears after a restart with
existing data. Verified end to end: a fresh server reports only us-east-1,
writes to us-east-1, ap-south-1 and eu-west-2 make all three appear, and
after a full restart all three are still reported before any new request,
with the underlying resources intact.

Gates: build and vet clean, -race tests pass, golangci-lint 0 issues across
the whole repo, and DescribeRegions returns 34 regions live.

Closes gopherstack-nh6m

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Witness Patrol and others added 30 commits August 9, 2026 21:33
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
StartWorkflowRun wrote a bookkeeping record and started nothing. It now
fires the workflow's entry triggers, so a run has actions to count, and
those job runs and crawls carry the run that started them.

Statistics are computed from live run state rather than tracked separately,
which is how the API describes them. The errored and waiting counters are
documented as job runs specifically, unlike the other six, so crawls stay
out of those two.

No wire field links a run to its workflow run -- not on job runs, crawls or
crawler history -- so the link is internal and stripped from every response
that returns a job run. TriggerName is real and was simply never populated.

Left undone: predicate-gated triggers still do not fire, since nothing
watches for completions, so only an entry trigger's own actions are counted.
The per-node run lists on a workflow's graph remain unmodelled.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
AutoRemove and the explicit Terminate both removed the container, so Docker
had a removal in flight by the time Terminate asked for its own, and nearly
every shard logged a failure at teardown. Nothing ever broke, but a real
container fault produced the same message, so the noise hid it.

AutoRemove is the side to drop. It only removes a container Docker has
already stopped, so it does nothing when a shard dies without tearing down
-- the reaper covers that case, and it is enabled here. Terminate does more
besides: it detaches the reaper hook, removes volumes, runs the teardown
hooks, and drops the image this container builds from source.

The other four container helpers in this suite already do it this way.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The Path forms of the item batcher's two limits, the reader's item cap and
the map's concurrency were not modelled at all, so the decoder discarded
them and the settings had no effect. Nothing warned, because nothing knew
the fields existed -- unlike the fallbacks fixed earlier, these never
reached code that could notice.

They resolve against the map state's own input, the way the tolerated
failure settings already do, and the Path form wins when both are given. A
resolved value that is not a number now fails the execution rather than
being ignored, matching the existing behaviour for tolerated failure counts.

Task's timeout and heartbeat have the same asymmetry, but resolving them
touches every task state and belongs in its own change.

The tests run real executions. The bug was that the struct had no field to
assert on, so a parser test could not have caught it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…mp the embedded UI

The static linux build and the ordinary build both wrote bin/gopherstack.
Running the latter while integration tests were in flight replaced the
binary the scratch image needs with one it cannot execute, and the failure
arrived as a missing container, which looks like Docker's fault. The linux
target has its own path now, the test image copies that, and the harness
checks the file is a static ELF before starting a container -- so a wrong
binary fails saying so.

CI referenced the old path in six places and follows the rename. Nothing it
gates on changed.

Separately, dashboard/static/spa is gitignored and embedded, so a bare go
build embeds whatever stale bundle happens to be on disk. That already cost
a false bug report, where icons appeared broken that had been fixed in
source. The UI build now writes a stamp alongside the bundle and the server
logs it at startup, so a repro can say which build it is actually running.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
It builds its own static linux binary and feeds the same test image, so it
has to write the path that image now copies. Missed when the rename landed,
which left the image looking for a file this suite was not producing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…tempt

Both Path forms were unmodelled and dropped by the decoder. They resolve
from the state's input like the map settings before them, the Path form wins
over its literal sibling, and a non-numeric value fails the execution.

Modelling them exposed an older bug in the same code. The timeout context
was built once, outside the retry loop, so every attempt shared a single
deadline -- a retry after a timeout re-entered an already-expired context
and could not run. The specification counts the timeout from each attempt's
own start event, and AWS's own retry-on-timeout example only makes sense
that way. Each attempt now gets its own deadline from the resolved value.

A test asserted the broken behaviour: it expected a timed-out task never to
retry, which was true only because the second attempt died instantly on the
expired context. It expects four attempts now.

Batches were also emitted as a bare array. The real shape wraps them, with
the batcher's fixed input alongside when set.

The timeout tests run on a virtual clock, so they assert exact elapsed time
rather than waiting -- including that three attempts take three times one
attempt's timeout.

Left alone: every path in this executor resolves against the input after
Parameters is applied, where the real service resolves before. That is
long-standing and affects all of them, not just these.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Seven handlers formatted times with a literal +00:00 in the layout. Go does
not read that as an offset, so it was copied out verbatim and every response
claimed UTC whatever zone the time carried -- a time in +05:00 was printed
with its own wall clock and a UTC suffix, which is neither.

The service really does always emit +00:00 rather than Z, so the fix is to
convert to UTC first and use the offset token that still renders +00:00 at
zero. Reaching for RFC3339 would have produced Z and changed the shape.

Persistence is unaffected: snapshots marshal the time values themselves, not
these response strings.

The audit claimed this format was correct, and iotwireless's still described
the position payloads as JSON-wrapped after they became raw bodies. Both
corrected.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…rms the input

Every Path field read the state's input after Parameters had rewritten it,
so a path naming a field Parameters does not carry through resolved to
nothing or to whatever happened to sit at that position. The specification
applies InputPath first, and Parameters consumes that result -- reference
paths read the same value Parameters does, not its output. AWS documents a
task whose Parameters replaces the whole payload while its timeout path
still reads a field only the original input has.

The pre-Parameters input was already computed and simply not passed on. It
now reaches the path resolutions for items, concurrency, tolerated failures,
the batcher and reader limits, and the task timeout and heartbeat. The work
payload is untouched: invocation, per-item selection, catch and result
handling all still use the transformed input.

No test combined Parameters with a path field, which is why this held. Six
now do, each hiding the real value behind a decoy that only the transformed
input carries.

Credentials are not modelled here at all, so the role ARN path the issue
mentioned has nothing to fix.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
A routing rule's ARN carries an account id, unlike the domain name ARN it
nests under. This one was built with an empty account segment, so it never
matched what a real client would construct.

The domain name ARN itself is correct as it stands. It is deliberately
identical to the v1 spelling: v2 signs under the same apigateway name, has
no ARN namespace of its own, and a domain name is a resource shared between
the two API surfaces rather than owned by either. So there is no wire
difference to introduce there -- only a routing hazard if v2 is ever
registered for tagging, which has to be resolved by asking each backend
whether it owns an id rather than by matching the ARN.

An existing test asserted the empty account even while setting a real one in
its own context.

Also raised the coverage run's unit timeout, which was half the budget of
the identical uninstrumented run.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…nfigurations

Two more of the nine missing serverless families, picked for being the most
self-contained: resource policies depend on nothing, and snapshot copy
configurations only on namespaces.

Delete is not uniform across this service. Deleting a snapshot copy
configuration returns the deleted object, and the response marks it
required, where deleting a resource policy or a custom domain association
returns nothing at all. Assuming one shape for all three would have been
wrong in both directions.

The envelope convention does hold for both of these, so the custom domain
family's flat responses remain the exception rather than a pattern.

No one-configuration-per-namespace limit is modelled, because the service
documents none -- unlike its non-serverless counterpart, which does.

The remaining five are recorded. Recovery points, table restore status and
the two restore operations are mutually dependent and should be taken
together; endpoint access and the managed workgroup listing are separate and
smaller.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…eir restore operations

The entangled group, taken together because a table restore from a recovery
point needs a real recovery point to name.

There is no operation that creates a recovery point. The API documents them
as made automatically every thirty minutes and kept for a day, so one is
generated when a workgroup is created rather than exposed as an endpoint
that does not exist. Seeding more for tests goes through an internal helper,
not the wire.

The per-field timestamp split this service is prone to shows up inside this
one group: a recovery point's creation time is ISO 8601 while a table
restore's request time is epoch seconds.

Restoring a namespace from a snapshot is deliberately still absent -- it
depends on no recovery point, so it was never part of this group -- along
with converting a recovery point to a snapshot.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Timeouts were accepted, stored and echoed back on describe, and never
enforced -- the timed-out status existed and nothing ever set it. That also
left terminate as the only way to trigger a child policy, where the real
service invokes it on exactly two events, terminate and timing out.

An execution past its limit now closes with a timed-out event carrying the
child policy and timeout type the API requires, and the cascade runs through
the same code terminate already used.

The sweep is synchronous, taking the instant to evaluate as an argument, and
runs at the top of the operations that read or change execution state. No
goroutine, and no waiting in tests.

Only the execution-level limit is enforced. Decision task and the four
activity task timeouts are still accepted and ignored, and the audit now
says so per operation -- a timeout that fires for some kinds and not others
is worse than one that never fires, since the difference is invisible.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Create and modify endpoint accept nineteen engine-specific settings blocks
and modelled none of them, so a client configuring an S3 target or a Kafka
broker got a success and an endpoint with none of that configuration.

Modelling them properly means about three hundred fields across nineteen
heterogeneous structs, which is more than one change can do faithfully, and
a subset would be worse than the gap: a caller seeing some settings kept
would reasonably assume the rest were. So the request is refused, naming the
block that is not supported, the way unsupported inputs are already refused
elsewhere in this repo.

That does mean refusing something the real service accepts. It is the honest
of the two failures -- a caller now learns immediately, instead of
discovering later that the endpoint was never configured.

Nothing is stored, so describe has nothing new to omit, and the password
handling from the earlier pass is untouched.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Endpoint access, managed workgroup listing, restore from snapshot and
converting a recovery point to a snapshot. All nine families the audit
recorded as absent now exist.

Endpoint access omits its VPC endpoint object entirely, following what this
package's classic Redshift already decided: the network interfaces underneath
need availability zones, addresses and subnets that nothing here can produce,
and inventing identifiers with no interface behind them would be worse than
leaving the object out. The VPC filter is refused for the same reason. What
is real -- address, ARN, status, port, subnets, security groups -- is served.

Managed workgroups always list empty, and that is the honest answer rather
than a stub: the source ARN is pattern-locked to a Glue catalog, so these
exist only where Lake Formation federation provisions them, and this backend
has no such integration for anything to come from.

Restoring a namespace from a snapshot follows the recovery-point restore
already here. Managing the admin password is honoured only in the direction
that has meaning; the other reinstates credentials as they were when the
snapshot was taken, which is not reconstructible, so it is left alone rather
than faked.

Deleting an endpoint access echoes the deleted object, unlike deleting a
resource policy or a custom domain association. That is the third distinct
delete shape in this service.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
A pipeline definition given as an S3 location was rejected outright, which
was honest but useless. It is now fetched from the S3 backend, wired the way
the other cross-service integrations are. Rejection remains only where the
object genuinely cannot be read -- no backend, missing bucket or key, or a
failed read -- so a caller is told rather than handed a fabricated pipeline.

The wiring test drives initializeServices, so deleting the call site fails
it; the helper compiling proves nothing.

Restricted instance groups stay unmodelled for a third pass, and the audit
now records the whole verified type tree so the next attempt does not
re-derive it. Two findings from that reading: the instance storage config
really is a discriminated union, unlike the orchestrator beside it, which
only reads like one; and there is a second top-level field nobody had named,
carrying its own shared environment config. Eight further types, across two
fields rather than one -- comparable to the whole four-field pass that
preceded it, and not something to shave down.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
… a stack

Neither an app nor a resiliency policy could be created through a stack.
Both follow the supplemental-resource pattern the KMS and Secrets Manager
types already use, calling the real backend and failing loudly rather than
returning a stub id.

Resilience Hub already imports this package, so the reverse import would
cycle. The dependency is declared here as an interface the other side
satisfies structurally, which is the same technique its own cross-service
resolution already uses.

The template body and resource mappings are required by the resource type
and are not fields of the create call at all -- they are separate operations
chained after it. Tags on these two are a plain map rather than the array of
pairs most resources take, and Ref yields the ARN, which is what the
physical id is set to.

Drift status via GetAtt still falls back to the physical id. Reading it
needs a backend, and the attribute resolver is deliberately pure, so that
would change every resource type's signature.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants