@aws-sdk/client-verifiedpermissions
Advanced tools
Comparing version
@@ -50,3 +50,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
resourceId: string | undefined; | ||
resourceType: ResourceType | string | undefined; | ||
resourceType: ResourceType | undefined; | ||
} | ||
@@ -83,3 +83,3 @@ export declare class ConflictException extends __BaseException { | ||
resourceId: string | undefined; | ||
resourceType: ResourceType | string | undefined; | ||
resourceType: ResourceType | undefined; | ||
constructor( | ||
@@ -93,3 +93,3 @@ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException> | ||
resourceId?: string; | ||
resourceType: ResourceType | string | undefined; | ||
resourceType: ResourceType | undefined; | ||
serviceCode?: string; | ||
@@ -174,3 +174,3 @@ quotaCode?: string; | ||
policyId: string | undefined; | ||
policyType: PolicyType | string | undefined; | ||
policyType: PolicyType | undefined; | ||
principal?: EntityIdentifier; | ||
@@ -188,3 +188,3 @@ resource?: EntityIdentifier; | ||
export interface ValidationSettings { | ||
mode: ValidationMode | string | undefined; | ||
mode: ValidationMode | undefined; | ||
} | ||
@@ -282,3 +282,3 @@ export interface CreatePolicyStoreInput { | ||
discoveryUrl?: string; | ||
openIdIssuer?: OpenIdIssuer | string; | ||
openIdIssuer?: OpenIdIssuer; | ||
} | ||
@@ -336,3 +336,3 @@ export interface GetIdentitySourceOutput { | ||
policyId: string | undefined; | ||
policyType: PolicyType | string | undefined; | ||
policyType: PolicyType | undefined; | ||
principal?: EntityIdentifier; | ||
@@ -388,3 +388,3 @@ resource?: EntityIdentifier; | ||
discoveryUrl?: string; | ||
openIdIssuer?: OpenIdIssuer | string; | ||
openIdIssuer?: OpenIdIssuer; | ||
} | ||
@@ -440,3 +440,3 @@ export interface IdentitySourceItem { | ||
export interface IsAuthorizedOutput { | ||
decision: Decision | string | undefined; | ||
decision: Decision | undefined; | ||
determiningPolicies: DeterminingPolicyItem[] | undefined; | ||
@@ -446,3 +446,3 @@ errors: EvaluationErrorItem[] | undefined; | ||
export interface IsAuthorizedWithTokenOutput { | ||
decision: Decision | string | undefined; | ||
decision: Decision | undefined; | ||
determiningPolicies: DeterminingPolicyItem[] | undefined; | ||
@@ -454,3 +454,3 @@ errors: EvaluationErrorItem[] | undefined; | ||
resource?: EntityReference; | ||
policyType?: PolicyType | string; | ||
policyType?: PolicyType; | ||
policyTemplateId?: string; | ||
@@ -502,3 +502,3 @@ } | ||
policyId: string | undefined; | ||
policyType: PolicyType | string | undefined; | ||
policyType: PolicyType | undefined; | ||
principal?: EntityIdentifier; | ||
@@ -573,3 +573,3 @@ resource?: EntityIdentifier; | ||
policyId: string | undefined; | ||
policyType: PolicyType | string | undefined; | ||
policyType: PolicyType | undefined; | ||
principal?: EntityIdentifier; | ||
@@ -576,0 +576,0 @@ resource?: EntityIdentifier; |
{ | ||
"name": "@aws-sdk/client-verifiedpermissions", | ||
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native", | ||
"version": "3.428.0", | ||
"version": "3.429.0", | ||
"scripts": { | ||
@@ -24,5 +24,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@aws-sdk/client-sts": "3.428.0", | ||
"@aws-sdk/credential-provider-node": "3.428.0", | ||
"@aws-sdk/middleware-host-header": "3.428.0", | ||
"@aws-sdk/client-sts": "3.429.0", | ||
"@aws-sdk/credential-provider-node": "3.429.0", | ||
"@aws-sdk/middleware-host-header": "3.429.0", | ||
"@aws-sdk/middleware-logger": "3.428.0", | ||
@@ -42,3 +42,3 @@ "@aws-sdk/middleware-recursion-detection": "3.428.0", | ||
"@smithy/middleware-content-length": "^2.0.13", | ||
"@smithy/middleware-endpoint": "^2.1.0", | ||
"@smithy/middleware-endpoint": "^2.1.1", | ||
"@smithy/middleware-retry": "^2.0.16", | ||
@@ -45,0 +45,0 @@ "@smithy/middleware-serde": "^2.0.11", |
Sorry, the diff of this file is too big to display
912854
-0.03%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated