@aws-sdk/client-verifiedpermissions 3.927.0 → 3.928.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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +1739 -2225
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/VerifiedPermissionsClient.js +2 -0
  4. package/dist-es/commands/BatchGetPolicyCommand.js +3 -10
  5. package/dist-es/commands/BatchIsAuthorizedCommand.js +3 -10
  6. package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +3 -10
  7. package/dist-es/commands/CreateIdentitySourceCommand.js +3 -10
  8. package/dist-es/commands/CreatePolicyCommand.js +3 -10
  9. package/dist-es/commands/CreatePolicyStoreCommand.js +3 -10
  10. package/dist-es/commands/CreatePolicyTemplateCommand.js +3 -10
  11. package/dist-es/commands/DeleteIdentitySourceCommand.js +3 -9
  12. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePolicyStoreCommand.js +3 -9
  14. package/dist-es/commands/DeletePolicyTemplateCommand.js +3 -9
  15. package/dist-es/commands/GetIdentitySourceCommand.js +3 -10
  16. package/dist-es/commands/GetPolicyCommand.js +3 -10
  17. package/dist-es/commands/GetPolicyStoreCommand.js +3 -10
  18. package/dist-es/commands/GetPolicyTemplateCommand.js +3 -10
  19. package/dist-es/commands/GetSchemaCommand.js +3 -10
  20. package/dist-es/commands/IsAuthorizedCommand.js +3 -10
  21. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +3 -10
  22. package/dist-es/commands/ListIdentitySourcesCommand.js +3 -10
  23. package/dist-es/commands/ListPoliciesCommand.js +3 -10
  24. package/dist-es/commands/ListPolicyStoresCommand.js +3 -10
  25. package/dist-es/commands/ListPolicyTemplatesCommand.js +3 -10
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/PutSchemaCommand.js +3 -10
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateIdentitySourceCommand.js +3 -10
  31. package/dist-es/commands/UpdatePolicyCommand.js +3 -10
  32. package/dist-es/commands/UpdatePolicyStoreCommand.js +3 -10
  33. package/dist-es/commands/UpdatePolicyTemplateCommand.js +3 -10
  34. package/dist-es/models/models_0.js +26 -593
  35. package/dist-es/runtimeConfig.shared.js +7 -0
  36. package/dist-es/schemas/schemas_0.js +1628 -0
  37. package/dist-types/VerifiedPermissionsClient.d.ts +10 -1
  38. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +33 -0
  39. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +33 -0
  40. package/dist-types/commands/IsAuthorizedCommand.d.ts +33 -0
  41. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +33 -0
  42. package/dist-types/models/models_0.d.ts +268 -441
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +229 -0
  48. package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +184 -297
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +236 -0
  55. package/package.json +5 -6
  56. package/dist-es/protocols/Aws_json1_0.js +0 -1303
  57. package/dist-types/protocols/Aws_json1_0.d.ts +0 -272
  58. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -365
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchGetPolicyCommandInput, BatchGetPolicyCommandOutput } from "./commands/BatchGetPolicyCommand";
11
11
  import { BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput } from "./commands/BatchIsAuthorizedCommand";
@@ -171,6 +171,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
171
171
  * Optional extensions
172
172
  */
173
173
  extensions?: RuntimeExtension[];
174
+ /**
175
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
176
+ * may be overridden. A default will always be set by the client.
177
+ * Available options depend on the service's supported protocols and will not be validated by
178
+ * the client.
179
+ * @alpha
180
+ *
181
+ */
182
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
174
183
  /**
175
184
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
176
185
  */
@@ -84,6 +84,39 @@ declare const BatchIsAuthorizedCommand_base: {
84
84
  * parents: [ // ParentList
85
85
  * "<EntityIdentifier>",
86
86
  * ],
87
+ * tags: { // EntityCedarTags
88
+ * "<keys>": { // CedarTagValue Union: only one key present
89
+ * boolean: true || false,
90
+ * entityIdentifier: "<EntityIdentifier>",
91
+ * long: Number("long"),
92
+ * string: "STRING_VALUE",
93
+ * set: [ // CedarTagSetAttribute
94
+ * {// Union: only one key present
95
+ * boolean: true || false,
96
+ * entityIdentifier: "<EntityIdentifier>",
97
+ * long: Number("long"),
98
+ * string: "STRING_VALUE",
99
+ * set: [
100
+ * "<CedarTagValue>",
101
+ * ],
102
+ * record: { // CedarTagRecordAttribute
103
+ * "<keys>": "<CedarTagValue>",
104
+ * },
105
+ * ipaddr: "STRING_VALUE",
106
+ * decimal: "STRING_VALUE",
107
+ * datetime: "STRING_VALUE",
108
+ * duration: "STRING_VALUE",
109
+ * },
110
+ * ],
111
+ * record: {
112
+ * "<keys>": "<CedarTagValue>",
113
+ * },
114
+ * ipaddr: "STRING_VALUE",
115
+ * decimal: "STRING_VALUE",
116
+ * datetime: "STRING_VALUE",
117
+ * duration: "STRING_VALUE",
118
+ * },
119
+ * },
87
120
  * },
88
121
  * ],
89
122
  * cedarJson: "STRING_VALUE",
@@ -86,6 +86,39 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
86
86
  * parents: [ // ParentList
87
87
  * "<EntityIdentifier>",
88
88
  * ],
89
+ * tags: { // EntityCedarTags
90
+ * "<keys>": { // CedarTagValue Union: only one key present
91
+ * boolean: true || false,
92
+ * entityIdentifier: "<EntityIdentifier>",
93
+ * long: Number("long"),
94
+ * string: "STRING_VALUE",
95
+ * set: [ // CedarTagSetAttribute
96
+ * {// Union: only one key present
97
+ * boolean: true || false,
98
+ * entityIdentifier: "<EntityIdentifier>",
99
+ * long: Number("long"),
100
+ * string: "STRING_VALUE",
101
+ * set: [
102
+ * "<CedarTagValue>",
103
+ * ],
104
+ * record: { // CedarTagRecordAttribute
105
+ * "<keys>": "<CedarTagValue>",
106
+ * },
107
+ * ipaddr: "STRING_VALUE",
108
+ * decimal: "STRING_VALUE",
109
+ * datetime: "STRING_VALUE",
110
+ * duration: "STRING_VALUE",
111
+ * },
112
+ * ],
113
+ * record: {
114
+ * "<keys>": "<CedarTagValue>",
115
+ * },
116
+ * ipaddr: "STRING_VALUE",
117
+ * decimal: "STRING_VALUE",
118
+ * datetime: "STRING_VALUE",
119
+ * duration: "STRING_VALUE",
120
+ * },
121
+ * },
89
122
  * },
90
123
  * ],
91
124
  * cedarJson: "STRING_VALUE",
@@ -99,6 +99,39 @@ declare const IsAuthorizedCommand_base: {
99
99
  * parents: [ // ParentList
100
100
  * "<EntityIdentifier>",
101
101
  * ],
102
+ * tags: { // EntityCedarTags
103
+ * "<keys>": { // CedarTagValue Union: only one key present
104
+ * boolean: true || false,
105
+ * entityIdentifier: "<EntityIdentifier>",
106
+ * long: Number("long"),
107
+ * string: "STRING_VALUE",
108
+ * set: [ // CedarTagSetAttribute
109
+ * {// Union: only one key present
110
+ * boolean: true || false,
111
+ * entityIdentifier: "<EntityIdentifier>",
112
+ * long: Number("long"),
113
+ * string: "STRING_VALUE",
114
+ * set: [
115
+ * "<CedarTagValue>",
116
+ * ],
117
+ * record: { // CedarTagRecordAttribute
118
+ * "<keys>": "<CedarTagValue>",
119
+ * },
120
+ * ipaddr: "STRING_VALUE",
121
+ * decimal: "STRING_VALUE",
122
+ * datetime: "STRING_VALUE",
123
+ * duration: "STRING_VALUE",
124
+ * },
125
+ * ],
126
+ * record: {
127
+ * "<keys>": "<CedarTagValue>",
128
+ * },
129
+ * ipaddr: "STRING_VALUE",
130
+ * decimal: "STRING_VALUE",
131
+ * datetime: "STRING_VALUE",
132
+ * duration: "STRING_VALUE",
133
+ * },
134
+ * },
102
135
  * },
103
136
  * ],
104
137
  * cedarJson: "STRING_VALUE",
@@ -97,6 +97,39 @@ declare const IsAuthorizedWithTokenCommand_base: {
97
97
  * parents: [ // ParentList
98
98
  * "<EntityIdentifier>",
99
99
  * ],
100
+ * tags: { // EntityCedarTags
101
+ * "<keys>": { // CedarTagValue Union: only one key present
102
+ * boolean: true || false,
103
+ * entityIdentifier: "<EntityIdentifier>",
104
+ * long: Number("long"),
105
+ * string: "STRING_VALUE",
106
+ * set: [ // CedarTagSetAttribute
107
+ * {// Union: only one key present
108
+ * boolean: true || false,
109
+ * entityIdentifier: "<EntityIdentifier>",
110
+ * long: Number("long"),
111
+ * string: "STRING_VALUE",
112
+ * set: [
113
+ * "<CedarTagValue>",
114
+ * ],
115
+ * record: { // CedarTagRecordAttribute
116
+ * "<keys>": "<CedarTagValue>",
117
+ * },
118
+ * ipaddr: "STRING_VALUE",
119
+ * decimal: "STRING_VALUE",
120
+ * datetime: "STRING_VALUE",
121
+ * duration: "STRING_VALUE",
122
+ * },
123
+ * ],
124
+ * record: {
125
+ * "<keys>": "<CedarTagValue>",
126
+ * },
127
+ * ipaddr: "STRING_VALUE",
128
+ * decimal: "STRING_VALUE",
129
+ * datetime: "STRING_VALUE",
130
+ * duration: "STRING_VALUE",
131
+ * },
132
+ * },
100
133
  * },
101
134
  * ],
102
135
  * cedarJson: "STRING_VALUE",