@intentius/chant-lexicon-aws 0.34.0 → 0.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/index.d.ts +1 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +30 -0
- package/dist/types/index.d.ts +21 -0
- package/package.json +2 -2
- package/src/generated/index.d.ts +21 -0
- package/src/generated/index.ts +1 -0
- package/src/generated/lexicon-aws.json +30 -0
|
@@ -1353,6 +1353,7 @@ export declare const ServiceNetworkServiceAssociation: new (props: Record<string
|
|
|
1353
1353
|
export declare const ServiceNetworkVpcAssociation: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1354
1354
|
export declare const ServicePrincipalName: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1355
1355
|
export declare const ServiceProfile: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1356
|
+
export declare const ServiceSetting: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1356
1357
|
export declare const ServiceTemplate: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1357
1358
|
export declare const SESConfigurationSet: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1358
1359
|
export declare const SESConfigurationSetEventDestination: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|