@distilled.cloud/aws 0.15.1 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@distilled.cloud/aws",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/alchemy-run/distilled",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"fmt": "oxfmt --write src",
|
|
72
72
|
"lint": "oxlint --fix src",
|
|
73
73
|
"check": "tsgo && oxlint src && oxfmt --check src",
|
|
74
|
-
"test": "bunx vitest run test --exclude specs",
|
|
74
|
+
"test": "bunx vitest run test --exclude specs --passWithNoTests",
|
|
75
75
|
"publish:npm": "bun run build && bun publish --access public",
|
|
76
76
|
"generate": "bun run scripts/generate.ts && oxlint --fix src && oxfmt --write src && oxfmt --write src",
|
|
77
77
|
"specs:fetch": "git submodule update --force --init --recursive --depth=1 specs/api-models-aws && git -C specs/api-models-aws checkout -- . && git submodule update --force --init --recursive --depth=1 specs/aws-sdk-js-v3 && git -C specs/aws-sdk-js-v3 checkout -- . && git submodule update --force --init --recursive --depth=1 specs/smithy && git -C specs/smithy checkout -- . && git submodule update --force --init --recursive --depth=1 specs/smithy-typescript && git -C specs/smithy-typescript checkout -- .",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@aws-crypto/util": "^5.2.0",
|
|
83
83
|
"@aws-sdk/credential-providers": "^3.994.0",
|
|
84
84
|
"@aws-sdk/types": "^3.973.1",
|
|
85
|
-
"@distilled.cloud/core": "0.
|
|
85
|
+
"@distilled.cloud/core": "0.16.0",
|
|
86
86
|
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
87
87
|
"@smithy/types": "^4.12.0",
|
|
88
88
|
"@smithy/util-base64": "^4.3.0",
|
|
@@ -10352,14 +10352,6 @@ export class TooManyDistributions extends S.TaggedErrorClass<TooManyDistribution
|
|
|
10352
10352
|
"TooManyDistributions",
|
|
10353
10353
|
{ Message: S.optional(S.String) },
|
|
10354
10354
|
).pipe(C.withBadRequestError) {}
|
|
10355
|
-
export class TooManyDistributionsAssociatedToCachePolicy extends S.TaggedErrorClass<TooManyDistributionsAssociatedToCachePolicy>()(
|
|
10356
|
-
"TooManyDistributionsAssociatedToCachePolicy",
|
|
10357
|
-
{ Message: S.optional(S.String) },
|
|
10358
|
-
).pipe(C.withBadRequestError) {}
|
|
10359
|
-
export class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig extends S.TaggedErrorClass<TooManyDistributionsAssociatedToFieldLevelEncryptionConfig>()(
|
|
10360
|
-
"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig",
|
|
10361
|
-
{ Message: S.optional(S.String) },
|
|
10362
|
-
).pipe(C.withBadRequestError) {}
|
|
10363
10355
|
export class EntityAlreadyExists extends S.TaggedErrorClass<EntityAlreadyExists>()(
|
|
10364
10356
|
"EntityAlreadyExists",
|
|
10365
10357
|
{ Message: S.optional(S.String) },
|
|
@@ -10708,6 +10700,14 @@ export class CannotUpdateEntityWhileInUse extends S.TaggedErrorClass<CannotUpdat
|
|
|
10708
10700
|
"CannotUpdateEntityWhileInUse",
|
|
10709
10701
|
{ Message: S.optional(S.String) },
|
|
10710
10702
|
).pipe(C.withConflictError, C.withDependencyViolationError) {}
|
|
10703
|
+
export class TooManyDistributionsAssociatedToCachePolicy extends S.TaggedErrorClass<TooManyDistributionsAssociatedToCachePolicy>()(
|
|
10704
|
+
"TooManyDistributionsAssociatedToCachePolicy",
|
|
10705
|
+
{ Message: S.optional(S.String) },
|
|
10706
|
+
).pipe(C.withBadRequestError) {}
|
|
10707
|
+
export class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig extends S.TaggedErrorClass<TooManyDistributionsAssociatedToFieldLevelEncryptionConfig>()(
|
|
10708
|
+
"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig",
|
|
10709
|
+
{ Message: S.optional(S.String) },
|
|
10710
|
+
).pipe(C.withBadRequestError) {}
|
|
10711
10711
|
export class TooManyDistributionsAssociatedToKeyGroup extends S.TaggedErrorClass<TooManyDistributionsAssociatedToKeyGroup>()(
|
|
10712
10712
|
"TooManyDistributionsAssociatedToKeyGroup",
|
|
10713
10713
|
{ Message: S.optional(S.String) },
|