cdk-comprehend-s3olap 2.0.26 → 2.0.29
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
- package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +91 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -0,0 +1,788 @@
|
|
1
|
+
import {Request} from '../lib/request';
|
2
|
+
import {Response} from '../lib/response';
|
3
|
+
import {AWSError} from '../lib/error';
|
4
|
+
import {Service} from '../lib/service';
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
7
|
+
interface Blob {}
|
8
|
+
declare class RolesAnywhere extends Service {
|
9
|
+
/**
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
11
|
+
*/
|
12
|
+
constructor(options?: RolesAnywhere.Types.ClientConfiguration)
|
13
|
+
config: Config & RolesAnywhere.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Creates a profile. A profile is configuration resource to list the roles that RolesAnywhere service is trusted to assume. In addition, by applying a profile you can intersect permissions with IAM managed policies. Required permissions: rolesanywhere:CreateProfile.
|
16
|
+
*/
|
17
|
+
createProfile(params: RolesAnywhere.Types.CreateProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
18
|
+
/**
|
19
|
+
* Creates a profile. A profile is configuration resource to list the roles that RolesAnywhere service is trusted to assume. In addition, by applying a profile you can intersect permissions with IAM managed policies. Required permissions: rolesanywhere:CreateProfile.
|
20
|
+
*/
|
21
|
+
createProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* Creates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA), or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the trusted Certificate Authority (CA) in exchange for temporary AWS credentials. Required permissions: rolesanywhere:CreateTrustAnchor.
|
24
|
+
*/
|
25
|
+
createTrustAnchor(params: RolesAnywhere.Types.CreateTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Creates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA), or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the trusted Certificate Authority (CA) in exchange for temporary AWS credentials. Required permissions: rolesanywhere:CreateTrustAnchor.
|
28
|
+
*/
|
29
|
+
createTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
30
|
+
/**
|
31
|
+
* Deletes a certificate revocation list (CRL). Required permissions: rolesanywhere:DeleteCrl.
|
32
|
+
*/
|
33
|
+
deleteCrl(params: RolesAnywhere.Types.ScalarCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
34
|
+
/**
|
35
|
+
* Deletes a certificate revocation list (CRL). Required permissions: rolesanywhere:DeleteCrl.
|
36
|
+
*/
|
37
|
+
deleteCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
38
|
+
/**
|
39
|
+
* Deletes a profile. Required permissions: rolesanywhere:DeleteProfile.
|
40
|
+
*/
|
41
|
+
deleteProfile(params: RolesAnywhere.Types.ScalarProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
42
|
+
/**
|
43
|
+
* Deletes a profile. Required permissions: rolesanywhere:DeleteProfile.
|
44
|
+
*/
|
45
|
+
deleteProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
46
|
+
/**
|
47
|
+
* Deletes a trust anchor. Required permissions: rolesanywhere:DeleteTrustAnchor.
|
48
|
+
*/
|
49
|
+
deleteTrustAnchor(params: RolesAnywhere.Types.ScalarTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
50
|
+
/**
|
51
|
+
* Deletes a trust anchor. Required permissions: rolesanywhere:DeleteTrustAnchor.
|
52
|
+
*/
|
53
|
+
deleteTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
54
|
+
/**
|
55
|
+
* Disables a certificate revocation list (CRL). Required permissions: rolesanywhere:DisableCrl.
|
56
|
+
*/
|
57
|
+
disableCrl(params: RolesAnywhere.Types.ScalarCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Disables a certificate revocation list (CRL). Required permissions: rolesanywhere:DisableCrl.
|
60
|
+
*/
|
61
|
+
disableCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
62
|
+
/**
|
63
|
+
* Disables a profile. When disabled, CreateSession requests with this profile fail. Required permissions: rolesanywhere:DisableProfile.
|
64
|
+
*/
|
65
|
+
disableProfile(params: RolesAnywhere.Types.ScalarProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
66
|
+
/**
|
67
|
+
* Disables a profile. When disabled, CreateSession requests with this profile fail. Required permissions: rolesanywhere:DisableProfile.
|
68
|
+
*/
|
69
|
+
disableProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
70
|
+
/**
|
71
|
+
* Disables a trust anchor. When disabled, CreateSession requests specifying this trust anchor are unauthorized. Required permissions: rolesanywhere:DisableTrustAnchor.
|
72
|
+
*/
|
73
|
+
disableTrustAnchor(params: RolesAnywhere.Types.ScalarTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
74
|
+
/**
|
75
|
+
* Disables a trust anchor. When disabled, CreateSession requests specifying this trust anchor are unauthorized. Required permissions: rolesanywhere:DisableTrustAnchor.
|
76
|
+
*/
|
77
|
+
disableTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials. Required permissions: rolesanywhere:EnableCrl.
|
80
|
+
*/
|
81
|
+
enableCrl(params: RolesAnywhere.Types.ScalarCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials. Required permissions: rolesanywhere:EnableCrl.
|
84
|
+
*/
|
85
|
+
enableCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
86
|
+
/**
|
87
|
+
* Enables the roles in a profile to receive session credentials in CreateSession. Required permissions: rolesanywhere:EnableProfile.
|
88
|
+
*/
|
89
|
+
enableProfile(params: RolesAnywhere.Types.ScalarProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
90
|
+
/**
|
91
|
+
* Enables the roles in a profile to receive session credentials in CreateSession. Required permissions: rolesanywhere:EnableProfile.
|
92
|
+
*/
|
93
|
+
enableProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
94
|
+
/**
|
95
|
+
* Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. Required permissions: rolesanywhere:EnableTrustAnchor.
|
96
|
+
*/
|
97
|
+
enableTrustAnchor(params: RolesAnywhere.Types.ScalarTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
98
|
+
/**
|
99
|
+
* Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. Required permissions: rolesanywhere:EnableTrustAnchor.
|
100
|
+
*/
|
101
|
+
enableTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
102
|
+
/**
|
103
|
+
* Gets a certificate revocation list (CRL). Required permissions: rolesanywhere:GetCrl.
|
104
|
+
*/
|
105
|
+
getCrl(params: RolesAnywhere.Types.ScalarCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
106
|
+
/**
|
107
|
+
* Gets a certificate revocation list (CRL). Required permissions: rolesanywhere:GetCrl.
|
108
|
+
*/
|
109
|
+
getCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
110
|
+
/**
|
111
|
+
* Gets a profile. Required permissions: rolesanywhere:GetProfile.
|
112
|
+
*/
|
113
|
+
getProfile(params: RolesAnywhere.Types.ScalarProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
114
|
+
/**
|
115
|
+
* Gets a profile. Required permissions: rolesanywhere:GetProfile.
|
116
|
+
*/
|
117
|
+
getProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Gets a Subject. A Subject associates a certificate identity with authentication attempts by CreateSession. The Subject resources stores audit information such as status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. Required permissions: rolesanywhere:GetSubject.
|
120
|
+
*/
|
121
|
+
getSubject(params: RolesAnywhere.Types.ScalarSubjectRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.SubjectDetailResponse) => void): Request<RolesAnywhere.Types.SubjectDetailResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Gets a Subject. A Subject associates a certificate identity with authentication attempts by CreateSession. The Subject resources stores audit information such as status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. Required permissions: rolesanywhere:GetSubject.
|
124
|
+
*/
|
125
|
+
getSubject(callback?: (err: AWSError, data: RolesAnywhere.Types.SubjectDetailResponse) => void): Request<RolesAnywhere.Types.SubjectDetailResponse, AWSError>;
|
126
|
+
/**
|
127
|
+
* Gets a trust anchor. Required permissions: rolesanywhere:GetTrustAnchor.
|
128
|
+
*/
|
129
|
+
getTrustAnchor(params: RolesAnywhere.Types.ScalarTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
130
|
+
/**
|
131
|
+
* Gets a trust anchor. Required permissions: rolesanywhere:GetTrustAnchor.
|
132
|
+
*/
|
133
|
+
getTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Imports the certificate revocation list (CRL). CRl is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the crl list before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
136
|
+
*/
|
137
|
+
importCrl(params: RolesAnywhere.Types.ImportCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Imports the certificate revocation list (CRL). CRl is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the crl list before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
140
|
+
*/
|
141
|
+
importCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
142
|
+
/**
|
143
|
+
* Lists all Crls in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListCrls.
|
144
|
+
*/
|
145
|
+
listCrls(params: RolesAnywhere.Types.ListRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ListCrlsResponse) => void): Request<RolesAnywhere.Types.ListCrlsResponse, AWSError>;
|
146
|
+
/**
|
147
|
+
* Lists all Crls in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListCrls.
|
148
|
+
*/
|
149
|
+
listCrls(callback?: (err: AWSError, data: RolesAnywhere.Types.ListCrlsResponse) => void): Request<RolesAnywhere.Types.ListCrlsResponse, AWSError>;
|
150
|
+
/**
|
151
|
+
* Lists all profiles in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListProfiles.
|
152
|
+
*/
|
153
|
+
listProfiles(params: RolesAnywhere.Types.ListRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ListProfilesResponse) => void): Request<RolesAnywhere.Types.ListProfilesResponse, AWSError>;
|
154
|
+
/**
|
155
|
+
* Lists all profiles in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListProfiles.
|
156
|
+
*/
|
157
|
+
listProfiles(callback?: (err: AWSError, data: RolesAnywhere.Types.ListProfilesResponse) => void): Request<RolesAnywhere.Types.ListProfilesResponse, AWSError>;
|
158
|
+
/**
|
159
|
+
* Lists the subjects in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListSubjects.
|
160
|
+
*/
|
161
|
+
listSubjects(params: RolesAnywhere.Types.ListRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ListSubjectsResponse) => void): Request<RolesAnywhere.Types.ListSubjectsResponse, AWSError>;
|
162
|
+
/**
|
163
|
+
* Lists the subjects in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListSubjects.
|
164
|
+
*/
|
165
|
+
listSubjects(callback?: (err: AWSError, data: RolesAnywhere.Types.ListSubjectsResponse) => void): Request<RolesAnywhere.Types.ListSubjectsResponse, AWSError>;
|
166
|
+
/**
|
167
|
+
* Lists the tags attached to the resource. Required permissions: rolesanywhere:ListTagsForResource.
|
168
|
+
*/
|
169
|
+
listTagsForResource(params: RolesAnywhere.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ListTagsForResourceResponse) => void): Request<RolesAnywhere.Types.ListTagsForResourceResponse, AWSError>;
|
170
|
+
/**
|
171
|
+
* Lists the tags attached to the resource. Required permissions: rolesanywhere:ListTagsForResource.
|
172
|
+
*/
|
173
|
+
listTagsForResource(callback?: (err: AWSError, data: RolesAnywhere.Types.ListTagsForResourceResponse) => void): Request<RolesAnywhere.Types.ListTagsForResourceResponse, AWSError>;
|
174
|
+
/**
|
175
|
+
* Lists the trust anchors in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListTrustAnchors.
|
176
|
+
*/
|
177
|
+
listTrustAnchors(params: RolesAnywhere.Types.ListRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ListTrustAnchorsResponse) => void): Request<RolesAnywhere.Types.ListTrustAnchorsResponse, AWSError>;
|
178
|
+
/**
|
179
|
+
* Lists the trust anchors in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListTrustAnchors.
|
180
|
+
*/
|
181
|
+
listTrustAnchors(callback?: (err: AWSError, data: RolesAnywhere.Types.ListTrustAnchorsResponse) => void): Request<RolesAnywhere.Types.ListTrustAnchorsResponse, AWSError>;
|
182
|
+
/**
|
183
|
+
* Attaches tags to a resource. Required permissions: rolesanywhere:TagResource.
|
184
|
+
*/
|
185
|
+
tagResource(params: RolesAnywhere.Types.TagResourceRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TagResourceResponse) => void): Request<RolesAnywhere.Types.TagResourceResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Attaches tags to a resource. Required permissions: rolesanywhere:TagResource.
|
188
|
+
*/
|
189
|
+
tagResource(callback?: (err: AWSError, data: RolesAnywhere.Types.TagResourceResponse) => void): Request<RolesAnywhere.Types.TagResourceResponse, AWSError>;
|
190
|
+
/**
|
191
|
+
* Removes tags from the resource. Required permissions: rolesanywhere:UntagResource.
|
192
|
+
*/
|
193
|
+
untagResource(params: RolesAnywhere.Types.UntagResourceRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.UntagResourceResponse) => void): Request<RolesAnywhere.Types.UntagResourceResponse, AWSError>;
|
194
|
+
/**
|
195
|
+
* Removes tags from the resource. Required permissions: rolesanywhere:UntagResource.
|
196
|
+
*/
|
197
|
+
untagResource(callback?: (err: AWSError, data: RolesAnywhere.Types.UntagResourceResponse) => void): Request<RolesAnywhere.Types.UntagResourceResponse, AWSError>;
|
198
|
+
/**
|
199
|
+
* Updates the certificate revocation list (CRL). CRl is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the crl list before issuing credentials. Required permissions: rolesanywhere:UpdateCrl.
|
200
|
+
*/
|
201
|
+
updateCrl(params: RolesAnywhere.Types.UpdateCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
202
|
+
/**
|
203
|
+
* Updates the certificate revocation list (CRL). CRl is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the crl list before issuing credentials. Required permissions: rolesanywhere:UpdateCrl.
|
204
|
+
*/
|
205
|
+
updateCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
206
|
+
/**
|
207
|
+
* Updates the profile. A profile is configuration resource to list the roles that RolesAnywhere service is trusted to assume. In addition, by applying a profile you can scope-down permissions with IAM managed policies. Required permissions: rolesanywhere:UpdateProfile.
|
208
|
+
*/
|
209
|
+
updateProfile(params: RolesAnywhere.Types.UpdateProfileRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
210
|
+
/**
|
211
|
+
* Updates the profile. A profile is configuration resource to list the roles that RolesAnywhere service is trusted to assume. In addition, by applying a profile you can scope-down permissions with IAM managed policies. Required permissions: rolesanywhere:UpdateProfile.
|
212
|
+
*/
|
213
|
+
updateProfile(callback?: (err: AWSError, data: RolesAnywhere.Types.ProfileDetailResponse) => void): Request<RolesAnywhere.Types.ProfileDetailResponse, AWSError>;
|
214
|
+
/**
|
215
|
+
* Updates the trust anchor.You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA), or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the trusted Certificate Authority (CA) in exchange for temporary AWS credentials. Required permissions: rolesanywhere:UpdateTrustAnchor.
|
216
|
+
*/
|
217
|
+
updateTrustAnchor(params: RolesAnywhere.Types.UpdateTrustAnchorRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
218
|
+
/**
|
219
|
+
* Updates the trust anchor.You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA), or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the trusted Certificate Authority (CA) in exchange for temporary AWS credentials. Required permissions: rolesanywhere:UpdateTrustAnchor.
|
220
|
+
*/
|
221
|
+
updateTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
222
|
+
}
|
223
|
+
declare namespace RolesAnywhere {
|
224
|
+
export type AmazonResourceName = string;
|
225
|
+
export type _Blob = Buffer|Uint8Array|Blob|string;
|
226
|
+
export type Boolean = boolean;
|
227
|
+
export interface CreateProfileRequest {
|
228
|
+
/**
|
229
|
+
* The number of seconds the vended session credentials are valid for.
|
230
|
+
*/
|
231
|
+
durationSeconds?: CreateProfileRequestDurationSecondsInteger;
|
232
|
+
/**
|
233
|
+
* Specifies whether the profile is enabled.
|
234
|
+
*/
|
235
|
+
enabled?: Boolean;
|
236
|
+
/**
|
237
|
+
* A list of managed policy ARNs that apply to the vended session credentials.
|
238
|
+
*/
|
239
|
+
managedPolicyArns?: ManagedPolicyList;
|
240
|
+
/**
|
241
|
+
* The name of the profile.
|
242
|
+
*/
|
243
|
+
name: ResourceName;
|
244
|
+
/**
|
245
|
+
* Specifies whether instance properties are required in CreateSession requests with this profile.
|
246
|
+
*/
|
247
|
+
requireInstanceProperties?: Boolean;
|
248
|
+
/**
|
249
|
+
* A list of IAM roles that this profile can assume in a CreateSession operation.
|
250
|
+
*/
|
251
|
+
roleArns: RoleArnList;
|
252
|
+
/**
|
253
|
+
* A session policy that applies to the trust boundary of the vended session credentials.
|
254
|
+
*/
|
255
|
+
sessionPolicy?: String;
|
256
|
+
/**
|
257
|
+
* The tags to attach to the profile.
|
258
|
+
*/
|
259
|
+
tags?: TagList;
|
260
|
+
}
|
261
|
+
export type CreateProfileRequestDurationSecondsInteger = number;
|
262
|
+
export interface CreateTrustAnchorRequest {
|
263
|
+
/**
|
264
|
+
* Specifies whether the trust anchor is enabled.
|
265
|
+
*/
|
266
|
+
enabled?: Boolean;
|
267
|
+
/**
|
268
|
+
* The name of the trust anchor.
|
269
|
+
*/
|
270
|
+
name: ResourceName;
|
271
|
+
/**
|
272
|
+
* The trust anchor type and its related certificate data.
|
273
|
+
*/
|
274
|
+
source: Source;
|
275
|
+
/**
|
276
|
+
* The tags to attach to the trust anchor.
|
277
|
+
*/
|
278
|
+
tags?: TagList;
|
279
|
+
}
|
280
|
+
export type CredentialSummaries = CredentialSummary[];
|
281
|
+
export interface CredentialSummary {
|
282
|
+
/**
|
283
|
+
* Indicates whether the credential is enabled.
|
284
|
+
*/
|
285
|
+
enabled?: Boolean;
|
286
|
+
/**
|
287
|
+
* Indicates whether the CreateSession operation was successful.
|
288
|
+
*/
|
289
|
+
failed?: Boolean;
|
290
|
+
/**
|
291
|
+
* The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
|
292
|
+
*/
|
293
|
+
issuer?: String;
|
294
|
+
/**
|
295
|
+
* The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
|
296
|
+
*/
|
297
|
+
seenAt?: SyntheticTimestamp_date_time;
|
298
|
+
/**
|
299
|
+
* The serial number of the certificate.
|
300
|
+
*/
|
301
|
+
serialNumber?: String;
|
302
|
+
/**
|
303
|
+
* The PEM-encoded data of the certificate.
|
304
|
+
*/
|
305
|
+
x509CertificateData?: String;
|
306
|
+
}
|
307
|
+
export interface CrlDetail {
|
308
|
+
/**
|
309
|
+
* The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
310
|
+
*/
|
311
|
+
createdAt?: SyntheticTimestamp_date_time;
|
312
|
+
/**
|
313
|
+
* The ARN of the certificate revocation list (CRL).
|
314
|
+
*/
|
315
|
+
crlArn?: String;
|
316
|
+
/**
|
317
|
+
* The state of the certificate revocation list (CRL) after a read or write operation.
|
318
|
+
*/
|
319
|
+
crlData?: _Blob;
|
320
|
+
/**
|
321
|
+
* The unique identifier of the certificate revocation list (CRL).
|
322
|
+
*/
|
323
|
+
crlId?: Uuid;
|
324
|
+
/**
|
325
|
+
* Indicates whether the certificate revocation list (CRL) is enabled.
|
326
|
+
*/
|
327
|
+
enabled?: Boolean;
|
328
|
+
/**
|
329
|
+
* The name of the certificate revocation list (CRL).
|
330
|
+
*/
|
331
|
+
name?: String;
|
332
|
+
/**
|
333
|
+
* The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
334
|
+
*/
|
335
|
+
trustAnchorArn?: String;
|
336
|
+
/**
|
337
|
+
* The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
338
|
+
*/
|
339
|
+
updatedAt?: SyntheticTimestamp_date_time;
|
340
|
+
}
|
341
|
+
export interface CrlDetailResponse {
|
342
|
+
/**
|
343
|
+
* The state of the certificate revocation list (CRL) after a read or write operation.
|
344
|
+
*/
|
345
|
+
crl: CrlDetail;
|
346
|
+
}
|
347
|
+
export type CrlDetails = CrlDetail[];
|
348
|
+
export interface ImportCrlRequest {
|
349
|
+
/**
|
350
|
+
* The x509 v3 specified certificate revocation list
|
351
|
+
*/
|
352
|
+
crlData: ImportCrlRequestCrlDataBlob;
|
353
|
+
/**
|
354
|
+
* Specifies whether the certificate revocation list (CRL) is enabled.
|
355
|
+
*/
|
356
|
+
enabled?: Boolean;
|
357
|
+
/**
|
358
|
+
* The name of the certificate revocation list (CRL).
|
359
|
+
*/
|
360
|
+
name: ResourceName;
|
361
|
+
/**
|
362
|
+
* A list of tags to attach to the certificate revocation list (CRL).
|
363
|
+
*/
|
364
|
+
tags?: TagList;
|
365
|
+
/**
|
366
|
+
* The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
367
|
+
*/
|
368
|
+
trustAnchorArn: TrustAnchorArn;
|
369
|
+
}
|
370
|
+
export type ImportCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
371
|
+
export type InstanceProperties = InstanceProperty[];
|
372
|
+
export interface InstanceProperty {
|
373
|
+
/**
|
374
|
+
* Indicates whether the CreateSession operation was successful.
|
375
|
+
*/
|
376
|
+
failed?: Boolean;
|
377
|
+
/**
|
378
|
+
* A list of instanceProperty objects.
|
379
|
+
*/
|
380
|
+
properties?: InstancePropertyMap;
|
381
|
+
/**
|
382
|
+
* The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
|
383
|
+
*/
|
384
|
+
seenAt?: SyntheticTimestamp_date_time;
|
385
|
+
}
|
386
|
+
export type InstancePropertyMap = {[key: string]: InstancePropertyMapValueString};
|
387
|
+
export type InstancePropertyMapKeyString = string;
|
388
|
+
export type InstancePropertyMapValueString = string;
|
389
|
+
export type Integer = number;
|
390
|
+
export interface ListCrlsResponse {
|
391
|
+
/**
|
392
|
+
* A list of certificate revocation lists (CRL).
|
393
|
+
*/
|
394
|
+
crls?: CrlDetails;
|
395
|
+
/**
|
396
|
+
* A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
|
397
|
+
*/
|
398
|
+
nextToken?: String;
|
399
|
+
}
|
400
|
+
export interface ListProfilesResponse {
|
401
|
+
/**
|
402
|
+
* A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
|
403
|
+
*/
|
404
|
+
nextToken?: String;
|
405
|
+
/**
|
406
|
+
* A list of profiles.
|
407
|
+
*/
|
408
|
+
profiles?: ProfileDetails;
|
409
|
+
}
|
410
|
+
export interface ListRequest {
|
411
|
+
/**
|
412
|
+
* A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
|
413
|
+
*/
|
414
|
+
nextToken?: ListRequestNextTokenString;
|
415
|
+
/**
|
416
|
+
* The number of resources in the paginated list.
|
417
|
+
*/
|
418
|
+
pageSize?: Integer;
|
419
|
+
}
|
420
|
+
export type ListRequestNextTokenString = string;
|
421
|
+
export interface ListSubjectsResponse {
|
422
|
+
/**
|
423
|
+
* A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
|
424
|
+
*/
|
425
|
+
nextToken?: String;
|
426
|
+
/**
|
427
|
+
* A list of subjects.
|
428
|
+
*/
|
429
|
+
subjects?: SubjectSummaries;
|
430
|
+
}
|
431
|
+
export interface ListTagsForResourceRequest {
|
432
|
+
/**
|
433
|
+
* The ARN of the resource.
|
434
|
+
*/
|
435
|
+
resourceArn: AmazonResourceName;
|
436
|
+
}
|
437
|
+
export interface ListTagsForResourceResponse {
|
438
|
+
/**
|
439
|
+
* A list of tags attached to the resource.
|
440
|
+
*/
|
441
|
+
tags?: TagList;
|
442
|
+
}
|
443
|
+
export interface ListTrustAnchorsResponse {
|
444
|
+
/**
|
445
|
+
* A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
|
446
|
+
*/
|
447
|
+
nextToken?: String;
|
448
|
+
/**
|
449
|
+
* A list of trust anchors.
|
450
|
+
*/
|
451
|
+
trustAnchors?: TrustAnchorDetails;
|
452
|
+
}
|
453
|
+
export type ManagedPolicyList = ManagedPolicyListMemberString[];
|
454
|
+
export type ManagedPolicyListMemberString = string;
|
455
|
+
export type ProfileArn = string;
|
456
|
+
export interface ProfileDetail {
|
457
|
+
/**
|
458
|
+
* The ISO-8601 timestamp when the profile was created.
|
459
|
+
*/
|
460
|
+
createdAt?: SyntheticTimestamp_date_time;
|
461
|
+
/**
|
462
|
+
* The Amazon Web Services account that created the profile.
|
463
|
+
*/
|
464
|
+
createdBy?: String;
|
465
|
+
/**
|
466
|
+
* The number of seconds the vended session credentials are valid for.
|
467
|
+
*/
|
468
|
+
durationSeconds?: Integer;
|
469
|
+
/**
|
470
|
+
* Indicates whether the profile is enabled.
|
471
|
+
*/
|
472
|
+
enabled?: Boolean;
|
473
|
+
/**
|
474
|
+
* A list of managed policy ARNs that apply to the vended session credentials.
|
475
|
+
*/
|
476
|
+
managedPolicyArns?: ManagedPolicyList;
|
477
|
+
/**
|
478
|
+
* The name of the profile.
|
479
|
+
*/
|
480
|
+
name?: ResourceName;
|
481
|
+
/**
|
482
|
+
* The ARN of the profile.
|
483
|
+
*/
|
484
|
+
profileArn?: ProfileArn;
|
485
|
+
/**
|
486
|
+
* The unique identifier of the profile.
|
487
|
+
*/
|
488
|
+
profileId?: Uuid;
|
489
|
+
/**
|
490
|
+
* Specifies whether instance properties are required in CreateSession requests with this profile.
|
491
|
+
*/
|
492
|
+
requireInstanceProperties?: Boolean;
|
493
|
+
/**
|
494
|
+
* A list of IAM roles that this profile can assume in a CreateSession operation.
|
495
|
+
*/
|
496
|
+
roleArns?: RoleArnList;
|
497
|
+
/**
|
498
|
+
* A session policy that applies to the trust boundary of the vended session credentials.
|
499
|
+
*/
|
500
|
+
sessionPolicy?: String;
|
501
|
+
/**
|
502
|
+
* The ISO-8601 timestamp when the profile was last updated.
|
503
|
+
*/
|
504
|
+
updatedAt?: SyntheticTimestamp_date_time;
|
505
|
+
}
|
506
|
+
export interface ProfileDetailResponse {
|
507
|
+
/**
|
508
|
+
* The state of the profile after a read or write operation.
|
509
|
+
*/
|
510
|
+
profile?: ProfileDetail;
|
511
|
+
}
|
512
|
+
export type ProfileDetails = ProfileDetail[];
|
513
|
+
export type ResourceName = string;
|
514
|
+
export type RoleArn = string;
|
515
|
+
export type RoleArnList = RoleArn[];
|
516
|
+
export interface ScalarCrlRequest {
|
517
|
+
/**
|
518
|
+
* The unique identifier of the certificate revocation list (CRL).
|
519
|
+
*/
|
520
|
+
crlId: Uuid;
|
521
|
+
}
|
522
|
+
export interface ScalarProfileRequest {
|
523
|
+
/**
|
524
|
+
* The unique identifier of the profile.
|
525
|
+
*/
|
526
|
+
profileId: Uuid;
|
527
|
+
}
|
528
|
+
export interface ScalarSubjectRequest {
|
529
|
+
/**
|
530
|
+
* The unique identifier of the subject.
|
531
|
+
*/
|
532
|
+
subjectId: Uuid;
|
533
|
+
}
|
534
|
+
export interface ScalarTrustAnchorRequest {
|
535
|
+
/**
|
536
|
+
* The unique identifier of the trust anchor.
|
537
|
+
*/
|
538
|
+
trustAnchorId: Uuid;
|
539
|
+
}
|
540
|
+
export interface Source {
|
541
|
+
/**
|
542
|
+
* The data field of the trust anchor depending on its type.
|
543
|
+
*/
|
544
|
+
sourceData?: SourceData;
|
545
|
+
/**
|
546
|
+
* The type of the trust anchor.
|
547
|
+
*/
|
548
|
+
sourceType?: TrustAnchorType;
|
549
|
+
}
|
550
|
+
export interface SourceData {
|
551
|
+
/**
|
552
|
+
* The root certificate of the Certificate Manager Private Certificate Authority specified by this ARN is used in trust validation for CreateSession operations. Included for trust anchors of type AWS_ACM_PCA.
|
553
|
+
*/
|
554
|
+
acmPcaArn?: String;
|
555
|
+
/**
|
556
|
+
* The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE.
|
557
|
+
*/
|
558
|
+
x509CertificateData?: String;
|
559
|
+
}
|
560
|
+
export type String = string;
|
561
|
+
export interface SubjectDetail {
|
562
|
+
/**
|
563
|
+
* The ISO-8601 timestamp when the subject was created.
|
564
|
+
*/
|
565
|
+
createdAt?: SyntheticTimestamp_date_time;
|
566
|
+
/**
|
567
|
+
* The temporary session credentials vended at the last authenticating call with this Subject.
|
568
|
+
*/
|
569
|
+
credentials?: CredentialSummaries;
|
570
|
+
/**
|
571
|
+
* The enabled status of the subject.
|
572
|
+
*/
|
573
|
+
enabled?: Boolean;
|
574
|
+
/**
|
575
|
+
* The specified instance properties associated with the request.
|
576
|
+
*/
|
577
|
+
instanceProperties?: InstanceProperties;
|
578
|
+
/**
|
579
|
+
* The ISO-8601 timestamp of the last time this Subject requested temporary session credentials.
|
580
|
+
*/
|
581
|
+
lastSeenAt?: SyntheticTimestamp_date_time;
|
582
|
+
/**
|
583
|
+
* The ARN of the resource.
|
584
|
+
*/
|
585
|
+
subjectArn?: String;
|
586
|
+
/**
|
587
|
+
* The id of the resource
|
588
|
+
*/
|
589
|
+
subjectId?: Uuid;
|
590
|
+
/**
|
591
|
+
* The ISO-8601 timestamp when the subject was last updated.
|
592
|
+
*/
|
593
|
+
updatedAt?: SyntheticTimestamp_date_time;
|
594
|
+
/**
|
595
|
+
* The x509 principal identifier of the authenticating certificate.
|
596
|
+
*/
|
597
|
+
x509Subject?: String;
|
598
|
+
}
|
599
|
+
export interface SubjectDetailResponse {
|
600
|
+
/**
|
601
|
+
* The state of the subject after a read or write operation.
|
602
|
+
*/
|
603
|
+
subject?: SubjectDetail;
|
604
|
+
}
|
605
|
+
export type SubjectSummaries = SubjectSummary[];
|
606
|
+
export interface SubjectSummary {
|
607
|
+
/**
|
608
|
+
* The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.
|
609
|
+
*/
|
610
|
+
createdAt?: SyntheticTimestamp_date_time;
|
611
|
+
/**
|
612
|
+
* The enabled status of the Subject.
|
613
|
+
*/
|
614
|
+
enabled?: Boolean;
|
615
|
+
/**
|
616
|
+
* The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
|
617
|
+
*/
|
618
|
+
lastSeenAt?: SyntheticTimestamp_date_time;
|
619
|
+
/**
|
620
|
+
* The ARN of the resource.
|
621
|
+
*/
|
622
|
+
subjectArn?: String;
|
623
|
+
/**
|
624
|
+
* The id of the resource.
|
625
|
+
*/
|
626
|
+
subjectId?: Uuid;
|
627
|
+
/**
|
628
|
+
* The ISO-8601 timestamp when the subject was last updated.
|
629
|
+
*/
|
630
|
+
updatedAt?: SyntheticTimestamp_date_time;
|
631
|
+
/**
|
632
|
+
* The x509 principal identifier of the authenticating certificate.
|
633
|
+
*/
|
634
|
+
x509Subject?: String;
|
635
|
+
}
|
636
|
+
export type SyntheticTimestamp_date_time = Date;
|
637
|
+
export interface Tag {
|
638
|
+
/**
|
639
|
+
* The tag key.
|
640
|
+
*/
|
641
|
+
key: TagKey;
|
642
|
+
/**
|
643
|
+
* The tag value.
|
644
|
+
*/
|
645
|
+
value: TagValue;
|
646
|
+
}
|
647
|
+
export type TagKey = string;
|
648
|
+
export type TagKeyList = TagKey[];
|
649
|
+
export type TagList = Tag[];
|
650
|
+
export interface TagResourceRequest {
|
651
|
+
/**
|
652
|
+
* The ARN of the resource.
|
653
|
+
*/
|
654
|
+
resourceArn: AmazonResourceName;
|
655
|
+
/**
|
656
|
+
* The tags to attach to the resource.
|
657
|
+
*/
|
658
|
+
tags: TagList;
|
659
|
+
}
|
660
|
+
export interface TagResourceResponse {
|
661
|
+
}
|
662
|
+
export type TagValue = string;
|
663
|
+
export type TrustAnchorArn = string;
|
664
|
+
export interface TrustAnchorDetail {
|
665
|
+
/**
|
666
|
+
* The ISO-8601 timestamp when the trust anchor was created.
|
667
|
+
*/
|
668
|
+
createdAt?: SyntheticTimestamp_date_time;
|
669
|
+
/**
|
670
|
+
* Indicates whether the trust anchor is enabled.
|
671
|
+
*/
|
672
|
+
enabled?: Boolean;
|
673
|
+
/**
|
674
|
+
* The name of the trust anchor.
|
675
|
+
*/
|
676
|
+
name?: ResourceName;
|
677
|
+
/**
|
678
|
+
* The trust anchor type and its related certificate data.
|
679
|
+
*/
|
680
|
+
source?: Source;
|
681
|
+
/**
|
682
|
+
* The ARN of the trust anchor.
|
683
|
+
*/
|
684
|
+
trustAnchorArn?: String;
|
685
|
+
/**
|
686
|
+
* The unique identifier of the trust anchor.
|
687
|
+
*/
|
688
|
+
trustAnchorId?: Uuid;
|
689
|
+
/**
|
690
|
+
* The ISO-8601 timestamp when the trust anchor was last updated.
|
691
|
+
*/
|
692
|
+
updatedAt?: SyntheticTimestamp_date_time;
|
693
|
+
}
|
694
|
+
export interface TrustAnchorDetailResponse {
|
695
|
+
/**
|
696
|
+
* The state of the trust anchor after a read or write operation.
|
697
|
+
*/
|
698
|
+
trustAnchor: TrustAnchorDetail;
|
699
|
+
}
|
700
|
+
export type TrustAnchorDetails = TrustAnchorDetail[];
|
701
|
+
export type TrustAnchorType = "AWS_ACM_PCA"|"CERTIFICATE_BUNDLE"|"SELF_SIGNED_REPOSITORY"|string;
|
702
|
+
export interface UntagResourceRequest {
|
703
|
+
/**
|
704
|
+
* The ARN of the resource.
|
705
|
+
*/
|
706
|
+
resourceArn: AmazonResourceName;
|
707
|
+
/**
|
708
|
+
* A list of keys. Tag keys are the unique identifiers of tags.
|
709
|
+
*/
|
710
|
+
tagKeys: TagKeyList;
|
711
|
+
}
|
712
|
+
export interface UntagResourceResponse {
|
713
|
+
}
|
714
|
+
export interface UpdateCrlRequest {
|
715
|
+
/**
|
716
|
+
* The x509 v3 specified certificate revocation list
|
717
|
+
*/
|
718
|
+
crlData?: UpdateCrlRequestCrlDataBlob;
|
719
|
+
/**
|
720
|
+
* The unique identifier of the certificate revocation list (CRL).
|
721
|
+
*/
|
722
|
+
crlId: Uuid;
|
723
|
+
/**
|
724
|
+
* The name of the Crl.
|
725
|
+
*/
|
726
|
+
name?: ResourceName;
|
727
|
+
}
|
728
|
+
export type UpdateCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
729
|
+
export interface UpdateProfileRequest {
|
730
|
+
/**
|
731
|
+
* The number of seconds the vended session credentials are valid for.
|
732
|
+
*/
|
733
|
+
durationSeconds?: UpdateProfileRequestDurationSecondsInteger;
|
734
|
+
/**
|
735
|
+
* A list of managed policy ARNs that apply to the vended session credentials.
|
736
|
+
*/
|
737
|
+
managedPolicyArns?: ManagedPolicyList;
|
738
|
+
/**
|
739
|
+
* The name of the profile.
|
740
|
+
*/
|
741
|
+
name?: ResourceName;
|
742
|
+
/**
|
743
|
+
* The unique identifier of the profile.
|
744
|
+
*/
|
745
|
+
profileId: Uuid;
|
746
|
+
/**
|
747
|
+
* A list of IAM roles that this profile can assume in a CreateSession operation.
|
748
|
+
*/
|
749
|
+
roleArns?: RoleArnList;
|
750
|
+
/**
|
751
|
+
* A session policy that applies to the trust boundary of the vended session credentials.
|
752
|
+
*/
|
753
|
+
sessionPolicy?: UpdateProfileRequestSessionPolicyString;
|
754
|
+
}
|
755
|
+
export type UpdateProfileRequestDurationSecondsInteger = number;
|
756
|
+
export type UpdateProfileRequestSessionPolicyString = string;
|
757
|
+
export interface UpdateTrustAnchorRequest {
|
758
|
+
/**
|
759
|
+
* The name of the trust anchor.
|
760
|
+
*/
|
761
|
+
name?: ResourceName;
|
762
|
+
/**
|
763
|
+
* The trust anchor type and its related certificate data.
|
764
|
+
*/
|
765
|
+
source?: Source;
|
766
|
+
/**
|
767
|
+
* The unique identifier of the trust anchor.
|
768
|
+
*/
|
769
|
+
trustAnchorId: Uuid;
|
770
|
+
}
|
771
|
+
export type Uuid = string;
|
772
|
+
/**
|
773
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
774
|
+
*/
|
775
|
+
export type apiVersion = "2018-05-10"|"latest"|string;
|
776
|
+
export interface ClientApiVersions {
|
777
|
+
/**
|
778
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
779
|
+
*/
|
780
|
+
apiVersion?: apiVersion;
|
781
|
+
}
|
782
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
783
|
+
/**
|
784
|
+
* Contains interfaces for use with the RolesAnywhere client.
|
785
|
+
*/
|
786
|
+
export import Types = RolesAnywhere;
|
787
|
+
}
|
788
|
+
export = RolesAnywhere;
|