cdk-lambda-subminute 2.0.465 → 2.0.466
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +111 -105
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1346 -1321
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +112 -56
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +12 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +36 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +94 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +1460 -1429
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -3694,6 +3694,9 @@
|
|
3694
3694
|
"TransactionId": {},
|
3695
3695
|
"QueryAsOfTime": {
|
3696
3696
|
"type": "timestamp"
|
3697
|
+
},
|
3698
|
+
"IncludeStatusDetails": {
|
3699
|
+
"type": "boolean"
|
3697
3700
|
}
|
3698
3701
|
}
|
3699
3702
|
},
|
@@ -3752,7 +3755,7 @@
|
|
3752
3755
|
"type": "structure",
|
3753
3756
|
"members": {
|
3754
3757
|
"TableVersion": {
|
3755
|
-
"shape": "
|
3758
|
+
"shape": "Srh"
|
3756
3759
|
}
|
3757
3760
|
}
|
3758
3761
|
}
|
@@ -3780,7 +3783,7 @@
|
|
3780
3783
|
"TableVersions": {
|
3781
3784
|
"type": "list",
|
3782
3785
|
"member": {
|
3783
|
-
"shape": "
|
3786
|
+
"shape": "Srh"
|
3784
3787
|
}
|
3785
3788
|
},
|
3786
3789
|
"NextToken": {}
|
@@ -3804,6 +3807,9 @@
|
|
3804
3807
|
"TransactionId": {},
|
3805
3808
|
"QueryAsOfTime": {
|
3806
3809
|
"type": "timestamp"
|
3810
|
+
},
|
3811
|
+
"IncludeStatusDetails": {
|
3812
|
+
"type": "boolean"
|
3807
3813
|
}
|
3808
3814
|
}
|
3809
3815
|
},
|
@@ -3811,7 +3817,7 @@
|
|
3811
3817
|
"type": "structure",
|
3812
3818
|
"members": {
|
3813
3819
|
"TableList": {
|
3814
|
-
"shape": "
|
3820
|
+
"shape": "Sro"
|
3815
3821
|
},
|
3816
3822
|
"NextToken": {}
|
3817
3823
|
}
|
@@ -3895,13 +3901,13 @@
|
|
3895
3901
|
"shape": "S6"
|
3896
3902
|
},
|
3897
3903
|
"AuditContext": {
|
3898
|
-
"shape": "
|
3904
|
+
"shape": "Srw"
|
3899
3905
|
},
|
3900
3906
|
"SupportedPermissionTypes": {
|
3901
|
-
"shape": "
|
3907
|
+
"shape": "Srz"
|
3902
3908
|
},
|
3903
3909
|
"QuerySessionContext": {
|
3904
|
-
"shape": "
|
3910
|
+
"shape": "Ss1"
|
3905
3911
|
}
|
3906
3912
|
}
|
3907
3913
|
},
|
@@ -3936,10 +3942,10 @@
|
|
3936
3942
|
"TableName": {},
|
3937
3943
|
"Expression": {},
|
3938
3944
|
"AuditContext": {
|
3939
|
-
"shape": "
|
3945
|
+
"shape": "Srw"
|
3940
3946
|
},
|
3941
3947
|
"SupportedPermissionTypes": {
|
3942
|
-
"shape": "
|
3948
|
+
"shape": "Srz"
|
3943
3949
|
},
|
3944
3950
|
"NextToken": {},
|
3945
3951
|
"Segment": {
|
@@ -3949,7 +3955,7 @@
|
|
3949
3955
|
"type": "integer"
|
3950
3956
|
},
|
3951
3957
|
"QuerySessionContext": {
|
3952
|
-
"shape": "
|
3958
|
+
"shape": "Ss1"
|
3953
3959
|
}
|
3954
3960
|
}
|
3955
3961
|
},
|
@@ -3992,10 +3998,10 @@
|
|
3992
3998
|
"DatabaseName": {},
|
3993
3999
|
"Name": {},
|
3994
4000
|
"AuditContext": {
|
3995
|
-
"shape": "
|
4001
|
+
"shape": "Srw"
|
3996
4002
|
},
|
3997
4003
|
"SupportedPermissionTypes": {
|
3998
|
-
"shape": "
|
4004
|
+
"shape": "Srz"
|
3999
4005
|
},
|
4000
4006
|
"ParentResourceArn": {},
|
4001
4007
|
"RootResourceArn": {},
|
@@ -4010,7 +4016,7 @@
|
|
4010
4016
|
"shape": "Sfh"
|
4011
4017
|
},
|
4012
4018
|
"QuerySessionContext": {
|
4013
|
-
"shape": "
|
4019
|
+
"shape": "Ss1"
|
4014
4020
|
}
|
4015
4021
|
}
|
4016
4022
|
},
|
@@ -4095,7 +4101,7 @@
|
|
4095
4101
|
"type": "structure",
|
4096
4102
|
"members": {
|
4097
4103
|
"UserDefinedFunction": {
|
4098
|
-
"shape": "
|
4104
|
+
"shape": "Ssk"
|
4099
4105
|
}
|
4100
4106
|
}
|
4101
4107
|
}
|
@@ -4122,7 +4128,7 @@
|
|
4122
4128
|
"UserDefinedFunctions": {
|
4123
4129
|
"type": "list",
|
4124
4130
|
"member": {
|
4125
|
-
"shape": "
|
4131
|
+
"shape": "Ssk"
|
4126
4132
|
}
|
4127
4133
|
},
|
4128
4134
|
"NextToken": {}
|
@@ -4609,7 +4615,7 @@
|
|
4609
4615
|
"StatisticId": {},
|
4610
4616
|
"ProfileId": {},
|
4611
4617
|
"TimestampFilter": {
|
4612
|
-
"shape": "
|
4618
|
+
"shape": "Su4"
|
4613
4619
|
},
|
4614
4620
|
"MaxResults": {
|
4615
4621
|
"type": "integer"
|
@@ -4631,7 +4637,7 @@
|
|
4631
4637
|
"type": "timestamp"
|
4632
4638
|
},
|
4633
4639
|
"InclusionAnnotation": {
|
4634
|
-
"shape": "
|
4640
|
+
"shape": "Su8"
|
4635
4641
|
}
|
4636
4642
|
}
|
4637
4643
|
}
|
@@ -4647,7 +4653,7 @@
|
|
4647
4653
|
"StatisticId": {},
|
4648
4654
|
"ProfileId": {},
|
4649
4655
|
"TimestampFilter": {
|
4650
|
-
"shape": "
|
4656
|
+
"shape": "Su4"
|
4651
4657
|
},
|
4652
4658
|
"MaxResults": {
|
4653
4659
|
"type": "integer"
|
@@ -4694,7 +4700,7 @@
|
|
4694
4700
|
"type": "timestamp"
|
4695
4701
|
},
|
4696
4702
|
"InclusionAnnotation": {
|
4697
|
-
"shape": "
|
4703
|
+
"shape": "Su8"
|
4698
4704
|
}
|
4699
4705
|
}
|
4700
4706
|
}
|
@@ -5127,7 +5133,7 @@
|
|
5127
5133
|
},
|
5128
5134
|
"SchemaVersionId": {},
|
5129
5135
|
"MetadataKeyValue": {
|
5130
|
-
"shape": "
|
5136
|
+
"shape": "Svz"
|
5131
5137
|
}
|
5132
5138
|
}
|
5133
5139
|
},
|
@@ -5184,7 +5190,7 @@
|
|
5184
5190
|
"MetadataList": {
|
5185
5191
|
"type": "list",
|
5186
5192
|
"member": {
|
5187
|
-
"shape": "
|
5193
|
+
"shape": "Svz"
|
5188
5194
|
}
|
5189
5195
|
},
|
5190
5196
|
"MaxResults": {
|
@@ -5262,7 +5268,7 @@
|
|
5262
5268
|
},
|
5263
5269
|
"SchemaVersionId": {},
|
5264
5270
|
"MetadataKeyValue": {
|
5265
|
-
"shape": "
|
5271
|
+
"shape": "Svz"
|
5266
5272
|
}
|
5267
5273
|
}
|
5268
5274
|
},
|
@@ -5316,7 +5322,7 @@
|
|
5316
5322
|
"Name": {},
|
5317
5323
|
"RunId": {},
|
5318
5324
|
"NodeIds": {
|
5319
|
-
"shape": "
|
5325
|
+
"shape": "Swk"
|
5320
5326
|
}
|
5321
5327
|
}
|
5322
5328
|
},
|
@@ -5325,7 +5331,7 @@
|
|
5325
5331
|
"members": {
|
5326
5332
|
"RunId": {},
|
5327
5333
|
"NodeIds": {
|
5328
|
-
"shape": "
|
5334
|
+
"shape": "Swk"
|
5329
5335
|
}
|
5330
5336
|
}
|
5331
5337
|
}
|
@@ -5383,7 +5389,10 @@
|
|
5383
5389
|
"MaxResults": {
|
5384
5390
|
"type": "integer"
|
5385
5391
|
},
|
5386
|
-
"ResourceShareType": {}
|
5392
|
+
"ResourceShareType": {},
|
5393
|
+
"IncludeStatusDetails": {
|
5394
|
+
"type": "boolean"
|
5395
|
+
}
|
5387
5396
|
}
|
5388
5397
|
},
|
5389
5398
|
"output": {
|
@@ -5391,7 +5400,7 @@
|
|
5391
5400
|
"members": {
|
5392
5401
|
"NextToken": {},
|
5393
5402
|
"TableList": {
|
5394
|
-
"shape": "
|
5403
|
+
"shape": "Sro"
|
5395
5404
|
}
|
5396
5405
|
}
|
5397
5406
|
}
|
@@ -5947,7 +5956,7 @@
|
|
5947
5956
|
"shape": "S6"
|
5948
5957
|
},
|
5949
5958
|
"ColumnStatisticsList": {
|
5950
|
-
"shape": "
|
5959
|
+
"shape": "Syd"
|
5951
5960
|
}
|
5952
5961
|
}
|
5953
5962
|
},
|
@@ -5955,7 +5964,7 @@
|
|
5955
5964
|
"type": "structure",
|
5956
5965
|
"members": {
|
5957
5966
|
"Errors": {
|
5958
|
-
"shape": "
|
5967
|
+
"shape": "Syf"
|
5959
5968
|
}
|
5960
5969
|
}
|
5961
5970
|
}
|
@@ -5973,7 +5982,7 @@
|
|
5973
5982
|
"DatabaseName": {},
|
5974
5983
|
"TableName": {},
|
5975
5984
|
"ColumnStatisticsList": {
|
5976
|
-
"shape": "
|
5985
|
+
"shape": "Syd"
|
5977
5986
|
}
|
5978
5987
|
}
|
5979
5988
|
},
|
@@ -5981,7 +5990,7 @@
|
|
5981
5990
|
"type": "structure",
|
5982
5991
|
"members": {
|
5983
5992
|
"Errors": {
|
5984
|
-
"shape": "
|
5993
|
+
"shape": "Syf"
|
5985
5994
|
}
|
5986
5995
|
}
|
5987
5996
|
}
|
@@ -7679,6 +7688,9 @@
|
|
7679
7688
|
"Inputs": {
|
7680
7689
|
"shape": "S6l"
|
7681
7690
|
},
|
7691
|
+
"PartitionKeys": {
|
7692
|
+
"shape": "S6o"
|
7693
|
+
},
|
7682
7694
|
"Database": {},
|
7683
7695
|
"Table": {}
|
7684
7696
|
}
|
@@ -7727,7 +7739,7 @@
|
|
7727
7739
|
"shape": "S6l"
|
7728
7740
|
},
|
7729
7741
|
"PartitionKeys": {
|
7730
|
-
"shape": "
|
7742
|
+
"shape": "S6o"
|
7731
7743
|
},
|
7732
7744
|
"Table": {},
|
7733
7745
|
"Database": {},
|
@@ -7749,7 +7761,7 @@
|
|
7749
7761
|
"shape": "S6l"
|
7750
7762
|
},
|
7751
7763
|
"PartitionKeys": {
|
7752
|
-
"shape": "
|
7764
|
+
"shape": "S6o"
|
7753
7765
|
},
|
7754
7766
|
"Path": {},
|
7755
7767
|
"Compression": {},
|
@@ -7772,7 +7784,7 @@
|
|
7772
7784
|
"shape": "S6l"
|
7773
7785
|
},
|
7774
7786
|
"PartitionKeys": {
|
7775
|
-
"shape": "
|
7787
|
+
"shape": "S6o"
|
7776
7788
|
},
|
7777
7789
|
"Path": {},
|
7778
7790
|
"Compression": {},
|
@@ -7812,7 +7824,7 @@
|
|
7812
7824
|
"shape": "S6l"
|
7813
7825
|
},
|
7814
7826
|
"Paths": {
|
7815
|
-
"shape": "
|
7827
|
+
"shape": "S6o"
|
7816
7828
|
}
|
7817
7829
|
}
|
7818
7830
|
},
|
@@ -7829,7 +7841,7 @@
|
|
7829
7841
|
"shape": "S6l"
|
7830
7842
|
},
|
7831
7843
|
"Paths": {
|
7832
|
-
"shape": "
|
7844
|
+
"shape": "S6o"
|
7833
7845
|
}
|
7834
7846
|
}
|
7835
7847
|
},
|
@@ -7900,7 +7912,7 @@
|
|
7900
7912
|
"members": {
|
7901
7913
|
"From": {},
|
7902
7914
|
"Keys": {
|
7903
|
-
"shape": "
|
7915
|
+
"shape": "S6o"
|
7904
7916
|
}
|
7905
7917
|
}
|
7906
7918
|
}
|
@@ -7920,7 +7932,7 @@
|
|
7920
7932
|
"shape": "S6l"
|
7921
7933
|
},
|
7922
7934
|
"Paths": {
|
7923
|
-
"shape": "
|
7935
|
+
"shape": "S6o"
|
7924
7936
|
}
|
7925
7937
|
}
|
7926
7938
|
},
|
@@ -8216,7 +8228,7 @@
|
|
8216
8228
|
},
|
8217
8229
|
"Source": {},
|
8218
8230
|
"PrimaryKeys": {
|
8219
|
-
"shape": "
|
8231
|
+
"shape": "S6o"
|
8220
8232
|
}
|
8221
8233
|
}
|
8222
8234
|
},
|
@@ -8276,7 +8288,7 @@
|
|
8276
8288
|
"shape": "S6l"
|
8277
8289
|
},
|
8278
8290
|
"Groups": {
|
8279
|
-
"shape": "
|
8291
|
+
"shape": "S6o"
|
8280
8292
|
},
|
8281
8293
|
"Aggs": {
|
8282
8294
|
"type": "list",
|
@@ -8330,7 +8342,7 @@
|
|
8330
8342
|
"shape": "S6l"
|
8331
8343
|
},
|
8332
8344
|
"PartitionKeys": {
|
8333
|
-
"shape": "
|
8345
|
+
"shape": "S6o"
|
8334
8346
|
},
|
8335
8347
|
"Table": {},
|
8336
8348
|
"Database": {},
|
@@ -8619,7 +8631,7 @@
|
|
8619
8631
|
"shape": "S6l"
|
8620
8632
|
},
|
8621
8633
|
"PartitionKeys": {
|
8622
|
-
"shape": "
|
8634
|
+
"shape": "S6o"
|
8623
8635
|
},
|
8624
8636
|
"Table": {},
|
8625
8637
|
"Database": {},
|
@@ -8649,7 +8661,7 @@
|
|
8649
8661
|
"Path": {},
|
8650
8662
|
"Compression": {},
|
8651
8663
|
"PartitionKeys": {
|
8652
|
-
"shape": "
|
8664
|
+
"shape": "S6o"
|
8653
8665
|
},
|
8654
8666
|
"Format": {},
|
8655
8667
|
"AdditionalOptions": {
|
@@ -8752,7 +8764,7 @@
|
|
8752
8764
|
"shape": "S6l"
|
8753
8765
|
},
|
8754
8766
|
"PartitionKeys": {
|
8755
|
-
"shape": "
|
8767
|
+
"shape": "S6o"
|
8756
8768
|
},
|
8757
8769
|
"Table": {},
|
8758
8770
|
"Database": {},
|
@@ -8779,7 +8791,7 @@
|
|
8779
8791
|
"shape": "S6l"
|
8780
8792
|
},
|
8781
8793
|
"PartitionKeys": {
|
8782
|
-
"shape": "
|
8794
|
+
"shape": "S6o"
|
8783
8795
|
},
|
8784
8796
|
"Path": {},
|
8785
8797
|
"Compression": {},
|
@@ -9040,7 +9052,7 @@
|
|
9040
9052
|
"type": "list",
|
9041
9053
|
"member": {}
|
9042
9054
|
},
|
9043
|
-
"
|
9055
|
+
"S6o": {
|
9044
9056
|
"type": "list",
|
9045
9057
|
"member": {
|
9046
9058
|
"shape": "S5v"
|
@@ -11111,10 +11123,54 @@
|
|
11111
11123
|
},
|
11112
11124
|
"IsMultiDialectView": {
|
11113
11125
|
"type": "boolean"
|
11126
|
+
},
|
11127
|
+
"Status": {
|
11128
|
+
"type": "structure",
|
11129
|
+
"members": {
|
11130
|
+
"RequestedBy": {},
|
11131
|
+
"UpdatedBy": {},
|
11132
|
+
"RequestTime": {
|
11133
|
+
"type": "timestamp"
|
11134
|
+
},
|
11135
|
+
"UpdateTime": {
|
11136
|
+
"type": "timestamp"
|
11137
|
+
},
|
11138
|
+
"Action": {},
|
11139
|
+
"State": {},
|
11140
|
+
"Error": {
|
11141
|
+
"shape": "S14"
|
11142
|
+
},
|
11143
|
+
"Details": {
|
11144
|
+
"type": "structure",
|
11145
|
+
"members": {
|
11146
|
+
"RequestedChange": {
|
11147
|
+
"shape": "Sr2"
|
11148
|
+
},
|
11149
|
+
"ViewValidations": {
|
11150
|
+
"type": "list",
|
11151
|
+
"member": {
|
11152
|
+
"type": "structure",
|
11153
|
+
"members": {
|
11154
|
+
"Dialect": {},
|
11155
|
+
"DialectVersion": {},
|
11156
|
+
"ViewValidationText": {},
|
11157
|
+
"UpdateTime": {
|
11158
|
+
"type": "timestamp"
|
11159
|
+
},
|
11160
|
+
"State": {},
|
11161
|
+
"Error": {
|
11162
|
+
"shape": "S14"
|
11163
|
+
}
|
11164
|
+
}
|
11165
|
+
}
|
11166
|
+
}
|
11167
|
+
}
|
11168
|
+
}
|
11169
|
+
}
|
11114
11170
|
}
|
11115
11171
|
}
|
11116
11172
|
},
|
11117
|
-
"
|
11173
|
+
"Srh": {
|
11118
11174
|
"type": "structure",
|
11119
11175
|
"members": {
|
11120
11176
|
"Table": {
|
@@ -11123,13 +11179,13 @@
|
|
11123
11179
|
"VersionId": {}
|
11124
11180
|
}
|
11125
11181
|
},
|
11126
|
-
"
|
11182
|
+
"Sro": {
|
11127
11183
|
"type": "list",
|
11128
11184
|
"member": {
|
11129
11185
|
"shape": "Sr2"
|
11130
11186
|
}
|
11131
11187
|
},
|
11132
|
-
"
|
11188
|
+
"Srw": {
|
11133
11189
|
"type": "structure",
|
11134
11190
|
"members": {
|
11135
11191
|
"AdditionalAuditContext": {},
|
@@ -11142,11 +11198,11 @@
|
|
11142
11198
|
}
|
11143
11199
|
}
|
11144
11200
|
},
|
11145
|
-
"
|
11201
|
+
"Srz": {
|
11146
11202
|
"type": "list",
|
11147
11203
|
"member": {}
|
11148
11204
|
},
|
11149
|
-
"
|
11205
|
+
"Ss1": {
|
11150
11206
|
"type": "structure",
|
11151
11207
|
"members": {
|
11152
11208
|
"QueryId": {},
|
@@ -11162,7 +11218,7 @@
|
|
11162
11218
|
}
|
11163
11219
|
}
|
11164
11220
|
},
|
11165
|
-
"
|
11221
|
+
"Ssk": {
|
11166
11222
|
"type": "structure",
|
11167
11223
|
"members": {
|
11168
11224
|
"FunctionName": {},
|
@@ -11179,7 +11235,7 @@
|
|
11179
11235
|
"CatalogId": {}
|
11180
11236
|
}
|
11181
11237
|
},
|
11182
|
-
"
|
11238
|
+
"Su4": {
|
11183
11239
|
"type": "structure",
|
11184
11240
|
"members": {
|
11185
11241
|
"RecordedBefore": {
|
@@ -11190,7 +11246,7 @@
|
|
11190
11246
|
}
|
11191
11247
|
}
|
11192
11248
|
},
|
11193
|
-
"
|
11249
|
+
"Su8": {
|
11194
11250
|
"type": "structure",
|
11195
11251
|
"members": {
|
11196
11252
|
"Value": {},
|
@@ -11199,24 +11255,24 @@
|
|
11199
11255
|
}
|
11200
11256
|
}
|
11201
11257
|
},
|
11202
|
-
"
|
11258
|
+
"Svz": {
|
11203
11259
|
"type": "structure",
|
11204
11260
|
"members": {
|
11205
11261
|
"MetadataKey": {},
|
11206
11262
|
"MetadataValue": {}
|
11207
11263
|
}
|
11208
11264
|
},
|
11209
|
-
"
|
11265
|
+
"Swk": {
|
11210
11266
|
"type": "list",
|
11211
11267
|
"member": {}
|
11212
11268
|
},
|
11213
|
-
"
|
11269
|
+
"Syd": {
|
11214
11270
|
"type": "list",
|
11215
11271
|
"member": {
|
11216
11272
|
"shape": "Sl0"
|
11217
11273
|
}
|
11218
11274
|
},
|
11219
|
-
"
|
11275
|
+
"Syf": {
|
11220
11276
|
"type": "list",
|
11221
11277
|
"member": {
|
11222
11278
|
"type": "structure",
|
@@ -1484,6 +1484,13 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1484
1484
|
}
|
1485
1485
|
export interface AdminUserGlobalSignOutResponse {
|
1486
1486
|
}
|
1487
|
+
export interface AdvancedSecurityAdditionalFlowsType {
|
1488
|
+
/**
|
1489
|
+
* The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.
|
1490
|
+
*/
|
1491
|
+
CustomAuthMode?: AdvancedSecurityEnabledModeType;
|
1492
|
+
}
|
1493
|
+
export type AdvancedSecurityEnabledModeType = "AUDIT"|"ENFORCED"|string;
|
1487
1494
|
export type AdvancedSecurityModeType = "OFF"|"AUDIT"|"ENFORCED"|string;
|
1488
1495
|
export type AliasAttributeType = "phone_number"|"email"|"preferred_username"|string;
|
1489
1496
|
export type AliasAttributesListType = AliasAttributeType[];
|
@@ -4391,9 +4398,13 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4391
4398
|
export type UserMFASettingListType = StringType[];
|
4392
4399
|
export interface UserPoolAddOnsType {
|
4393
4400
|
/**
|
4394
|
-
* The operating mode of advanced security features in your user pool.
|
4401
|
+
* The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
|
4395
4402
|
*/
|
4396
4403
|
AdvancedSecurityMode: AdvancedSecurityModeType;
|
4404
|
+
/**
|
4405
|
+
* Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication.
|
4406
|
+
*/
|
4407
|
+
AdvancedSecurityAdditionalFlows?: AdvancedSecurityAdditionalFlowsType;
|
4397
4408
|
}
|
4398
4409
|
export interface UserPoolClientDescription {
|
4399
4410
|
/**
|
@@ -9789,6 +9789,10 @@ declare namespace EC2 {
|
|
9789
9789
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
9790
9790
|
*/
|
9791
9791
|
Tier?: IpamTier;
|
9792
|
+
/**
|
9793
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
9794
|
+
*/
|
9795
|
+
EnablePrivateGua?: Boolean;
|
9792
9796
|
}
|
9793
9797
|
export interface CreateIpamResourceDiscoveryRequest {
|
9794
9798
|
/**
|
@@ -25748,6 +25752,7 @@ declare namespace EC2 {
|
|
25748
25752
|
}
|
25749
25753
|
export type IpRangeList = IpRange[];
|
25750
25754
|
export type IpRanges = String[];
|
25755
|
+
export type IpSource = "amazon"|"byoip"|"none"|string;
|
25751
25756
|
export interface Ipam {
|
25752
25757
|
/**
|
25753
25758
|
* The Amazon Web Services account ID of the owner of the IPAM.
|
@@ -25813,6 +25818,10 @@ declare namespace EC2 {
|
|
25813
25818
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
25814
25819
|
*/
|
25815
25820
|
Tier?: IpamTier;
|
25821
|
+
/**
|
25822
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
25823
|
+
*/
|
25824
|
+
EnablePrivateGua?: Boolean;
|
25816
25825
|
}
|
25817
25826
|
export type IpamAddressHistoryMaxResults = number;
|
25818
25827
|
export interface IpamAddressHistoryRecord {
|
@@ -25998,6 +26007,10 @@ declare namespace EC2 {
|
|
25998
26007
|
* The resource CIDR.
|
25999
26008
|
*/
|
26000
26009
|
ResourceCidr?: String;
|
26010
|
+
/**
|
26011
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
26012
|
+
*/
|
26013
|
+
IpSource?: IpamResourceCidrIpSource;
|
26001
26014
|
/**
|
26002
26015
|
* The resource type.
|
26003
26016
|
*/
|
@@ -26409,6 +26422,7 @@ declare namespace EC2 {
|
|
26409
26422
|
*/
|
26410
26423
|
AvailabilityZoneId?: String;
|
26411
26424
|
}
|
26425
|
+
export type IpamResourceCidrIpSource = "amazon"|"byoip"|"none"|string;
|
26412
26426
|
export type IpamResourceCidrSet = IpamResourceCidr[];
|
26413
26427
|
export interface IpamResourceDiscovery {
|
26414
26428
|
/**
|
@@ -26589,6 +26603,7 @@ declare namespace EC2 {
|
|
26589
26603
|
}
|
26590
26604
|
export type Ipv4PrefixesList = Ipv4PrefixSpecification[];
|
26591
26605
|
export type Ipv6Address = string;
|
26606
|
+
export type Ipv6AddressAttribute = "public"|"private"|string;
|
26592
26607
|
export type Ipv6AddressList = String[];
|
26593
26608
|
export interface Ipv6CidrAssociation {
|
26594
26609
|
/**
|
@@ -29101,6 +29116,10 @@ declare namespace EC2 {
|
|
29101
29116
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
29102
29117
|
*/
|
29103
29118
|
Tier?: IpamTier;
|
29119
|
+
/**
|
29120
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
29121
|
+
*/
|
29122
|
+
EnablePrivateGua?: Boolean;
|
29104
29123
|
}
|
29105
29124
|
export interface ModifyIpamResourceCidrRequest {
|
29106
29125
|
/**
|
@@ -32443,7 +32462,7 @@ declare namespace EC2 {
|
|
32443
32462
|
*/
|
32444
32463
|
PoolId: Ipv4PoolEc2Id;
|
32445
32464
|
/**
|
32446
|
-
* The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
|
32465
|
+
* The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.
|
32447
32466
|
*/
|
32448
32467
|
NetmaskLength: Integer;
|
32449
32468
|
/**
|
@@ -37110,6 +37129,14 @@ declare namespace EC2 {
|
|
37110
37129
|
* The state of the CIDR block.
|
37111
37130
|
*/
|
37112
37131
|
Ipv6CidrBlockState?: SubnetCidrBlockState;
|
37132
|
+
/**
|
37133
|
+
* Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
|
37134
|
+
*/
|
37135
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
37136
|
+
/**
|
37137
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
37138
|
+
*/
|
37139
|
+
IpSource?: IpSource;
|
37113
37140
|
}
|
37114
37141
|
export type SubnetIpv6CidrBlockAssociationSet = SubnetIpv6CidrBlockAssociation[];
|
37115
37142
|
export type SubnetList = Subnet[];
|
@@ -40122,6 +40149,14 @@ declare namespace EC2 {
|
|
40122
40149
|
* The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
|
40123
40150
|
*/
|
40124
40151
|
Ipv6Pool?: String;
|
40152
|
+
/**
|
40153
|
+
* Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
|
40154
|
+
*/
|
40155
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
40156
|
+
/**
|
40157
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
40158
|
+
*/
|
40159
|
+
IpSource?: IpSource;
|
40125
40160
|
}
|
40126
40161
|
export type VpcIpv6CidrBlockAssociationSet = VpcIpv6CidrBlockAssociation[];
|
40127
40162
|
export type VpcList = Vpc[];
|